kernel: extract current version from debian changelog

Thanks to Marius Gripsgard <mariogrip@ubuntu.com> for the fix.
This commit is contained in:
Simon Fels 2017-02-21 07:31:28 +01:00
commit 3f3e25de04

View file

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