]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
buildsys: use full DEB_VERSION
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 25 May 2023 08:14:58 +0000 (10:14 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 25 May 2023 08:14:58 +0000 (10:14 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index ecd96b849e2e638b7a0cb82f4203a92c71192b67..615dcaf6194378861f948c0edf42666fc4150a1c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,11 +2,11 @@ include /usr/share/dpkg/pkg-info.mk
 
 PACKAGE=proxmox-widget-toolkit
 
-DEB=$(PACKAGE)_$(DEB_VERSION_UPSTREAM_REVISION)_all.deb
-DEV_DEB=$(PACKAGE)-dev_$(DEB_VERSION_UPSTREAM_REVISION)_all.deb
+DEB=$(PACKAGE)_$(DEB_VERSION)_all.deb
+DEV_DEB=$(PACKAGE)-dev_$(DEB_VERSION)_all.deb
 
 DEBS=$(DEB) $(DEV_DEB)
-DSC=$(PACKAGE)_$(DEB_VERSION_UPSTREAM_REVISION).dsc
+DSC=$(PACKAGE)_$(DEB_VERSION).dsc
 
 BUILDDIR ?= $(PACKAGE)-$(DEB_VERSION_UPSTREAM)