[med-svn] r13716 - trunk/packages/plastimatch/trunk/debian

Greg Sharp gregsharp-guest at alioth.debian.org
Mon May 27 17:41:01 UTC 2013


Author: gregsharp-guest
Date: 2013-05-27 17:41:01 +0000 (Mon, 27 May 2013)
New Revision: 13716

Modified:
   trunk/packages/plastimatch/trunk/debian/get-orig-source
Log:
Fix plastimatch get-orig-source to account for change in behavior of uscan

Modified: trunk/packages/plastimatch/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/plastimatch/trunk/debian/get-orig-source	2013-05-27 17:28:23 UTC (rev 13715)
+++ trunk/packages/plastimatch/trunk/debian/get-orig-source	2013-05-27 17:41:01 UTC (rev 13716)
@@ -3,7 +3,7 @@
 # This lets us use a different (local) tarball during debugging.
 # Just put file name on the command line.
 if test -z "$1"; then
-    download_name=`uscan --verbose --force-download | grep Source | head -n 2 | tail -n 1 | sed -e 's/.*\///'`;
+    download_name=`uscan --verbose --force-download | grep Source | head -n 2 | tail -n 1 | sed -e 's/.*\///' | sed -e 's/\ .*$//'`;
     echo Downloaded $download_name
 else
     download_name=$1




More information about the debian-med-commit mailing list