Add revisions to packages

This commit is contained in:
2021-04-16 21:09:38 +00:00
parent c01c342945
commit 8cc556024f
4 changed files with 13 additions and 8 deletions

View File

@ -1,4 +1,4 @@
lume (__VERSION__) unstable; urgency=medium
lume (__VERSION__-__REVISION__) unstable; urgency=medium
* Package generated with make deb

View File

@ -2,7 +2,8 @@
DISTRIBUTION = $(shell lsb_release -sr)
VERSION = __VERSION__
PACKAGEVERSION = $(VERSION)
REVISION = __REVISION__
PACKAGEVERSION = $(VERSION)-$(REVISION)
%:
dh $@