[med-svn] [care2x] 03/13: Make sure GZIP has option --best and --no-name
Andreas Tille
tille at debian.org
Mon Dec 25 07:53:24 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository care2x.
commit a3320470126db2bf4a52c7d8880b5acb2564dadf
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 256aa6b..19c57ac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -76,7 +76,7 @@ get-orig-source:
$(pkg)-$(version)/js/html_editor/plugins/SpellChecker/spell-check-logic.cgi \
$(pkg)-$(version)/modules/nocc/addcgipath.sh
# Finaly build the orig.tar.gz ...
- GZIP=-9 tar -czf $(pkg)_$(version).orig.tar.gz $(pkg)-$(version)
+ GZIP="--best --no-name" tar -czf $(pkg)_$(version).orig.tar.gz $(pkg)-$(version)
# Remove temporary directory
rm -rf $(pkg)-$(version)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/care2x.git
More information about the debian-med-commit
mailing list