X-Git-Url: https://git.proxmox.com/?p=pve-kernel.git;a=blobdiff_plain;f=Makefile;h=287c4cd29179c9aed2322c457a87296a158eda0f;hp=aeac3cdc74610bff9bb8d0766af61f5e23d1f097;hb=HEAD;hpb=f65216536aba3db76b0c45bd655c5a49bb12aec7 diff --git a/Makefile b/Makefile index aeac3cd..99c765e 100644 --- a/Makefile +++ b/Makefile @@ -2,11 +2,11 @@ include /usr/share/dpkg/pkg-info.mk # also bump proxmox-kernel-meta if the default MAJ.MIN version changes! KERNEL_MAJ=6 -KERNEL_MIN=2 -KERNEL_PATCHLEVEL=16 +KERNEL_MIN=8 +KERNEL_PATCHLEVEL=4 # increment KREL for every published package release! # rebuild packages with new KREL and run 'make abiupdate' -KREL=19 +KREL=3 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN) KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL) @@ -44,6 +44,7 @@ DIRS=KERNEL_SRC ZFSDIR MODULES DSC=proxmox-kernel-$(KERNEL_MAJMIN)_$(KERNEL_VER)-$(KREL).dsc DST_DEB=$(PACKAGE)_$(KERNEL_VER)-$(KREL)_$(ARCH).deb +SIGNED_TEMPLATE_DEB=$(PACKAGE)-signed-template_$(KERNEL_VER)-$(KREL)_$(ARCH).deb META_DEB=proxmox-kernel-$(KERNEL_MAJMIN)_$(KERNEL_VER)-$(KREL)_all.deb HDR_DEB=$(HDRPACKAGE)_$(KERNEL_VER)-$(KREL)_$(ARCH).deb META_HDR_DEB=proxmox-headers-$(KERNEL_MAJMIN)_$(KERNEL_VER)-$(KREL)_all.deb @@ -51,7 +52,7 @@ USR_HDR_DEB=proxmox-kernel-libc-dev_$(KERNEL_VER)-$(KREL)_$(ARCH).deb LINUX_TOOLS_DEB=linux-tools-$(KERNEL_MAJMIN)_$(KERNEL_VER)-$(KREL)_$(ARCH).deb LINUX_TOOLS_DBG_DEB=linux-tools-$(KERNEL_MAJMIN)-dbgsym_$(KERNEL_VER)-$(KREL)_$(ARCH).deb -DEBS=$(DST_DEB) $(META_DEB) $(HDR_DEB) $(META_HDR_DEB) $(LINUX_TOOLS_DEB) $(LINUX_TOOLS_DBG_DEB) # $(USR_HDR_DEB) +DEBS=$(DST_DEB) $(META_DEB) $(HDR_DEB) $(META_HDR_DEB) $(LINUX_TOOLS_DEB) $(LINUX_TOOLS_DBG_DEB) $(SIGNED_TEMPLATE_DEB) # $(USR_HDR_DEB) all: deb deb: $(DEBS)