summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2016-01-13 00:02:43 +0100
committerChristian Pointner <equinox@spreadspace.org>2016-01-13 00:02:52 +0100
commitc293cae9ea0cb79c585196b42ceacc60d1455b89 (patch)
tree90f20175eb3188a86e02ad89100ab4cca4637c7e
parentimported vantiy 0.1.1 and updated debian package actually build from source (diff)
fixed systemd service file handling
-rwxr-xr-xdebian/rules4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 33d2893..914a885 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
%:
- dh $@
+ dh $@ --with=systemd
override_dh_clean:
dh_clean
@@ -14,3 +14,5 @@ override_dh_auto_build:
override_dh_auto_install:
install -d $$(pwd)/debian/tmp/usr/bin/
install -m 755 $$(pwd)/vanity $$(pwd)/debian/tmp/usr/bin/vanity
+
+override_dh_installinit: