diff --git a/debian/control b/debian/control index 7127632..d1fa225 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: welco Maintainer: Frederic Peters Section: python Priority: optional -Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 7), python-django +Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 7), python-django, dh-systemd Standards-Version: 3.9.6 X-Python-Version: >= 2.7 diff --git a/debian/rules b/debian/rules index de1bd88..83aef84 100755 --- a/debian/rules +++ b/debian/rules @@ -5,4 +5,4 @@ #export DH_VERBOSE=1 %: - dh $@ --with python2 + dh $@ --with python2,systemd