[med-svn] r7508 - trunk/packages/ctk/debian
Mathieu Malaterre
malat-guest at alioth.debian.org
Sat Aug 20 16:29:35 UTC 2011
Author: malat-guest
Date: 2011-08-20 16:29:35 +0000 (Sat, 20 Aug 2011)
New Revision: 7508
Modified:
trunk/packages/ctk/debian/get-orig-source
Log:
Fix GZIP option
Modified: trunk/packages/ctk/debian/get-orig-source
===================================================================
--- trunk/packages/ctk/debian/get-orig-source 2011-08-19 17:37:54 UTC (rev 7507)
+++ trunk/packages/ctk/debian/get-orig-source 2011-08-20 16:29:35 UTC (rev 7508)
@@ -26,5 +26,5 @@
rm -rf ${FOLDER}/Utilities/Log4Qt/.git
-GZIP=-9 tar czf ${TARFILE} ${FOLDER}
+GZIP="--best --no-name" tar czf ${TARFILE} ${FOLDER}
rm -rf ${FOLDER}
More information about the debian-med-commit
mailing list