Merge pull request #49 from morphis/bug/take-version-from-changelog

Take version from changelog
This commit is contained in:
Simon Fels 2017-02-21 08:12:57 +01:00 committed by GitHub
commit d30e8f1a74
2 changed files with 8 additions and 1 deletions

View file

@ -1,5 +1,5 @@
#/usr/bin/make
VERSION = 1
VERSION = $(shell dpkg-parsechangelog -SVersion)
SRC = $(DESTDIR)/usr/src
all:

View file

@ -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.