diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-08-23 13:58:22 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-08-23 13:58:22 +0200 |
commit | c3eb48c5858f66779b0a26be1039e43492f2747d (patch) | |
tree | 61897c7b2168de3a2d13c969720d76259d2d9367 /debian/rules | |
parent | 37e6883f5d3d33900fc739ba3a4b33ca7521eedc (diff) |
Rewrite VERSION sniplet
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index af973db..8664b8b 100755 --- a/debian/rules +++ b/debian/rules @@ -105,7 +105,7 @@ build-manpages: help2man -N --no-discard-stderr --name="Translate colors through an xicc." debian/tmp/usr/bin/xicclu > debian/man/xicclu.1 help2man -N --no-discard-stderr --name="Convert LightSpace raw RGB device profile data to Argyll CGATS dat" debian/tmp/usr/bin/ls2ti3 > debian/man/ls2ti3.1 -VERSION = $(shell head -n1 debian/changelog | sed -e 's/.*(//;s/-.*).*//;s/\+/\-/') +VERSION = $(shell head -n1 debian/changelog | sed -e 's/.*(//;s/+.*).*//;s/\+/\-/') get-orig-source: wget http://www.argyllcms.com/Argyll_V${VERSION}_src.zip -O ../Argyll_V${VERSION}_src.zip |