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

edward at users.alioth.debian.org edward at users.alioth.debian.org
Thu Apr 23 20:03:45 UTC 2015


    Date: Thursday, April 23, 2015 @ 20:03:44
  Author: edward
Revision: 32409

Run wrap-and-sort (thanks tumbleweed)

Modified:
  packages/fuzzywuzzy/trunk/debian/control

Modified: packages/fuzzywuzzy/trunk/debian/control
===================================================================
--- packages/fuzzywuzzy/trunk/debian/control	2015-04-23 19:58:25 UTC (rev 32408)
+++ packages/fuzzywuzzy/trunk/debian/control	2015-04-23 20:03:44 UTC (rev 32409)
@@ -3,7 +3,14 @@
 Uploaders: Edward Betts <edward at 4angle.com>
 Section: python
 Priority: optional
-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)
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-all (>= 2.6.6-3),
+               python-levenshtein (>= 0.12),
+               python-setuptools (>= 0.6b3),
+               python3-all,
+               python3-levenshtein (>= 0.12),
+               python3-setuptools
 Standards-Version: 3.9.6
 Homepage: https://github.com/seatgeek/fuzzywuzzy
 Vcs-Browser: http://anonscm.debian.org/viewsvn/python-modules/packages/fuzzywuzzy/trunk
@@ -11,14 +18,14 @@
 
 Package: python-fuzzywuzzy
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-levenshtein (>= 0.12)
+Depends: python-levenshtein (>= 0.12), ${misc:Depends}, ${python:Depends}
 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}, python3-levenshtein (>= 0.12)
+Depends: python3-levenshtein (>= 0.12), ${misc:Depends}, ${python3:Depends}
 Description: Fuzzy string matching in Python (Python 3 version)
  Various methods for fuzzy matching of strings in Python.
  .




More information about the Python-modules-commits mailing list