# HG changeset patch # User Jérémy Bobbio # Date 1560156691 -7200 # Node ID 23e957f0f6d693567cf4f2a1959032258598011f # Parent a422eeca69947f1cb79155a1d1e72106d81cafd4 [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. diff -r a422eeca6994 -r 23e957f0f6d6 debian/changelog --- a/debian/changelog Thu Jun 13 15:04:13 2019 +0200 +++ b/debian/changelog Mon Jun 10 10:51:31 2019 +0200 @@ -1,3 +1,9 @@ +cubicweb (3.26.11-2) UNRELEASED; urgency=medium + + * Remove build dependency on dh-systemd + + -- Denis Laxalde Tue, 25 Jun 2019 16:38:09 +0200 + cubicweb (3.26.11-1) unstable; urgency=medium * New upstream release. diff -r a422eeca6994 -r 23e957f0f6d6 debian/control --- a/debian/control Thu Jun 13 15:04:13 2019 +0200 +++ b/debian/control Mon Jun 10 10:51:31 2019 +0200 @@ -5,9 +5,8 @@ Uploaders: Sylvain Thenault , David Douard , Build-Depends: - debhelper (>= 9), + debhelper (>= 9.20160709), dh-python, - dh-systemd, python-all, python-setuptools, python-sphinx