[pkg] Remove build dependency on dh-systemd
authorJérémy Bobbio <jeremy.bobbio@irq7.fr>
Mon, 10 Jun 2019 10:51:31 +0200
changeset 12644 9ac55b30896d
parent 12643 c0ff60cd4c1f
child 12645 4ed5a9e45d19
[pkg] Remove build dependency on dh-systemd As suggested by Lintian, remove build dependency on obsolete package dh-systemd. Instead, specify a more precise version of debhelper 9 that added support for systemd.
debian/changelog
debian/control
--- a/debian/changelog	Wed Jun 05 18:35:51 2019 +0200
+++ b/debian/changelog	Mon Jun 10 10:51:31 2019 +0200
@@ -3,6 +3,7 @@
   * Switch all Debian packages to Python 3.
   * Switch to Debian source format 3.0 (quilt).
   * Run test suite as part of autopkgtest.
+  * Remove build dependency on obsolete dh-systemd.
 
  -- Jérémy Bobbio <jeremy.bobbio@irq7.fr>  Wed, 29 May 2019 16:06:20 +0200
 
--- a/debian/control	Wed Jun 05 18:35:51 2019 +0200
+++ b/debian/control	Mon Jun 10 10:51:31 2019 +0200
@@ -5,9 +5,8 @@
 Uploaders: Sylvain Thenault <sylvain.thenault@logilab.fr>,
            David Douard <david.douard@logilab.fr>,
 Build-Depends:
- debhelper (>= 9),
+ debhelper (>= 9.20160709),
  dh-python,
- dh-systemd,
  python3-all,
  python3-setuptools,
  python3-six (>= 1.4.0),