[med-svn] r6224 - trunk/packages/mummy/debian

Andreas Tille tille at alioth.debian.org
Wed Mar 9 20:31:16 UTC 2011


Author: tille
Date: 2011-03-09 20:31:07 +0000 (Wed, 09 Mar 2011)
New Revision: 6224

Modified:
   trunk/packages/mummy/debian/get-orig-source.sh
Log:
Try to get identical orig.tar.gz for any get-orig-source call


Modified: trunk/packages/mummy/debian/get-orig-source.sh
===================================================================
--- trunk/packages/mummy/debian/get-orig-source.sh	2011-03-09 12:19:09 UTC (rev 6223)
+++ trunk/packages/mummy/debian/get-orig-source.sh	2011-03-09 20:31:07 UTC (rev 6224)
@@ -31,4 +31,4 @@
 
 cd ../..
 
-GZIP=-9 tar cfz mummy_$VERSION.orig.tar.gz mummy-$VERSION
+GZIP="--best --no-name" tar cfz mummy_$VERSION.orig.tar.gz mummy-$VERSION




More information about the debian-med-commit mailing list