chiark / gitweb /
debian/control: Fix up some Python version numbers.
[mLib-python] / debian / control
index 397b6ff9d361de59b2057891f6dd902f051cfbea..df8264133e90d3d17ce661f023ca71dc397bfcd9 100644 (file)
@@ -1,13 +1,16 @@
-Source: python-mlib
+Source: mlib-python
 Section: python
 Priority: extra
+XS-Python-Version: >= 2.5, << 2.7
 Build-Depends: mlib-dev, python, python-pyrex
 Maintainer: Mark Wooding <mdw@distorted.org.uk>
-Standards-Version: 3.1.1
+Standards-Version: 3.8.0
 
 Package: python-mlib
 Architecture: any
+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;