From c3eb48c5858f66779b0a26be1039e43492f2747d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 23 Aug 2015 13:58:22 +0200 Subject: Rewrite VERSION sniplet --- debian/changelog | 8 +++++--- debian/rules | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'debian') 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 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 -- cgit v1.2.3