[pve-devel] [PATCH pve-kernel-meta 1/2] d/control.in: Provide linux-image/linux-headers
Stoiko Ivanov
s.ivanov at proxmox.com
Mon Dec 13 15:52:14 CET 2021
pve-kernel-$MAJ.$MIN (e.g. pve-kernel-5.15) is the equivalent
to linux-image-amd64 for plain debian systems (similarly
pve-headers-$MAJ.$MIN).
Providing the plain debian meta-packages should improve the user
experience, for example when users install DKMS packages, which have a
dependency on linux-headers-amd64.
Signed-off-by: Stoiko Ivanov <s.ivanov at proxmox.com>
---
debian/control.in | 2 ++
1 file changed, 2 insertions(+)
diff --git a/debian/control.in b/debian/control.in
index 3a7d32b..ce9f19a 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -9,6 +9,7 @@ Maintainer: Proxmox Support Team <support at proxmox.com>
Package: pve-headers- at KERNEL_VER@
Architecture: all
Section: admin
+Provides: linux-headers-amd64, linux-headers-generic
Priority: optional
Depends: pve-headers- at KERNEL_ABI@,
Description: Latest Proxmox VE Kernel Headers
@@ -19,6 +20,7 @@ Description: Latest Proxmox VE Kernel Headers
Package: pve-kernel- at KERNEL_VER@
Architecture: all
Section: admin
+Provides: linux-image-amd64, linux-image-generic
Priority: optional
Depends: pve-firmware,
pve-kernel- at KERNEL_ABI@,
--
2.30.2
More information about the pve-devel
mailing list