buildsys: adapt extracting release to native versioning
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
b90691f4ac
commit
ff7fd641ac
4
Makefile
4
Makefile
@ -2,8 +2,8 @@ include /usr/share/dpkg/pkg-info.mk
|
||||
include /usr/share/dpkg/architecture.mk
|
||||
include defines.mk
|
||||
|
||||
export PVERELEASE=$(DEB_VERSION_UPSTREAM)
|
||||
export VERSION=$(DEB_VERSION_UPSTREAM_REVISION)
|
||||
export PVERELEASE = $(shell echo $(DEB_VERSION_UPSTREAM) | cut -c 1-3)
|
||||
export VERSION = $(DEB_VERSION_UPSTREAM_REVISION)
|
||||
|
||||
DESTDIR=
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user