summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/control3
-rwxr-xr-xdebian/rules2
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index ecd995c..1861bf5 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,8 @@ Section: devel
Priority: optional
Standards-Version: 3.9.6
Build-Depends: debhelper (>= 9~), python-all (>= 2.7~),
- python-bottle, python-scrypt, python-yaml, python-cliapp
+ python-bottle, python-scrypt, python-yaml, python-cliapp,
+ dh-systemd (>= 1.15)
X-Python-Version: >= 2.7
Package: distixapi
diff --git a/debian/rules b/debian/rules
index 8cea567..f1f3a2b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,4 @@
#!/usr/bin/make -f
%:
- dh $@ --with=python2 --buildsystem=python_distutils
+ dh $@ --with=python2 --with=systemd --buildsystem=python_distutils