From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 097B22592F for ; Thu, 7 Jun 2018 09:44:12 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id s1Pt3vCeifPY for ; Thu, 7 Jun 2018 09:44:11 -0400 (EDT) Received: from smtp54.i.mail.ru (smtp54.i.mail.ru [217.69.128.34]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id BADFC2592D for ; Thu, 7 Jun 2018 09:44:11 -0400 (EDT) From: Alexander Turenko Subject: [tarantool-patches] [PATCH 2/2] Fix debian package build with recent debhelper Date: Thu, 7 Jun 2018 16:43:39 +0300 Message-Id: <8925b8622f381378684de633e917229051e3482f.1528374780.git.alexander.turenko@tarantool.org> In-Reply-To: References: In-Reply-To: References: Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-subscribe: List-owner: List-post: List-archive: To: Konstantin Osipov , Kirill Yukhin Cc: Alexander Turenko , tarantool-patches@freelists.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