[med-svn] r14443 - trunk/packages/python-biom-format/trunk/debian

Andreas Tille tille at alioth.debian.org
Wed Aug 14 23:23:38 UTC 2013


Author: tille
Date: 2013-08-14 23:23:38 +0000 (Wed, 14 Aug 2013)
New Revision: 14443

Modified:
   trunk/packages/python-biom-format/trunk/debian/changelog
   trunk/packages/python-biom-format/trunk/debian/get-orig-source
   trunk/packages/python-biom-format/trunk/debian/watch
Log:
New download location


Modified: trunk/packages/python-biom-format/trunk/debian/changelog
===================================================================
--- trunk/packages/python-biom-format/trunk/debian/changelog	2013-08-12 23:16:41 UTC (rev 14442)
+++ trunk/packages/python-biom-format/trunk/debian/changelog	2013-08-14 23:23:38 UTC (rev 14443)
@@ -1,10 +1,12 @@
-python-biom-format (1.0.0+dfsg-1) UNRELEASED; urgency=low
+python-biom-format (1.1.2-1) UNRELEASED; urgency=low
 
   * debian/copyright: - Add Files-Excluded to document what was removed
     from original source
-  * debian/watch: Enable '+dfsg' suffix in Debian versions
+  * debian/watch:
+     - Enable '+dfsg' suffix in Debian versions
+     - Fix download location
 
- -- Andreas Tille <tille at debian.org>  Wed, 29 Aug 2012 14:01:13 +0200
+ -- Andreas Tille <tille at debian.org>  Thu, 15 Aug 2013 01:17:43 +0200
 
 python-biom-format (1.0.0-1ubuntu1) precise; urgency=low
 

Modified: trunk/packages/python-biom-format/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/python-biom-format/trunk/debian/get-orig-source	2013-08-12 23:16:41 UTC (rev 14442)
+++ trunk/packages/python-biom-format/trunk/debian/get-orig-source	2013-08-14 23:23:38 UTC (rev 14443)
@@ -2,6 +2,17 @@
 # Repack tarball because of ._ files
 
 set -e
+
+# Remark: A new uscan that enables easier handling of removing files can be
+#         obtained via
+#   git clone git://tille@git.debian.org/git/users/tille/devscripts.git
+#         and then copy scripts/uscan.pl as uscan at the beginning of your PATH
+if uscan --help | grep -q -- --repack-compression ; then
+    echo "Use new enhanced uscan"
+    uscan --verbose --force-download --repack-compression xz
+    exit
+fi
+
 NAME=`dpkg-parsechangelog | awk '/^Source/ { print $2 }'`
 UNAME=`echo $NAME | sed 's/^python-//'`
 

Modified: trunk/packages/python-biom-format/trunk/debian/watch
===================================================================
--- trunk/packages/python-biom-format/trunk/debian/watch	2013-08-12 23:16:41 UTC (rev 14442)
+++ trunk/packages/python-biom-format/trunk/debian/watch	2013-08-14 23:23:38 UTC (rev 14443)
@@ -1,4 +1,4 @@
 version=3
 opts=dversionmangle=s/\+dfsg[0-9]*// \
-   http://biom-format.org/ https://github.com/downloads/biom-format/biom-format/biom-format-([\d.]+)\.tgz \
+   http://biom-format.org/ ftp://thebeast.colorado.edu/pub/biom-format-releases/biom-format-([\d.]+)\.tar\.gz \
    debian debian/get-orig-source




More information about the debian-med-commit mailing list