[SCM] Control pipeline recipes from the European Southern Observatory branch, master, updated. upstream/0.3.5.1-2-gb6214ae

Ole Streicher debian at liska.ath.cx
Mon Nov 14 17:57:22 UTC 2011


The following commit has been merged in the master branch:
commit b6214ae63e694b7271eb65b6c0c237bf71baae7f
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Mon Nov 14 18:56:54 2011 +0100

    Download test suite on uscan

diff --git a/debian/download_tests.sh b/debian/download_tests.sh
new file mode 100755
index 0000000..beb51bf
--- /dev/null
+++ b/debian/download_tests.sh
@@ -0,0 +1,14 @@
+#!/bin/sh -e
+# called with '--upstream-version' <version> <file>
+# Download the test suite
+
+PACKAGE_NAME=python-cpl
+VERSION=$2
+SUBDIR=tests
+UPSTREAM_BASE=http://www.aip.de/~oles/python-cpl
+UPSTREAM_TAR=${UPSTREAM_BASE}/${PACKAGE_NAME}-${SUBDIR}-${VERSION}.tar.gz
+TARFILENAME=$(dirname $3)/${PACKAGE_NAME}_${VERSION}.orig-${SUBDIR}.tar.gz
+
+wget -q -O ${TARFILENAME} ${UPSTREAM_TAR}
+
+uupdate --no-symlink "$@"
diff --git a/debian/watch b/debian/watch
index 1cebbeb..36b5ebb 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
 # format version number, currently 3; this line is compulsory!
 version=3
-http://www.aip.de/~oles/python-cpl/install.html python-cpl-([0-9].*)\.tar\.gz debian uupdate
+http://www.aip.de/~oles/python-cpl/install.html python-cpl-([0-9].*)\.tar\.gz debian debian/download_tests.sh
 

-- 
Control pipeline recipes from the European Southern Observatory



More information about the debian-science-commits mailing list