diff options
author | Luca Boccassi <luca.boccassi@gmail.com> | 2017-11-08 18:42:08 +0000 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2017-11-29 23:29:33 +0000 |
commit | 0d12e66aa69b3a9c8f499c03f5d32d5f6b76f2a4 (patch) | |
tree | 34ca583cc1dc689bf1bc13d9a8f024a9398dc861 | |
parent | c5b97dedb969e3633371a927268afceaa4f735f2 (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>
(cherry picked from commit 8eb06a84a5b8fac58a1279f85bff5cc99c068d77)
Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 2f6782e8..163315b1 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>, |