mirror of
git://git.proxmox.com/git/pve-guest-common.git
synced 2025-03-11 16:58:18 +03:00
buildsys: use full DEB_VERSION
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
1ae23d630a
commit
f26cc0b2d4
6
Makefile
6
Makefile
@ -2,10 +2,10 @@ include /usr/share/dpkg/pkg-info.mk
|
||||
|
||||
PACKAGE=libpve-guest-common-perl
|
||||
|
||||
DEB=$(PACKAGE)_$(DEB_VERSION_UPSTREAM_REVISION)_all.deb
|
||||
DSC=$(PACKAGE)_$(DEB_VERSION_UPSTREAM_REVISION).dsc
|
||||
DEB=$(PACKAGE)_$(DEB_VERSION)_all.deb
|
||||
DSC=$(PACKAGE)_$(DEB_VERSION).dsc
|
||||
|
||||
BUILDDIR ?= $(PACKAGE)-$(DEB_VERSION_UPSTREAM)
|
||||
BUILDDIR ?= $(PACKAGE)-$(DEB_VERSION)
|
||||
|
||||
all:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user