d/control: add missing ${misc:Depends}

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-05-20 18:39:55 +02:00
parent 5d70d14bad
commit f1ef3eb877

5
debian/control.in vendored
View File

@ -50,7 +50,7 @@ Section: devel
Priority: optional Priority: optional
Architecture: any Architecture: any
Provides: linux-headers-@KVNAME@-amd64, Provides: linux-headers-@KVNAME@-amd64,
Depends: coreutils | fileutils (>= 4.0), Depends: coreutils | fileutils (>= 4.0), ${misc:Depends},
Description: Proxmox Kernel Headers Description: Proxmox Kernel Headers
This package contains the linux kernel headers This package contains the linux kernel headers
@ -60,7 +60,7 @@ Priority: optional
Architecture: any Architecture: any
Provides: linux-image-@KVNAME@-amd64, Provides: linux-image-@KVNAME@-amd64,
Suggests: pve-firmware, 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, Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub-efi-arm64,
Description: Proxmox Kernel Image Description: Proxmox Kernel Image
This package contains the linux kernel and initial ramdisk used for booting This package contains the linux kernel and initial ramdisk used for booting
@ -71,6 +71,7 @@ Provides: linux-debug,
Section: devel Section: devel
Priority: optional Priority: optional
Build-Profiles: <pkg.pve-kernel.debug> Build-Profiles: <pkg.pve-kernel.debug>
Depends: ${misc:Depends},
Description: Proxmox Kernel debug image Description: Proxmox Kernel debug image
This package provides the kernel debug image for version @KVNAME@. The debug 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 kernel image contained in this package is NOT meant to boot from - it is