From: Alexander Turenko <alexander.turenko@tarantool.org> To: Konstantin Osipov <kostja@tarantool.org>, Kirill Yukhin <kyukhin@tarantool.org> Cc: Alexander Turenko <alexander.turenko@tarantool.org>, tarantool-patches@freelists.org Subject: [tarantool-patches] [PATCH 2/2] Fix debian package build with recent debhelper Date: Thu, 7 Jun 2018 16:43:39 +0300 [thread overview] Message-ID: <8925b8622f381378684de633e917229051e3482f.1528374780.git.alexander.turenko@tarantool.org> (raw) In-Reply-To: <cover.1528374780.git.alexander.turenko@tarantool.org> In-Reply-To: <cover.1528374780.git.alexander.turenko@tarantool.org> 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
prev parent reply other threads:[~2018-06-07 13:44 UTC|newest] Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top 2018-06-07 13:43 [tarantool-patches] [PATCH 0/2] Travis CI: add Ubuntu Bionic Alexander Turenko 2018-06-07 13:43 ` [tarantool-patches] [PATCH 1/2] " Alexander Turenko 2018-06-07 13:43 ` Alexander Turenko [this message]
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=8925b8622f381378684de633e917229051e3482f.1528374780.git.alexander.turenko@tarantool.org \ --to=alexander.turenko@tarantool.org \ --cc=kostja@tarantool.org \ --cc=kyukhin@tarantool.org \ --cc=tarantool-patches@freelists.org \ --subject='Re: [tarantool-patches] [PATCH 2/2] Fix debian package build with recent debhelper' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox