summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-04-16 17:36:45 +0300
committerLars Wirzenius <liw@liw.fi>2017-04-16 17:36:45 +0300
commitec578de8fa117dd6bbb37b131d11cdb3965470fd (patch)
tree5ea0e1b7b755f98fb5490504c083cd810a8efe7b
parentae9bfe602a6e068cb6b356eb1b46b0c227758009 (diff)
downloaddistixapi-ec578de8fa117dd6bbb37b131d11cdb3965470fd.tar.gz
User dh-systemd
-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