buildsys: use full DEB_VERSION
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
d7fa9ea42b
commit
735be5366b
6
Makefile
6
Makefile
@ -2,11 +2,11 @@ include /usr/share/dpkg/pkg-info.mk
|
|||||||
|
|
||||||
PACKAGE=proxmox-widget-toolkit
|
PACKAGE=proxmox-widget-toolkit
|
||||||
|
|
||||||
DEB=$(PACKAGE)_$(DEB_VERSION_UPSTREAM_REVISION)_all.deb
|
DEB=$(PACKAGE)_$(DEB_VERSION)_all.deb
|
||||||
DEV_DEB=$(PACKAGE)-dev_$(DEB_VERSION_UPSTREAM_REVISION)_all.deb
|
DEV_DEB=$(PACKAGE)-dev_$(DEB_VERSION)_all.deb
|
||||||
|
|
||||||
DEBS=$(DEB) $(DEV_DEB)
|
DEBS=$(DEB) $(DEV_DEB)
|
||||||
DSC=$(PACKAGE)_$(DEB_VERSION_UPSTREAM_REVISION).dsc
|
DSC=$(PACKAGE)_$(DEB_VERSION).dsc
|
||||||
|
|
||||||
BUILDDIR ?= $(PACKAGE)-$(DEB_VERSION_UPSTREAM)
|
BUILDDIR ?= $(PACKAGE)-$(DEB_VERSION_UPSTREAM)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user