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 <[email protected]> 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 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
