[Python-modules-commits] [tqdm] 07/10: install tqdm manpage only in py3k package

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 0fecb2c29e9e94ea26ed4767c2f140e24b7e27b5
Author: Sandro Tosi <morph at debian.org>
Date:   Sun Dec 31 22:28:42 2017 -0500

    install tqdm manpage only in py3k package
---
 debian/changelog | 4 +++-
 debian/rules     | 8 ++++++--
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 765d333..7bee0a0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,8 +6,10 @@ tqdm (4.19.5-1) UNRELEASED; urgency=medium
     - update upstream copyright information
   * debian/control
     - bump Standards-Version to 4.1.3 (no changes needed)
+  * debian/rules
+    - install tqdm manpage only in py3k package
 
- -- Sandro Tosi <morph at debian.org>  Sun, 31 Dec 2017 11:47:20 -0500
+ -- Sandro Tosi <morph at debian.org>  Sun, 31 Dec 2017 22:28:26 -0500
 
 tqdm (4.11.2-1) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index 354a025..8d36a9e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,9 +28,13 @@ endif
 
 override_dh_auto_install:
 	python  setup.py install --root=debian/python-tqdm  --install-layout=deb
-	# cli tools are provided only by the py3k package
-	rm -rf $(CURDIR)/debian/python-tqdm/usr/bin
 	python3 setup.py install --root=debian/python3-tqdm --install-layout=deb
+	# cli tools and manpage re provided only by the py3k package
+	rm -rf $(CURDIR)/debian/python-tqdm/usr/bin
+	rm -rf $(CURDIR)/debian/*/usr/man
+
+override_dh_installman:
+	dh_installman -ppython3-tqdm tqdm.1
 
 override_dh_installdocs:
 	dh_installdocs -A CONTRIBUTING.md README.rst

-- 
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