summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Boccassi <luca.boccassi@gmail.com>2017-11-08 18:42:08 +0000
committerLuca Boccassi <luca.boccassi@gmail.com>2017-11-08 18:46:54 +0000
commit8eb06a84a5b8fac58a1279f85bff5cc99c068d77 (patch)
tree07890dfeec39f86744b8e132df5b61173d0bf912
parent3acceba7e98b27b01a978a9f439682097800d1ed (diff)
Build-depend on dh-sytemd as an alternative
For compatibilty with Ubuntu 16.04, which does not yet have a new enough Debhelper, have an alternative dependency on dh-systemd. This will not trigger a Lintian error. Change-Id: Icc6a4fd843dcaad5931348d983cd7de652cf7a6b Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
-rw-r--r--debian/control3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 297c3b0..b015e30 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,8 @@ Maintainer: deb_dpdk Packagers <deb-dpdk@lists.fd.io>
Uploaders: Luca Boccassi <bluca@debian.org>,
Christian Ehrhardt <christian.ehrhardt@canonical.com>,
Santiago Ruano Rincón <santiagorr@riseup.net>
-Build-Depends: debhelper (>= 9.20160709),
+Build-Depends: debhelper (>= 9),
+ debhelper (>= 9.20160709) | dh-systemd (>= 1.5),
dh-python,
dkms,
doxygen <!nodoc>,