Skip to content

Commit

Permalink
Fix debian package build with recent debhelper
Browse files Browse the repository at this point in the history
It is necessary for build on Ubuntu Bionic.

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

Debhelper commit:
Debian/debhelper@740c628
  • Loading branch information
Totktonada committed Jun 7, 2018
1 parent ab4416f commit 8925b86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian/rules
Expand Up @@ -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
Expand Down

0 comments on commit 8925b86

Please sign in to comment.