build: consistent debhelper 10 support 52/33452/6
authorNick Brown <nickbroon@gmail.com>
Tue, 10 Aug 2021 08:20:32 +0000 (09:20 +0100)
committerAndrew Yourtchenko <ayourtch@gmail.com>
Thu, 12 Aug 2021 12:24:40 +0000 (12:24 +0000)
Type: fix

debian/compat contents were set to 10, but debhelper build dependency,
which is the same thing, was set to only 9. Both are not needed,
debian/compat being deprecated, so use only the latter.
At compat level 10, dh-systemd is integrated directly into debhelper, so
build dependency not needed (And in Debian Bullseye dh-systemd
transitional package is completely removed).
See: https://manpages.debian.org/testing/debhelper/debhelper.7.en.html#COMPATIBILITY_LEVELS

Signed-off-by: Nick Brown <nickbroon@gmail.com>
Change-Id: I5809b739334076d7fa8389b076a97f1648726e6e


No differences found