[Python-modules-commits] r27519 - in packages/python-levenshtein/trunk/debian (control)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sun Feb 2 20:06:54 UTC 2014


    Date: Sunday, February 2, 2014 @ 20:06:53
  Author: morph
Revision: 27519

improved descriptions

Modified:
  packages/python-levenshtein/trunk/debian/control

Modified: packages/python-levenshtein/trunk/debian/control
===================================================================
--- packages/python-levenshtein/trunk/debian/control	2014-02-02 19:37:13 UTC (rev 27518)
+++ packages/python-levenshtein/trunk/debian/control	2014-02-02 20:06:53 UTC (rev 27519)
@@ -29,7 +29,7 @@
 Package: python3-levenshtein
 Architecture: any
 Depends: ${shlibs:Depends}, ${python3:Depends}, ${misc:Depends}
-Description: extension for computing string similarities and edit distances
+Description: extension for computing string similarities and edit distances (Python 3)
  The Levenshtein module computes Levenshtein distances, similarity ratios,
  generalized medians and set medians of Unicode or non-Unicode strings.
  Because it's implemented in C, it's much faster than the corresponding
@@ -40,6 +40,8 @@
  another.
  .
  It is useful for spell checking, or fuzzy matching of gettext messages.
+ .
+ This package contains Levenshtein for Python 3.
 
 Package: python-levenshtein-dbg
 Section: debug
@@ -65,7 +67,7 @@
 Priority: extra
 Architecture: any
 Depends: python3-levenshtein (= ${binary:Version}), ${shlibs:Depends}, ${python3:Depends}, ${misc:Depends}
-Description: extension for computing string similarities and edit distances(debug extension)
+Description: extension for computing string similarities and edit distances(py3k debug ext)
  The Levenshtein module computes Levenshtein distances, similarity ratios,
  generalized medians and set medians of Unicode or non-Unicode strings.
  Because it's implemented in C, it's much faster than the corresponding
@@ -77,4 +79,4 @@
  .
  It is useful for spell checking, or fuzzy matching of gettext messages.
  .
- This package contains the extensions built for the Python debug interpreter.
+ This package contains the extensions built for the Python 3 debug interpreter.




More information about the Python-modules-commits mailing list