[tarantool-patches] [PATCH 2/2] Fix debian package build with recent debhelper

Alexander Turenko alexander.turenko at tarantool.org
Thu Jun 7 16:43:39 MSK 2018


It is necessary for build on Ubuntu Bionic.

Debian bugreport:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881481

Debhelper commit:
https://github.com/Debian/debhelper/commit/740c628a1e571acded7e2aac5d6e7058e61da37f
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 6f8760680..f3be35edc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,8 +21,8 @@ DEB_CMAKE_EXTRA_FLAGS := \
 	-DWITH_SYSTEMD=$(WITH_SYSTEMD)
 
 DEB_DH_INSTALLINIT_ARGS    := --name=tarantool
-DEB_DH_SYSTEMD_ENABLE_ARGS := --name=tarantool tarantool.service
-DEB_DH_SYSTEMD_START_ARGS  := --no-restart-on-upgrade tarantool.service
+DEB_DH_SYSTEMD_ENABLE_ARGS_tarantool-common := --name=tarantool tarantool.service
+DEB_DH_SYSTEMD_START_ARGS_tarantool-common := --no-restart-on-upgrade tarantool.service
 
 # Needed for proper backtraces in fiber.info()
 DEB_DH_STRIP_ARGS	        := -X/usr/bin/tarantool
-- 
2.17.1





More information about the Tarantool-patches mailing list