From 70d32783636a63aa42d967067c01d97a1384e260 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 29 May 2023 17:40:03 +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 48082f72..00000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -12 diff --git a/debian/control b/debian/control index 21dfb29f..a34ad80c 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: pve-manager Section: admin Priority: optional -Build-Depends: debhelper (>= 12~), +Build-Depends: debhelper-compat (= 13), libapt-pkg-perl, libfile-readbackwards-perl, libhttp-daemon-perl,