]> git.proxmox.com Git - pve-kernel.git/commitdiff
d/control.in: Provide versioned linux-image/linux-headers
authorStoiko Ivanov <s.ivanov@proxmox.com>
Mon, 13 Dec 2021 14:52:16 +0000 (15:52 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 14 Dec 2021 12:31:17 +0000 (13:31 +0100)
pve-headers-$(uname -r) is equivalent to
linux-headers-$(uname -r)-amd64

pve-kernel-$(uname -r) is equivalent to
linux-image-$(uname -r)-amd64

By adding a provides this should help users running
`apt install linux-headers-$(uname -r)-amd64` which is commonly
suggested in install instructions for third-party kernel-drivers on
plain debian.

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
debian/control.in

index f924ab22bbb55c73cf9b06b32b5fe9f1d22ac6b1..7c72ffb997a5d5f6ca5beea85349ee41828c5f24 100644 (file)
@@ -51,7 +51,7 @@ Package: pve-headers-@KVNAME@
 Section: devel
 Priority: optional
 Architecture: any
-Provides: linux-headers
+Provides: linux-headers-@KVNAME@-amd64
 Depends: coreutils | fileutils (>= 4.0)
 Description: The Proxmox PVE Kernel Headers
  This package contains the linux kernel headers
@@ -60,7 +60,7 @@ Package: pve-kernel-@KVNAME@
 Section: admin
 Priority: optional
 Architecture: any
-Provides: linux-image
+Provides: linux-image-@KVNAME@-amd64
 Suggests: pve-firmware
 Depends: busybox, initramfs-tools
 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub-efi-arm64