mirror of
https://git.proxmox.com/git/pve-kernel-meta
synced 2026-03-26 18:16:47 +00:00
Previously, mentioning "virtual package" in the package long description was enough to supress the "empty-binary-package" linitian tag[0]. That changed, so let's use "metapackage", which is suggested as one of the replacement options. [0]: https://lintian.debian.org/tags/empty-binary-package.html Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
44 lines
1.2 KiB
Plaintext
44 lines
1.2 KiB
Plaintext
Source: pve-kernel-@KERNEL_VER@
|
|
Section: admin
|
|
Priority: optional
|
|
Build-Depends: debhelper (>=10~),
|
|
lintian,
|
|
sed,
|
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
|
|
|
Package: pve-headers-@KERNEL_VER@
|
|
Architecture: all
|
|
Section: admin
|
|
Priority: optional
|
|
Depends: pve-headers-@KERNEL_ABI@,
|
|
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@
|
|
series.
|
|
|
|
Package: pve-kernel-@KERNEL_VER@
|
|
Architecture: all
|
|
Section: admin
|
|
Priority: optional
|
|
Depends: pve-firmware,
|
|
pve-kernel-@KERNEL_ABI@,
|
|
Description: Latest Proxmox VE Kernel Image
|
|
This is a metapackage which will install the latest available
|
|
proxmox kernel from the @KERNEL_VER@ series.
|
|
|
|
Package: pve-kernel-helper
|
|
Architecture: all
|
|
Section: admin
|
|
Priority: optional
|
|
Depends: dosfstools,
|
|
gdisk,
|
|
systemd,
|
|
udev,
|
|
${misc:Depends},
|
|
Breaks: proxmox-ve (<< 6.0-2~)
|
|
Replaces: proxmox-ve (<< 6.0-2~)
|
|
Description: Function for various kernel maintenance tasks.
|
|
.
|
|
This package includes kernel-hooks for marking certain kernels as
|
|
NeverAutoRemove and helpers for systemd-boot
|