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:
Thomas Lamprecht 2020-03-04 08:13:20 +01:00
parent 403d7c5b11
commit 2e080796b1
2 changed files with 1 additions and 18 deletions

View File

@ -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
View File

@ -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