From 69912b29e279b65181c91072de91db77f2b7e44a Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sat, 20 May 2023 21:52:31 +0200 Subject: [PATCH] d/control: add missing ${misc:Depends} Signed-off-by: Thomas Lamprecht --- debian/control.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control.in b/debian/control.in index 421f86e..e19af42 100644 --- a/debian/control.in +++ b/debian/control.in @@ -10,7 +10,7 @@ Architecture: all Section: admin Provides: linux-headers-amd64, linux-headers-generic, Priority: optional -Depends: pve-headers-@KERNEL_ABI@, +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@, +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.