X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=19c5821c5cbe746f98ae0f232dc41408c595f8e2;hb=6d345395f30909b4d9e97079c9ae1f3a096c9da9;hp=89a6a7532aae804aa24ec56d96f7f80ad7d2c3d1;hpb=8b45a37be88e0d5cab0cff8751ed7a5eb6fd799e;p=pve-kernel.git diff --git a/Makefile b/Makefile index 89a6a75..19c5821 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,14 @@ +include /usr/share/dpkg/pkg-info.mk + # also bump pve-kernel-meta if either of MAJ.MIN, PATCHLEVEL or KREL change KERNEL_MAJ=6 KERNEL_MIN=2 -KERNEL_PATCHLEVEL=11 +KERNEL_PATCHLEVEL=16 # increment KREL if the ABI changes (abicheck target in debian/rules) # rebuild packages with new KREL and run 'make abiupdate' -KREL=2 +KREL=1 -PKGREL=2 +PKGREL=1 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN) KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL) @@ -116,8 +118,9 @@ $(ZFSDIR).prepared: $(ZFSONLINUX_SUBMODULE) touch $(ZFSDIR).prepared .PHONY: upload +upload: UPLOAD_DIST ?= $(DEB_DISTRIBUTION) upload: $(DEBS) - tar cf - $(DEBS)|ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg,pbs --dist bullseye --arch $(ARCH) + tar cf - $(DEBS)|ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg,pbs --dist $(UPLOAD_DIST) --arch $(ARCH) .PHONY: distclean distclean: clean