debian/control: Fix up some Python version numbers.
[mLib-python] / debian / control
index 92313f0..df82641 100644 (file)
@@ -1,15 +1,16 @@
 Source: mlib-python
 Section: python
 Priority: extra
-XS-Python-Version: >= 2.4, << 2.7
+XS-Python-Version: >= 2.5, << 2.7
 Build-Depends: mlib-dev, python, python-pyrex
 Maintainer: Mark Wooding <mdw@distorted.org.uk>
 Standards-Version: 3.8.0
 
 Package: python-mlib
 Architecture: any
-Depends: ${shlibs:Depends}, ${python:Depends}
 XB-Python-Version: ${python:Versions}
+Depends: ${shlibs:Depends}, ${python:Depends}
+Provides: ${python:Provides}
 Description: A library of miscellaneous stuff
  The mLib library provides various handy utilities, including
    * yet another options parser, like GNU getopt but more so;