[Python-modules-commits] [python-aiosmtpd] 01/01: Changelogs are compressed with gzip -9
Pierre-Elliott Bécue
peb-guest at moszumanska.debian.org
Sun Jul 30 22:47:01 UTC 2017
This is an automated email from the git hooks/post-receive script.
peb-guest pushed a commit to branch master
in repository python-aiosmtpd.
commit 9cd4e1af4c07f362da319ab2ee5e07d3bd93a0c5
Author: Pierre-Elliott Bécue <becue at crans.org>
Date: Mon Jul 31 00:46:44 2017 +0200
Changelogs are compressed with gzip -9
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index f0d3579..0304e2c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,8 +15,8 @@ override_dh_installdocs:
rm -rf debian/compiled_doc/temp
cp -a debian/compiled_doc/html/NEWS.html debian/compiled_doc/changelog.html
lynx -dump -nolist debian/compiled_doc/changelog.html > debian/compiled_doc/changelog
- gzip debian/compiled_doc/changelog.html
- gzip debian/compiled_doc/changelog
+ gzip -9 debian/compiled_doc/changelog.html
+ gzip -9 debian/compiled_doc/changelog
dh_installdocs
override_dh_installman:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-aiosmtpd.git
More information about the Python-modules-commits
mailing list