[Debian-ha-commits] [booth] 01/09: d/rules: replace dh_systemd_{enable, start} with dh_installsystemd

Valentin Vidic vvidic-guest at moszumanska.debian.org
Mon Jan 29 21:20:20 UTC 2018


This is an automated email from the git hooks/post-receive script.

vvidic-guest pushed a commit to branch master
in repository booth.

commit d22781108a2d3e9642cccddcc04bf023cea40ace
Author: Valentin Vidic <Valentin.Vidic at CARNet.hr>
Date:   Mon Jan 29 20:20:38 2018 +0100

    d/rules: replace dh_systemd_{enable,start} with dh_installsystemd
---
 debian/rules | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/debian/rules b/debian/rules
index 3a22e11..6eb616b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,8 +27,5 @@ override_dh_missing:
 #    start the service.
 # 2) booth-arbitrator should be enabled manually to not conflict with
 #    pacemaker setups.
-override_dh_systemd_enable:
-	dh_systemd_enable --no-enable
-
-override_dh_systemd_start:
-	dh_systemd_start --no-start
+override_dh_installsystemd:
+	dh_installsystemd --no-enable --no-start

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-ha/booth.git



More information about the Debian-HA-Commits mailing list