[Python-modules-commits] [tqdm] 04/06: install CONTRIBUTING.md as doc

Sandro Tosi morph at moszumanska.debian.org
Sun Jan 22 21:17:10 UTC 2017


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

morph pushed a commit to branch master
in repository tqdm.

commit 8d0ad652c1eb964d29df09144fe7bbaa7c41997f
Author: Sandro Tosi <morph at debian.org>
Date:   Sun Jan 22 16:09:27 2017 -0500

    install CONTRIBUTING.md as doc
---
 debian/changelog | 4 +++-
 debian/rules     | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d25fe36..e6c0ba9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
 tqdm (4.11.1-1) UNRELEASED; urgency=medium
 
   * New upstream release
+  * debian/rules
+    - install CONTRIBUTING.md as doc
 
- -- Sandro Tosi <morph at debian.org>  Sun, 22 Jan 2017 15:55:42 -0500
+ -- Sandro Tosi <morph at debian.org>  Sun, 22 Jan 2017 16:09:15 -0500
 
 tqdm (4.10.0-1) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index ab409b3..064f058 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,7 +29,7 @@ override_dh_auto_install:
 	python3 setup.py install --root=debian/python3-tqdm --install-layout=deb
 
 override_dh_installdocs:
-	dh_installdocs -A CONTRIBUTE README.rst
+	dh_installdocs -A CONTRIBUTING.md README.rst
 
 override_dh_installexamples:
 	dh_installexamples -A examples/*.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