[Python-modules-commits] [python-tidylib] 08/11: Prevent pytidylib.pdf from being compressed by dh_compress.
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Mon Dec 14 18:03:45 UTC 2015
This is an automated email from the git hooks/post-receive script.
mitya57 pushed a commit to branch master
in repository python-tidylib.
commit 39f1fa9cc92c2737892e00a87add14d2d531c2c4
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Mon Dec 14 20:40:43 2015 +0300
Prevent pytidylib.pdf from being compressed by dh_compress.
---
debian/changelog | 1 +
debian/rules | 3 +++
2 files changed, 4 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 995a92d..b5bb7ec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,7 @@ python-tidylib (0.2.4~dfsg-1) UNRELEASED; urgency=low
(closes: #756001).
* Split the docs into a separate pytidylib-doc package.
* Use dh_sphinxdoc to symlink JavaScript files in the documentation.
+ * Prevent pytidylib.pdf from being compressed by dh_compress.
-- Jakub Wilk <jwilk at debian.org> Sun, 05 May 2013 18:40:57 +0200
diff --git a/debian/rules b/debian/rules
index 12ae6f3..bae49be 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,3 +18,6 @@ override_dh_auto_clean:
override_dh_installdocs:
dh_installdocs -A README
+
+override_dh_compress:
+ dh_compress -X.pdf
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-tidylib.git
More information about the Python-modules-commits
mailing list