mirror of
https://git.proxmox.com/git/ifupdown2
synced 2025-04-29 03:13:50 +00:00
buildsys: use full DEB_VERSION
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
c4132b1ce4
commit
4fb10245ab
4
Makefile
4
Makefile
@ -3,11 +3,11 @@ include /usr/share/dpkg/pkg-info.mk
|
|||||||
PACKAGE=ifupdown2
|
PACKAGE=ifupdown2
|
||||||
|
|
||||||
SRCDIR=ifupdown2
|
SRCDIR=ifupdown2
|
||||||
BUILDDIR=$(SRCDIR)-$(DEB_VERSION_UPSTREAM)
|
BUILDDIR=$(SRCDIR)-$(DEB_VERSION)
|
||||||
|
|
||||||
GITVERSION:=$(shell git rev-parse HEAD)
|
GITVERSION:=$(shell git rev-parse HEAD)
|
||||||
|
|
||||||
DEB=$(PACKAGE)_$(DEB_VERSION_UPSTREAM_REVISION)_all.deb
|
DEB=$(PACKAGE)_$(DEB_VERSION)_all.deb
|
||||||
|
|
||||||
all: $(DEB)
|
all: $(DEB)
|
||||||
@echo $(DEB)
|
@echo $(DEB)
|
||||||
|
Loading…
Reference in New Issue
Block a user