diff --git a/debuild/Makefile b/debuild/Makefile index f4cb6be0e4f2d9e8cf549dcb34d8c5b15f688068..3a6bb3d3f96b44f75cbdf3d5c8364cb4865fa5bb 100644 --- a/debuild/Makefile +++ b/debuild/Makefile @@ -34,7 +34,7 @@ # The Debian version gets derived from the date and serial number of the last # commit. You can print it with 'make debversion'. -debversion = $(shell git log -1 --format=%cd --date=short | sed -e 's/-//g')+git$(shell git rev-list --count HEAD)+$(shell git rev-parse --short HEAD) +debversion = $(shell grep PD_L2ORK_VERSION ../pd/src/m_pd.h | sed 's|^.define *PD_L2ORK_VERSION *"\(.*\)".*|\1|')+git$(shell git rev-list --count HEAD)+$(shell git rev-parse --short HEAD) # Debian revision number of the package. debrevision = 1 # Source tarball and folder. diff --git a/debuild/debian/changelog b/debuild/debian/changelog index 3a5594915ab5856c1a8dabb6510d5c2f9bc6ea85..d4079005d5e014fbd74fda6267cfdedd65eebf7e 100644 --- a/debuild/debian/changelog +++ b/debuild/debian/changelog @@ -1,5 +1,5 @@ -purr-data (20160623+git2729+0e83b4c-1) xenial; urgency=low +purr-data (2.0+git3322+50e3805-1) xenial; urgency=low * Build from latest upstream source. - -- Albert Graef <aggraef@gmail.com> Fri, 24 Jun 2016 05:57:05 +0200 + -- Albert Graef <aggraef@gmail.com> Wed, 08 Feb 2017 10:33:38 +0100