aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-02-06 19:22:18 +0100
committerGuido Günther <agx@sigxcpu.org>2014-02-06 19:29:24 +0100
commitc020cb3042b3d6662a74ba9c06d5448db2ac4fc9 (patch)
treefc0617b0e7795d06e2e1b91a646dfe195dfbbdc6 /debian
parent762c9a4b17562f3f0eb9ef919de9e61dbb2e89fa (diff)
Simplify dh_systemd_* invocation
Git-Dch: Ignore
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules5
1 files changed, 2 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules
index 0f6555b..9bf4ea4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ DH_ALWAYS_EXCLUDE=.svn:.git:.bzr
export NOCONFIGURE=true
%:
- dh $@ --with autoreconf
+ dh $@ --with autoreconf,systemd
override_dh_autoreconf:
dh_autoreconf -- ./autogen.sh
@@ -40,6 +40,5 @@ override_dh_install:
rm -f $(CURDIR)/debian/tmp/usr/lib/*/pppd/*/mm-test-pppd-plugin.*
dh_install --fail-missing
-override_dh_installinit:
- dh_systemd_enable
+override_dh_systemd_start:
dh_systemd_start --restart-after-upgrade