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

This commit is contained in:
Frédéric Péters 2017-06-19 17:23:17 +02:00
parent 1a392f7126
commit 3bb3e8e749
2 changed files with 2 additions and 2 deletions

2
debian/control vendored
View File

@ -2,7 +2,7 @@ Source: fargo
Maintainer: Entr'ouvert <info@entrouvert.com>
Section: python
Priority: optional
Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 7), dh-python, python-django
Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 7), dh-python, python-django, dh-systemd
Standards-Version: 3.9.6
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