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 <damarion@cisco.com>
This commit is contained in:
Damjan Marion
2020-10-16 11:23:48 +02:00
committed by Ole Tr�an
parent 8c292338b7
commit c1b94c8353
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
9
10

View File

@@ -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..."