diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/pkg/CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/pkg/debian/control.in | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/src/pkg/CMakeLists.txt b/src/pkg/CMakeLists.txt index d447774a1fd..892ef71fb5e 100644 --- a/src/pkg/CMakeLists.txt +++ b/src/pkg/CMakeLists.txt @@ -53,8 +53,6 @@ foreach(f copyright vpp.preinst vpp.postrm vpp.postinst vpp.service) ) endforeach() -file(WRITE ${VPP_BINARY_DIR}/debian/compat "10\n") - add_custom_target(pkg-deb COMMENT "Building .deb packages..." WORKING_DIRECTORY ${VPP_BINARY_DIR} 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 <vpp-dev@fd.io> -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper-compat (= 10), dh-systemd, dh-python, @VPP_DEB_BUILD_DEPENDS@ |