]> git.proxmox.com Git - proxmox-archive-keyring.git/commitdiff
buildsys: use full DEB_VERSION
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 25 May 2023 14:48:43 +0000 (16:48 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 25 May 2023 14:48:43 +0000 (16:48 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index b782fb3767951662ccd1d4333b9c009b57bd7584..3e618ccae77b775ba350496f940f54815010b82e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ PACKAGE=proxmox-archive-keyring
 
 GITVERSION:=$(shell git rev-parse HEAD)
 
-DEB=$(PACKAGE)_$(DEB_VERSION_UPSTREAM_REVISION)_all.deb
+DEB=$(PACKAGE)_$(DEB_VERSION)_all.deb
 
 BUILD_DIR=build