X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=5936af2bf483ab12f06a308e8596330b31345847;hb=db84324aab59b1ad4a9df4301e9355508b039ee0;hp=59f0687ce9393643bc3c493235f4b6deaa4bb9e2;hpb=091f9c35540cd95cb1d735077c3642700b3238e7;p=pve-kernel.git diff --git a/Makefile b/Makefile index 59f0687..5936af2 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # also bump pve-kernel-meta if either of MAJ.MIN, PATCHLEVEL or KREL change KERNEL_MAJ=5 -KERNEL_MIN=10 -KERNEL_PATCHLEVEL=6 +KERNEL_MIN=13 +KERNEL_PATCHLEVEL=19 # increment KREL if the ABI changes (abicheck target in debian/rules) # rebuild packages with new KREL and run 'make abiupdate' KREL=1 @@ -31,7 +31,7 @@ SKIPABI=0 BUILD_DIR=build -KERNEL_SRC=ubuntu-hirsute +KERNEL_SRC=ubuntu-impish KERNEL_SRC_SUBMODULE=submodules/$(KERNEL_SRC) KERNEL_CFG_ORG=config-${KERNEL_VER}.org @@ -46,9 +46,11 @@ DIRS=KERNEL_SRC ZFSDIR MODULES DST_DEB=${PACKAGE}_${KERNEL_VER}-${PKGREL}_${ARCH}.deb HDR_DEB=${HDRPACKAGE}_${KERNEL_VER}-${PKGREL}_${ARCH}.deb +USR_HDR_DEB=pve-kernel-libc-dev_${KERNEL_VER}-${PKGREL}_${ARCH}.deb LINUX_TOOLS_DEB=linux-tools-$(KERNEL_MAJMIN)_${KERNEL_VER}-${PKGREL}_${ARCH}.deb +LINUX_TOOLS_DBG_DEB=linux-tools-$(KERNEL_MAJMIN)-dbgsym_${KERNEL_VER}-${PKGREL}_${ARCH}.deb -DEBS=${DST_DEB} ${HDR_DEB} ${LINUX_TOOLS_DEB} +DEBS=${DST_DEB} ${HDR_DEB} ${USR_HDR_DEB} ${LINUX_TOOLS_DEB} ${LINUX_TOOLS_DBG_DEB} all: deb deb: ${DEBS} @@ -102,7 +104,7 @@ ${ZFSDIR}.prepared: ${ZFSONLINUX_SUBMODULE} .PHONY: upload upload: ${DEBS} - tar cf - ${DEBS}|ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg --dist buster --arch ${ARCH} + tar cf - ${DEBS}|ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg,pbs --dist bullseye --arch ${ARCH} .PHONY: distclean distclean: clean