[Python-modules-commits] [fuzzywuzzy] 01/01: Correct package description

Edward Betts edward at moszumanska.debian.org
Mon Apr 17 19:06:25 UTC 2017


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

edward pushed a commit to branch master
in repository fuzzywuzzy.

commit 72fd41153065d28fcb389925fa771978cd42d8ad
Author: Edward Betts <edward at 4angle.com>
Date:   Mon Apr 17 18:07:09 2017 +0100

    Correct package description
---
 debian/changelog | 6 ++++++
 debian/control   | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5a0c7fb..2847c65 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+fuzzywuzzy (0.15.0-2) unstable; urgency=medium
+
+  * Correct package description (Closes: #858487)
+
+ -- Edward Betts <edward at 4angle.com>  Mon, 17 Apr 2017 18:06:00 +0100
+
 fuzzywuzzy (0.15.0-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 740988f..e669f77 100644
--- a/debian/control
+++ b/debian/control
@@ -34,7 +34,7 @@ Description: Python module for fuzzy string matching
    - Token sort: This approach involves tokenizing the string in question,
      sorting the tokens alphabetically, and then joining them back into a
      string.
-   - Token sort: A slightly more flexible approach. Tokenize both strings, but
+   - Token set: A slightly more flexible approach. Tokenize both strings, but
      instead of immediately sorting and comparing, split the tokens into two
      groups: intersection and remainder.
 
@@ -51,7 +51,7 @@ Description: Python 3 module for fuzzy string matching
    - Token sort: This approach involves tokenizing the string in question,
      sorting the tokens alphabetically, and then joining them back into a
      string.
-   - Token sort: A slightly more flexible approach. Tokenize both strings, but
+   - Token set: A slightly more flexible approach. Tokenize both strings, but
      instead of immediately sorting and comparing, split the tokens into two
      groups: intersection and remainder.
  .

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/fuzzywuzzy.git



More information about the Python-modules-commits mailing list