]> git.proxmox.com Git - pve-cluster.git/commitdiff
buildsys: use full DEB_VERSION
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 19 May 2023 15:06:39 +0000 (17:06 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 19 May 2023 15:07:01 +0000 (17:07 +0200)
we're in control of this, so don't need to be scared about epoch
bumps or the like

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index a318283f190b73b7d9c0f272a5e2995e58101d24..fa099c97158a7a6eb30ea47734d0069bb15da67a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,10 +4,10 @@ PACKAGE=pve-cluster
 
 GITVERSION:=$(shell git rev-parse HEAD)
 
-DEB=$(PACKAGE)_$(DEB_VERSION_UPSTREAM_REVISION)_$(DEB_BUILD_ARCH).deb
-LIB_DEB  = libpve-cluster-perl_$(DEB_VERSION_UPSTREAM_REVISION)_all.deb
-LIB_DEB += libpve-cluster-api-perl_$(DEB_VERSION_UPSTREAM_REVISION)_all.deb
-DBG_DEB=$(PACKAGE)-dbgsym_$(DEB_VERSION_UPSTREAM_REVISION)_$(DEB_BUILD_ARCH).deb
+DEB=$(PACKAGE)_$(DEB_VERSION)_$(DEB_BUILD_ARCH).deb
+LIB_DEB  = libpve-cluster-perl_$(DEB_VERSION)_all.deb
+LIB_DEB += libpve-cluster-api-perl_$(DEB_VERSION)_all.deb
+DBG_DEB=$(PACKAGE)-dbgsym_$(DEB_VERSION)_$(DEB_BUILD_ARCH).deb
 
 DEBS = $(DEB) $(DBG_DEB) $(LIB_DEB)