[Python-modules-commits] r32257 - in packages/fuzzywuzzy/trunk/debian (changelog control)

edward at users.alioth.debian.org edward at users.alioth.debian.org
Fri Apr 10 13:14:49 UTC 2015


    Date: Friday, April 10, 2015 @ 13:14:48
  Author: edward
Revision: 32257

Depend on python-levenshtein >= 0.12

Modified:
  packages/fuzzywuzzy/trunk/debian/changelog
  packages/fuzzywuzzy/trunk/debian/control

Modified: packages/fuzzywuzzy/trunk/debian/changelog
===================================================================
--- packages/fuzzywuzzy/trunk/debian/changelog	2015-04-10 12:48:48 UTC (rev 32256)
+++ packages/fuzzywuzzy/trunk/debian/changelog	2015-04-10 13:14:48 UTC (rev 32257)
@@ -1,4 +1,4 @@
-fuzzywuzzy (0.5.0-1) unstable; urgency=low
+fuzzywuzzy (0.5.0-1) experimental; urgency=low
 
   * Initial release. (Closes: #781282)
 

Modified: packages/fuzzywuzzy/trunk/debian/control
===================================================================
--- packages/fuzzywuzzy/trunk/debian/control	2015-04-10 12:48:48 UTC (rev 32256)
+++ packages/fuzzywuzzy/trunk/debian/control	2015-04-10 13:14:48 UTC (rev 32257)
@@ -3,7 +3,7 @@
 Uploaders: Edward Betts <edward at 4angle.com>
 Section: python
 Priority: optional
-Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9), python3-all, dh-python, python3-setuptools, python-nose
+Build-Depends: dh-python, debhelper (>= 9), python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), python-levenshtein (>= 0.12), python3-all, python3-setuptools, python3-levenshtein (>= 0.12)
 Standards-Version: 3.9.6
 Homepage: https://github.com/seatgeek/fuzzywuzzy
 Vcs-Browser: http://anonscm.debian.org/viewsvn/python-modules/packages/fuzzywuzzy/trunk
@@ -11,13 +11,15 @@
 
 Package: python-fuzzywuzzy
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends}, ${python:Depends}, python-levenshtein (>= 0.12)
 Provides: ${python:Provides}
 Description: Fuzzy string matching in Python
  Various methods for fuzzy matching of strings in Python.
 
 Package: python3-fuzzywuzzy
 Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}, python3-levenshtein (>= 0.12)
 Description: Fuzzy string matching in Python (Python 3 version)
  Various methods for fuzzy matching of strings in Python.
+ .
+ This package contains fuzzywuzzy for Python 3.




More information about the Python-modules-commits mailing list