[med-svn] r14893 - trunk/packages/volview/trunk/debian

Andreas Tille tille at alioth.debian.org
Fri Oct 18 14:47:29 UTC 2013


Author: tille
Date: 2013-10-18 14:47:29 +0000 (Fri, 18 Oct 2013)
New Revision: 14893

Modified:
   trunk/packages/volview/trunk/debian/changelog
   trunk/packages/volview/trunk/debian/get-orig-source
Log:
Use new uscan if installed


Modified: trunk/packages/volview/trunk/debian/changelog
===================================================================
--- trunk/packages/volview/trunk/debian/changelog	2013-10-18 09:28:09 UTC (rev 14892)
+++ trunk/packages/volview/trunk/debian/changelog	2013-10-18 14:47:29 UTC (rev 14893)
@@ -1,16 +1,17 @@
-volview (3.4+dfsg-1) UNRELEASED; urgency=low
+volview (3.4+dfsg-2) UNRELEASED; urgency=low
 
   [ Andreas Tille ]
   * debian/copyright:
      - DEP5
      - Add Files-Excluded to document what was removed from original source
   * debian/watch: handle +dfsg suffix
+  * debian/get-orig-source: Use new uscan if installed
 
   [ Charles Plessy ]
   * debian/watch: enable proper downloading of source using correct
     mangling options
 
- -- Andreas Tille <tille at debian.org>  Fri, 14 Sep 2012 15:54:59 +0200
+ -- Andreas Tille <tille at debian.org>  Fri, 18 Oct 2013 16:50:51 +0200
 
 volview (3.4-3) unstable; urgency=low
 

Modified: trunk/packages/volview/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/volview/trunk/debian/get-orig-source	2013-10-18 09:28:09 UTC (rev 14892)
+++ trunk/packages/volview/trunk/debian/get-orig-source	2013-10-18 14:47:29 UTC (rev 14893)
@@ -1,6 +1,16 @@
 #!/bin/sh
 set -eu
 
+# 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
+
 PACKAGE=volview
 
 VERSION=`dpkg-parsechangelog | sed -n -e 's/^Version: \(.*\)-[^-]*$/\1/p'`




More information about the debian-med-commit mailing list