From 6b0760d6c6b41943b55183b10719344960fb22b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 6 Nov 2015 08:20:09 +0100 Subject: Move download and repack from debian/rules to uscan --- debian/rules | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 50d805e..1569aca 100755 --- a/debian/rules +++ b/debian/rules @@ -104,19 +104,3 @@ build-manpages: help2man -N --no-discard-stderr --name="View gamuts." debian/tmp/usr/bin/viewgam > debian/man/viewgam.1 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/\+/\-/') - -get-orig-source: - wget http://www.argyllcms.com/Argyll_V${VERSION}_src.zip -O ../Argyll_V${VERSION}_src.zip - unzip ../Argyll_V${VERSION}_src.zip -d ../ - mv ../Argyll_V${VERSION} ../argyll_${VERSION} - rm -f ../argyll_${VERSION}/yajl/yajl_test.exe ../argyll_${VERSION}/yajl/yajl_test.obj - rm -fr ../argyll_${VERSION}/usb/bin - rm -fr ../argyll_${VERSION}/jpeg - rm -fr ../argyll_${VERSION}/tiff - rm -fr ../argyll_${VERSION}/zlib - rm -fr ../argyll_${VERSION}/png - chmod -R -x+X ../argyll_${VERSION}/* - tar cJf ../argyll_${VERSION}+repack.orig.tar.xz ../argyll_${VERSION} - rm -fr ../argyll_${VERSION} ../Argyll_V${VERSION}_src.zip -- cgit v1.2.3