[SCM] Set of routines for handling the FITS WCS standard branch, debian, updated. upstream/1.10-11-ge4430e4

Ole Streicher debian at liska.ath.cx
Fri Jan 6 16:29:15 UTC 2012


The following commit has been merged in the debian branch:
commit e4430e4eec7afc4544354bb47ac5d188e01b86a0
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Fri Jan 6 17:28:54 2012 +0100

    Remove additional download of test files

diff --git a/debian/download_tests.sh b/debian/download_tests.sh
deleted file mode 100755
index a5abeb8..0000000
--- a/debian/download_tests.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh -e
-# called with '--upstream-version' <version> <file>
-# Download the data files needed for the nosetests from the Subversion VCS
-
-PACKAGE_NAME=python-pywcs
-VERSION=$2
-UPSTREAM_SVN=http://svn6.assembla.com/svn/astrolib/tags/pywcs_${VERSION}/lib
-SUBDIR=tests
-TMPTARGET=$(mktemp -d)
-TARFILENAME=$(dirname $3)/${PACKAGE_NAME}_${VERSION}.orig-${SUBDIR}.tar.gz
-
-svn co -q ${UPSTREAM_SVN}/${SUBDIR} ${TMPTARGET}
-tar czf $TARFILENAME --exclude-vcs -C ${TMPTARGET} .
-rm -rf ${TMPTARGET}
-
-uupdate --no-symlink "$@"
diff --git a/debian/watch b/debian/watch
index 1f69fb0..1995225 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 # watch control file for uscan
 version=3
-http://trac.assembla.com/astrolib .+/pywcs-(.+)-.+\.tar\.gz debian debian/download_tests.sh
+http://trac.assembla.com/astrolib .+/pywcs-(.+)-.+\.tar\.gz debian uupdate

-- 
Set of routines for handling the FITS WCS standard



More information about the debian-science-commits mailing list