[Python-modules-commits] [tqdm] 08/10: install all examples and dont compress files with py extension

Sandro Tosi morph at moszumanska.debian.org
Mon Jan 1 03:48:16 UTC 2018


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

morph pushed a commit to branch master
in repository tqdm.

commit 169c16a9dd9d1024ac966f37bf90cc84f4cc64a1
Author: Sandro Tosi <morph at debian.org>
Date:   Sun Dec 31 22:35:43 2017 -0500

    install all examples and dont compress files with py extension
---
 debian/changelog | 3 ++-
 debian/rules     | 5 ++++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7bee0a0..3a01517 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,8 +8,9 @@ tqdm (4.19.5-1) UNRELEASED; urgency=medium
     - bump Standards-Version to 4.1.3 (no changes needed)
   * debian/rules
     - install tqdm manpage only in py3k package
+    - install all examples and dont compress files with py extension
 
- -- Sandro Tosi <morph at debian.org>  Sun, 31 Dec 2017 22:28:26 -0500
+ -- Sandro Tosi <morph at debian.org>  Sun, 31 Dec 2017 22:35:24 -0500
 
 tqdm (4.11.2-1) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index 8d36a9e..ec30cca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,4 +40,7 @@ override_dh_installdocs:
 	dh_installdocs -A CONTRIBUTING.md README.rst
 
 override_dh_installexamples:
-	dh_installexamples -A examples/*.py
+	dh_installexamples -A examples/*
+
+override_dh_compress:
+	dh_compress -X.py

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



More information about the Python-modules-commits mailing list