]> git.puffer.fish Git - matthieu/frr.git/commitdiff
Depend on debhelper >= 10 and drop dh-systemd dependency (Closes: #958626)
authorOndřej Surý <ondrej@sury.org>
Mon, 10 Aug 2020 09:48:52 +0000 (11:48 +0200)
committerOndřej Surý <ondrej@sury.org>
Sat, 26 Sep 2020 07:23:39 +0000 (09:23 +0200)
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.

debian/control

index 62d315b333fc102ff773a78879e1100622440e82..e9607b0368863dc8f4715e66fde566766a7e2263 100644 (file)
@@ -6,7 +6,7 @@ Uploaders: FRRouting-dev <dev@lists.frrouting.org>,
            Ondřej Surý <ondrej@debian.org>
 Build-Depends: bison,
                chrpath,
-               debhelper (>= 9.20150101),
+               debhelper (>= 10~),
                flex,
                gawk,
                install-info,