From d412cf7ae1a9ffd3b6282ede3ac2367269ed9c1c Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 22 May 2023 13:05:16 +0200 Subject: [PATCH] d/control: define compat level via build-depends and raise to 13 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 48082f7..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -12 diff --git a/debian/control b/debian/control index 263a125..03b68bb 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: libpve-guest-common-perl Section: perl Priority: optional Maintainer: Proxmox Support Team -Build-Depends: debhelper (>= 12~), +Build-Depends: debhelper-compat (= 13), libpve-cluster-perl, libpve-common-perl, libpve-storage-perl (>= 7.2-6),