From c1b94c835396d4b81b9dea99a5306ed7836bde39 Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Fri, 16 Oct 2020 11:23:48 +0200 Subject: misc: bump debian compatibility level to 10 Level 9 is deprecated in new ubuntu release. Type: improvement Change-Id: I9376b5f7a1aa0860e35475c5d32f3626257d2f01 Signed-off-by: Damjan Marion --- build/external/deb/debian/compat | 2 +- src/pkg/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/external/deb/debian/compat b/build/external/deb/debian/compat index ec635144f60..f599e28b8ab 100755 --- a/build/external/deb/debian/compat +++ b/build/external/deb/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/src/pkg/CMakeLists.txt b/src/pkg/CMakeLists.txt index 0e4b6dbcce7..d5cc2070224 100644 --- a/src/pkg/CMakeLists.txt +++ b/src/pkg/CMakeLists.txt @@ -58,7 +58,7 @@ foreach(f copyright vpp.preinst vpp.postrm vpp.postinst vpp.service) ) endforeach() -file(WRITE ${CMAKE_BINARY_DIR}/debian/compat "9\n") +file(WRITE ${CMAKE_BINARY_DIR}/debian/compat "10\n") add_custom_target(package-deb COMMENT "Building .deb packages..." -- cgit 1.2.3-korg