[med-svn] r3851 - trunk/packages/pvrg-jpeg/trunk/debian
Nelson A. de Oliveira
naoliv at alioth.debian.org
Wed Sep 2 15:50:07 UTC 2009
Author: naoliv
Date: 2009-09-02 15:50:05 +0000 (Wed, 02 Sep 2009)
New Revision: 3851
Modified:
trunk/packages/pvrg-jpeg/trunk/debian/rules
Log:
Use maximum compression when repacking the tarball
Modified: trunk/packages/pvrg-jpeg/trunk/debian/rules
===================================================================
--- trunk/packages/pvrg-jpeg/trunk/debian/rules 2009-09-02 12:57:59 UTC (rev 3850)
+++ trunk/packages/pvrg-jpeg/trunk/debian/rules 2009-09-02 15:50:05 UTC (rev 3851)
@@ -114,7 +114,7 @@
tar xzf $(UPSTREAM_SRC).tar.gz
rm -rf jpegdir/doc.ps
mv jpegdir $(DEBIAN_SRC_DIR)
- tar czf $(DEBIAN_SRC_TAR) $(DEBIAN_SRC_DIR)
+ GZIP=-9 tar czf $(DEBIAN_SRC_TAR) $(DEBIAN_SRC_DIR)
binary: binary-indep binary-arch
More information about the debian-med-commit
mailing list