[nltk] 09/11: added deb/README.Debian with info where to find a list of changes

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 9583a5c4be83fc81807394295904ef7780354eb8
Author: Daniel Stender <debian at danielstender.com>
Date:   Sat Oct 24 19:29:16 2015 +0200

    added deb/README.Debian with info where to find a list of changes
---
 debian/README.Debian | 4 ++++
 debian/changelog     | 3 ++-
 nltk/parse/malt.py   | 2 +-
 nltk/stem/porter.py  | 2 +-
 4 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..c2e5f12
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,4 @@
+The upstream changelog is not shippped in the Pypi tarball. For changes, see
+http://www.nltk.org/news.html
+
+Daniel Stender <debian at danielstender.com>
\ No newline at end of file
diff --git a/debian/changelog b/debian/changelog
index 5133c34..9e879d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,9 @@ nltk (3.1-1) UNRELEASED; 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.
 
- -- Daniel Stender <debian at danielstender.com>  Sat, 24 Oct 2015 19:23:21 +0200
+ -- Daniel Stender <debian at danielstender.com>  Sat, 24 Oct 2015 19:28:42 +0200
 
 nltk (3.0.5-1) unstable; urgency=medium
 
diff --git a/nltk/parse/malt.py b/nltk/parse/malt.py
index 41141fe..6c531e6 100644
--- a/nltk/parse/malt.py
+++ b/nltk/parse/malt.py
@@ -9,7 +9,7 @@
 
 from __future__ import print_function
 from __future__ import unicode_literals
-from nltk.six import text_type
+from six import text_type
 
 import os
 import tempfile
diff --git a/nltk/stem/porter.py b/nltk/stem/porter.py
index ac03067..2db3b18 100644
--- a/nltk/stem/porter.py
+++ b/nltk/stem/porter.py
@@ -12,7 +12,7 @@
 #
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
 # USA
 #
 # This software is maintained by Vivake (vivakeATomniscia.org) and is available at:

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