noticed that `make sbuild` failed for a version with PKG_REV_EXTRA set (while testing enabling CONFIG_RUST).
Signed-off-by: Stoiko Ivanov <[email protected]> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d8f9479998ed..7d108327d9be 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ MODULE_DIRS=$(ZFSDIR) # exported to debian/rules via debian/rules.d/dirs.mk DIRS=KERNEL_SRC ZFSDIR MODULES -DSC=proxmox-kernel-$(KERNEL_MAJMIN)_$(KERNEL_VER)-$(KREL)$(KREL_EXTRA).dsc +DSC=proxmox-kernel-$(KERNEL_MAJMIN)_$(DEB_VERSION).dsc DST_DEB=$(PACKAGE)_$(DEB_VERSION)_$(ARCH).deb SIGNED_TEMPLATE_DEB=$(PACKAGE)-signed-template_$(DEB_VERSION)_$(ARCH).deb META_DEB=proxmox-kernel-$(KERNEL_MAJMIN)_$(DEB_VERSION)_all.deb -- 2.47.3
