debian: add dh-systemd to make sure service gets enabled (#16988)

This commit is contained in:
Frédéric Péters 2017-06-19 17:24:29 +02:00
parent be2c2681d1
commit 323adbaeb9
2 changed files with 3 additions and 2 deletions

3
debian/control vendored
View File

@ -5,7 +5,8 @@ Maintainer: Thomas NOËL <tnoel@entrouvert.com>
Build-Depends: debhelper (>= 8.0.0),
python-django,
python-setuptools (>= 0.6b3),
python-all (>= 2.6.6-3)
python-all (>= 2.6.6-3),
dh-systemd
Standards-Version: 3.9.6
Homepage: https://dev.entrouvert.org/projects/passerelle
X-Python-Version: >= 2.7

2
debian/rules vendored
View File

@ -5,4 +5,4 @@
#export DH_VERBOSE=1
%:
dh $@ --with python2
dh $@ --with python2,systemd