[med-svn] r6866 - trunk/packages/openmrs/trunk/debian

Mathieu Malaterre malat-guest at alioth.debian.org
Sat May 28 15:49:48 UTC 2011


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
 




More information about the debian-med-commit mailing list