From b8e7a45d56be9f3e11b07b82fd899160e2af1bf1 Mon Sep 17 00:00:00 2001 From: Nick Brown Date: Tue, 10 Aug 2021 09:20:32 +0100 Subject: build: consistent debhelper 10 support 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 Change-Id: I5809b739334076d7fa8389b076a97f1648726e6e --- src/pkg/debian/control.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pkg/debian') diff --git a/src/pkg/debian/control.in b/src/pkg/debian/control.in index 1ce63a7d004..94f323baccb 100644 --- a/src/pkg/debian/control.in +++ b/src/pkg/debian/control.in @@ -2,7 +2,7 @@ Source: vpp Section: net Priority: extra Maintainer: fd.io VPP Packaging Team -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper-compat (= 10), dh-systemd, dh-python, @VPP_DEB_BUILD_DEPENDS@ -- cgit 1.2.3-korg