From 7fcfcd1002726b0bfeefc3abc8c58e3ebe76d4ca Mon Sep 17 00:00:00 2001 From: Fiona Ebner Date: Fri, 19 May 2023 09:26:12 +0200 Subject: [PATCH] d/control: define compat level via build-depends and raise to 13 Signed-off-by: Fiona Ebner Signed-off-by: Thomas Lamprecht --- debian/compat | 1 - debian/control | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 debian/compat diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 48082f72..00000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -12 diff --git a/debian/control b/debian/control index 7c49cd1a..5c562fca 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: qemu-server Section: admin Priority: optional Maintainer: Proxmox Support Team -Build-Depends: debhelper (>= 12~), +Build-Depends: debhelper-compat (= 13), libglib2.0-dev, libio-multiplex-perl, libjson-c-dev,