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 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
