[nltk] 01/01: Imported Debian patch 3.2.1-2

Gianfranco Costamagna locutusofborg at moszumanska.debian.org
Tue May 31 12:50:17 UTC 2016


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

locutusofborg pushed a commit to branch master
in repository nltk.

commit a8a1e52aaabe158edd6074dc353e95b6d1e7bbcc
Author: Gianfranco Costamagna <locutusofborg at debian.org>
Date:   Tue May 31 14:44:50 2016 +0200

    Imported Debian patch 3.2.1-2
---
 debian/changelog                    | 10 ++++++++++
 debian/patches/use-six-package.diff | 11 +++++++++++
 2 files changed, 21 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 9cdac1b..42db1f8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+nltk (3.2.1-2) unstable; urgency=high
+
+  * Team upload.
+  * Fix previous upload, by tweaking "use-six-package.diff"
+    to use system six package in another api place.
+    Closes: #825923
+    - thanks Raphaël Hertzog <hertzog at debian.org> for the useful report!
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Tue, 31 May 2016 14:44:50 +0200
+
 nltk (3.2.1-1) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/patches/use-six-package.diff b/debian/patches/use-six-package.diff
index b4c5d74..a173ee9 100644
--- a/debian/patches/use-six-package.diff
+++ b/debian/patches/use-six-package.diff
@@ -13,3 +13,14 @@ Last-Update: 2015-10-24
  
  import os
  import sys
+--- a/nltk/tokenize/api.py	2016-04-01 23:50:44.000000000 +0200
++++ b/nltk/tokenize/api.py	2016-05-31 14:43:55.645327433 +0200
+@@ -11,7 +11,7 @@ Tokenizer Interface
+ """
+ 
+ from abc import ABCMeta, abstractmethod
+-from nltk.six import add_metaclass
++from six import add_metaclass
+ 
+ from nltk.internals import overridden
+ from nltk.tokenize.util import string_span_tokenize

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