summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-08-23 13:58:22 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-08-23 13:58:22 +0200
commitc3eb48c5858f66779b0a26be1039e43492f2747d (patch)
tree61897c7b2168de3a2d13c969720d76259d2d9367 /debian
parent37e6883f5d3d33900fc739ba3a4b33ca7521eedc (diff)
Rewrite VERSION sniplet
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
-rwxr-xr-xdebian/rules2
2 files changed, 6 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 15b01d5..6168907 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,9 +2,11 @@ argyll (1.8.0+repack-1) UNRELEASED; urgency=medium
* New upstream release.
* Refresh patches:
- + debian/patches/15_jam.patch
- + debian/patches/100_spelling.patch
- + debian/patches/110_dispwin_segfault.patch
+ - debian/patches/15_jam.patch
+ - debian/patches/100_spelling.patch
+ - debian/patches/110_dispwin_segfault.patch
+ * debian/rules:
+ - Rewrite VERSION sniplet.
-- Jörg Frings-Fürst <debian@jff-webhosting.net> Sun, 23 Aug 2015 13:32:55 +0200
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