Author: tille
Date: 2013-08-02 12:44:48 +0000 (Fri, 02 Aug 2013)
New Revision: 14320
Modified:
trunk/packages/tm-align/trunk/debian/changelog
trunk/packages/tm-align/trunk/debian/get-orig-source
Log:
Use new uscan if available
Modified: trunk/packages/tm-align/trunk/debian/changelog
===================================================================
--- trunk/packages/tm-align/trunk/debian/changelog 2013-08-02 12:40:01 UTC
(rev 14319)
+++ trunk/packages/tm-align/trunk/debian/changelog 2013-08-02 12:44:48 UTC
(rev 14320)
@@ -3,6 +3,7 @@
* debian/copyright:
- Add Files-Excluded to document what was removed from original source
* debian/watch: enable handling of +dfsg suffix
+ * debian/get-orig-source: use new uscan of available
-- Andreas Tille <[email protected]> Fri, 24 Aug 2012 16:22:01 +0200
Modified: trunk/packages/tm-align/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/tm-align/trunk/debian/get-orig-source 2013-08-02
12:40:01 UTC (rev 14319)
+++ trunk/packages/tm-align/trunk/debian/get-orig-source 2013-08-02
12:44:48 UTC (rev 14320)
@@ -3,6 +3,16 @@
# bail out with the first problem
set -e
+# Remark: A new uscan that enables easier handling of removing files can be
+# obtained via
+# git clone git://[email protected]/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
+
# script to download and repack source package of TMalign which strips the
binaries from upstream tarball
PKG=`dpkg-parsechangelog | awk '/^Source/ { print $2 }'`
_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit