[Python-modules-commits] [terminaltables] 01/02: Avoid compressing examples

Carl Suster arcresu-guest at moszumanska.debian.org
Sun Jan 8 13:20:43 UTC 2017


This is an automated email from the git hooks/post-receive script.

arcresu-guest pushed a commit to branch master
in repository terminaltables.

commit e73f02fbc870321947873a720fe1b3008528fe76
Author: Carl Suster <carl at contraflo.ws>
Date:   Sun Jan 8 23:47:43 2017 +1100

    Avoid compressing examples
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index 141ecb1..c8d4357 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,3 +14,6 @@ ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS)))
 	http_proxy='http://127.0.0.1:9/' PYTHONPATH=. sphinx-build -N -q -E -b html docs/ debian/python3-terminaltables-doc/usr/share/doc/python3-terminaltables-doc/html/
 	dh_sphinxdoc
 endif
+
+override_dh_compress:
+	dh_compress -X example1.py -X example2.py -X example3.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/terminaltables.git



More information about the Python-modules-commits mailing list