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

port agraef's commit from Pd-l2ork: debuild: Add short sha to Debian package...

port agraef's commit from Pd-l2ork: debuild: Add short sha to Debian package version for easier identification. commit a1c6862d5324eb014b573f6acc9ac668979d4c4f
parent c2492233
No related branches found
No related tags found
No related merge requests found
...@@ -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) 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)
# Debian revision number of the package. # Debian revision number of the package.
debrevision = 1 debrevision = 1
# Source tarball and folder. # Source tarball and folder.
......
pd-l2ork (20160614+git1702-1) xenial; urgency=low pd-l2ork (20160614+git1705+ea4eb01-1) xenial; urgency=low
* Build from latest upstream source. * Build from latest upstream source.
-- Albert Graef <aggraef@gmail.com> Tue, 14 Jun 2016 15:13:43 +0200 -- Albert Graef <aggraef@gmail.com> Thu, 16 Jun 2016 09:58:18 +0200
pd-l2ork (20160608+git1683-1) xenial; urgency=low
* Build from latest upstream source.
-- Albert Graef <aggraef@gmail.com> Thu, 09 Jun 2016 19:54:47 +0200
pd-l2ork (20160606+git1681-1) xenial; urgency=low
* Build from latest upstream source.
-- Albert Graef <aggraef@gmail.com> Tue, 07 Jun 2016 09:50:25 +0200
pd-l2ork (0.42.6+git20141114+1491-1) trusty; urgency=low pd-l2ork (0.42.6+git20141114+1491-1) trusty; urgency=low
......
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