From 84e618457ce8abf5386b397c5d975449c74aef35 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sat, 20 May 2023 21:36:04 +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.in | 6 +++--- 2 files changed, 3 insertions(+), 4 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.in b/debian/control.in index e19af42..1c8044b 100644 --- a/debian/control.in +++ b/debian/control.in @@ -1,7 +1,7 @@ Source: pve-kernel-@KERNEL_VER@ Section: admin Priority: optional -Build-Depends: debhelper (>=12~), lintian, +Build-Depends: debhelper-compat (= 13), lintian, Standards-Version: 4.6.2 Maintainer: Proxmox Support Team @@ -10,7 +10,7 @@ Architecture: all Section: admin Provides: linux-headers-amd64, linux-headers-generic, Priority: optional -Depends: pve-headers-@KERNEL_ABI@, ${misc:Depends} +Depends: pve-headers-@KERNEL_ABI@, ${misc:Depends}, Description: Latest Proxmox VE Kernel Headers This is a metapackage which will install the kernel headers for the latest available proxmox kernel from the @KERNEL_VER@ @@ -21,7 +21,7 @@ Architecture: all Section: admin Provides: linux-image-amd64, linux-image-generic, wireguard-modules (=1.0.0), Priority: optional -Depends: pve-firmware, pve-kernel-@KERNEL_ABI@, ${misc:Depends} +Depends: pve-firmware, pve-kernel-@KERNEL_ABI@, ${misc:Depends}, Description: Latest Proxmox VE Kernel Image This is a metapackage which will install the latest available proxmox kernel from the @KERNEL_VER@ series.