From 6ae4bc12840f0e5a6a8f3fa3a6b39f1c3693821f Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 2 Jun 2023 08:55:29 +0200 Subject: [PATCH] d/control: define compat level via build-depends and raise to 12 we might upload this 1:1 to bullseye, so leave at level 12 for now to avoid using debhelper from backports or downgrading this there again, if one ever wants to build it on bullseye directly. 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 b4de394..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -11 diff --git a/debian/control b/debian/control index e63eed1..72c520f 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: misc Priority: optional Maintainer: Proxmox Support Team Homepage: http://www.proxmox.com -Build-Depends: debhelper (>= 11) +Build-Depends: debhelper-compat (= 12), Package: pve-firmware Architecture: all -- 2.39.5