[nltk] 11/11: use override for dh_installdocs in deb/rules to contribute README.debian into both binaries

Daniel Stender danstender-guest at moszumanska.debian.org
Sat Oct 24 17:44:58 UTC 2015


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

danstender-guest pushed a commit to branch master
in repository nltk.

commit db72b1175253b0e4c4874c1953413585352897d2
Author: Daniel Stender <debian at danielstender.com>
Date:   Sat Oct 24 19:36:38 2015 +0200

    use override for dh_installdocs in deb/rules to contribute README.debian into both binaries
---
 debian/changelog | 6 ++++--
 debian/rules     | 3 +++
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bbda130..49b30fc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,9 +5,11 @@ nltk (3.1-1) unstable; urgency=medium
     + added use-six-package.diff.
     + stripe out nltk/six.py via Files-Excluded in deb/copyright.
   * deb/control: bumped X-Python-Version to 2.7.
-  * Added deb/README.Debian with info where to find a list of changes.
+  * Added deb/README.Debian with info where to find a list of changes
+    (use override for dh_installdocs in deb/rules to contribute it
+    into both binaries).
 
- -- Daniel Stender <debian at danielstender.com>  Sat, 24 Oct 2015 19:32:11 +0200
+ -- Daniel Stender <debian at danielstender.com>  Sat, 24 Oct 2015 19:35:19 +0200
 
 nltk (3.0.5-1) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index ebd4412..b787ac8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,3 +9,6 @@ export PYBUILD_NAME=nltk
 override_dh_auto_install:
 	dh_auto_install
 	chmod -v 644 debian/python*-nltk/usr/lib/python*/dist-packages/nltk/test/dependency.doctest
+
+override_dh_installdocs:
+	dh_installdocs -A debian/README.Debian

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/nltk.git



More information about the debian-science-commits mailing list