Merge pull request #49 from morphis/bug/take-version-from-changelog
Take version from changelog
This commit is contained in:
commit
d30e8f1a74
2 changed files with 8 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#/usr/bin/make
|
||||
VERSION = 1
|
||||
VERSION = $(shell dpkg-parsechangelog -SVersion)
|
||||
SRC = $(DESTDIR)/usr/src
|
||||
|
||||
all:
|
||||
|
|
|
|||
|
|
@ -1,3 +1,10 @@
|
|||
anbox-modules-dkms (3) zesty; urgency=medium
|
||||
|
||||
* Use correct package version in our Makefile to avoid failing module
|
||||
builds on the target device.
|
||||
|
||||
-- Simon Fels <simon.fels@canonical.com> Tue, 21 Feb 2017 07:36:45 +0100
|
||||
|
||||
anbox-modules-dkms (1) xenial; urgency=low
|
||||
|
||||
* Initial release.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue