mirror of
https://git.proxmox.com/git/pve-kernel-meta
synced 2025-04-28 17:01:17 +00:00
drop helpers package from non-master branch
to avoid a accidental upload, as it's not a kernel versioned package like the other two Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
403d7c5b11
commit
2e080796b1
3
Makefile
3
Makefile
@ -7,11 +7,10 @@ GITVERSION:=$(shell git rev-parse HEAD)
|
||||
|
||||
KERNEL_DEB=pve-kernel-${KERNEL_VER}_${DEB_VERSION_UPSTREAM_REVISION}_all.deb
|
||||
HEADERS_DEB=pve-headers-${KERNEL_VER}_${DEB_VERSION_UPSTREAM_REVISION}_all.deb
|
||||
HELPER_DEB=pve-kernel-helper_${DEB_VERSION_UPSTREAM_REVISION}_all.deb
|
||||
|
||||
BUILD_DIR=build
|
||||
|
||||
DEBS=${KERNEL_DEB} ${HEADERS_DEB} ${HELPER_DEB}
|
||||
DEBS=${KERNEL_DEB} ${HEADERS_DEB}
|
||||
|
||||
SUBDIRS = efiboot bin
|
||||
|
||||
|
16
debian/control.in
vendored
16
debian/control.in
vendored
@ -25,19 +25,3 @@ Depends: pve-firmware,
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user