From 20e20bda0bdb1ace8f1a72b2d3bce650fa3441a5 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:15:57 +0200 Subject: [PATCH] debian: add dh-systemd to make sure service gets enabled (#16984) --- debian/control | 2 +- debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index cfe59179..ae205de2 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: chrono Maintainer: Frederic Peters Section: python Priority: optional -Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), python-django, debhelper (>= 7) +Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), python-django, debhelper (>= 7), dh-systemd Standards-Version: 3.9.6 X-Python-Version: >= 2.7 diff --git a/debian/rules b/debian/rules index de1bd885..83aef84d 100755 --- a/debian/rules +++ b/debian/rules @@ -5,4 +5,4 @@ #export DH_VERBOSE=1 %: - dh $@ --with python2 + dh $@ --with python2,systemd