[med-svn] [igraph] 16/31: Make sure GZIP has option --best and --no-name
Andreas Tille
tille at debian.org
Tue Aug 19 10:16:47 UTC 2014
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository igraph.
commit 955ddb8405ee18bb9198fabd7016d1fbba3f1314
Author: Mathieu Malaterre <malat at debian.org>
Date: Sat May 28 15:49:14 2011 +0000
Make sure GZIP has option --best and --no-name
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index d21c04a..205775c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -118,7 +118,7 @@ $(UPSTREAM_SRC).tar.gz:
get-orig-source: $(UPSTREAM_SRC).tar.gz
tar xzf $(UPSTREAM_SRC).tar.gz
- GZIP=-9 tar czf $(DEBIAN_SRC_TAR) $(DEBIAN_SRC_DIR)
+ GZIP="--best --no-name" tar czf $(DEBIAN_SRC_TAR) $(DEBIAN_SRC_DIR)
rm -rf $(DEBIAN_SRC_DIR)
binary: binary-indep binary-arch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/igraph.git
More information about the debian-med-commit
mailing list