Rename package back to pve-kernel

This change renames the package again to pve-kernel. Instead, we now
differentiate the package based on the extra version (which is suffixed
with -edge).
This commit is contained in:
Fabian Mastenbroek 2021-04-18 11:30:19 +02:00
parent 5e900bd9f3
commit b3d615e84d
No known key found for this signature in database
GPG key ID: 405FC6F81F0A7B85
6 changed files with 20 additions and 20 deletions

4
debian/rules vendored
View file

@ -10,8 +10,8 @@ include debian/rules.d/${DEB_BUILD_ARCH}.mk
CHANGELOG_DATE:=$(shell dpkg-parsechangelog -SDate)
PVE_KERNEL_PKG=pve-edge-kernel-${KVNAME}
PVE_HEADER_PKG=pve-edge-headers-${KVNAME}
PVE_KERNEL_PKG=pve-kernel-${KVNAME}
PVE_HEADER_PKG=pve-headers-${KVNAME}
PVE_USR_HEADER_PKG=pve-kernel-libc-dev
LINUX_TOOLS_PKG=linux-tools-${KERNEL_MAJMIN}
KERNEL_SRC_COPY=${KERNEL_SRC}_tmp