From 9321d31f7471874e375c976812e574084c2bc598 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 19 Jun 2017 17:25:37 +0200 Subject: [PATCH] debian: add dh-systemd to make sure service get enabled (#16989) --- debian/control | 2 +- debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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