Author: malat-guest
Date: 2011-05-28 15:49:48 +0000 (Sat, 28 May 2011)
New Revision: 6866

Modified:
   trunk/packages/openmrs/trunk/debian/orig-tar.sh
Log:
Make sure GZIP has option --best and --no-name

Modified: trunk/packages/openmrs/trunk/debian/orig-tar.sh
===================================================================
--- trunk/packages/openmrs/trunk/debian/orig-tar.sh     2011-05-28 15:49:14 UTC 
(rev 6865)
+++ trunk/packages/openmrs/trunk/debian/orig-tar.sh     2011-05-28 15:49:48 UTC 
(rev 6866)
@@ -7,7 +7,7 @@
 
 # clean up the upstream tarball
 svn export http://svn.openmrs.org/openmrs/tags/$2/ $DIR --quiet
-GZIP=--best tar -c -z -f $TAR $DIR
+GZIP="--best --no-name" tar -c -z -f $TAR $DIR
 rm -rf $DIR
 rm $3
 


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to