From f1ef3eb8770334ec106b992b20d0b4d2add7f287 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sat, 20 May 2023 18:39:55 +0200 Subject: [PATCH] d/control: add missing ${misc:Depends} Signed-off-by: Thomas Lamprecht --- debian/control.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/control.in b/debian/control.in index 749bb75..6ce4dc1 100644 --- a/debian/control.in +++ b/debian/control.in @@ -50,7 +50,7 @@ Section: devel Priority: optional Architecture: any Provides: linux-headers-@KVNAME@-amd64, -Depends: coreutils | fileutils (>= 4.0), +Depends: coreutils | fileutils (>= 4.0), ${misc:Depends}, Description: Proxmox Kernel Headers This package contains the linux kernel headers @@ -60,7 +60,7 @@ Priority: optional Architecture: any Provides: linux-image-@KVNAME@-amd64, Suggests: pve-firmware, -Depends: busybox, initramfs-tools | linux-initramfs-tool, +Depends: busybox, initramfs-tools | linux-initramfs-tool, ${misc:Depends}, Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub-efi-arm64, Description: Proxmox Kernel Image This package contains the linux kernel and initial ramdisk used for booting @@ -71,6 +71,7 @@ Provides: linux-debug, Section: devel Priority: optional Build-Profiles: +Depends: ${misc:Depends}, Description: Proxmox Kernel debug image This package provides the kernel debug image for version @KVNAME@. The debug kernel image contained in this package is NOT meant to boot from - it is