From: Ondřej Surý Date: Mon, 10 Aug 2020 09:48:52 +0000 (+0200) Subject: Depend on debhelper >= 10 and drop dh-systemd dependency (Closes: #958626) X-Git-Tag: base_7.6~499 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=e4e82f187e41cbd4ffbbea3230bb61a473f28736;p=matthieu%2Ffrr.git Depend on debhelper >= 10 and drop dh-systemd dependency (Closes: #958626) dh-systemd was merged into debhelper in version 9.20160709 [1] and since stretch, dh-systemd is an empty transitional package. For bullseye there's an intend to drop this empty transitional package. This commit drops the "| dh-systemd" alternative Build-Depends as it is no longer required (not even for backports) and is only confusing. For Debian Jessie, it's easier to add backported debhelper >= 10 to the repository. --- diff --git a/debian/control b/debian/control index 62d315b333..e9607b0368 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: FRRouting-dev , Ondřej Surý Build-Depends: bison, chrpath, - debhelper (>= 9.20150101), + debhelper (>= 10~), flex, gawk, install-info,