Skip to content
Snippets Groups Projects
Commit ce94500a authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

Merge branch 'aggraef/purr-data-debuild-update'

parents f3ba78b8 ad405fe7
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
# The Debian version gets derived from the date and serial number of the last # The Debian version gets derived from the date and serial number of the last
# commit. You can print it with 'make debversion'. # 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. # Debian revision number of the package.
debrevision = 1 debrevision = 1
# Source tarball and folder. # Source tarball and folder.
......
purr-data (20160623+git2729+0e83b4c-1) xenial; urgency=low purr-data (2.0+git3322+50e3805-1) xenial; urgency=low
* Build from latest upstream source. * 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment