From ec578de8fa117dd6bbb37b131d11cdb3965470fd Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 16 Apr 2017 17:36:45 +0300 Subject: User dh-systemd --- debian/control | 3 ++- debian/rules | 2 +- 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 -- cgit v1.2.1