chiark / gitweb /
debian/: Use `dh_python2' for packaging.
[mLib-python] / debian / control
index 397b6ff9d361de59b2057891f6dd902f051cfbea..41406636150d398152cf7f79766ea04e39b956b8 100644 (file)
@@ -1,13 +1,18 @@
-Source: python-mlib
+Source: mlib-python
 Section: python
 Priority: extra
-Build-Depends: mlib-dev, python, python-pyrex
+XS-Python-Version: >= 2.6, << 2.8
+Build-Depends: debhelper (>= 9), pkg-config,
+       python (>= 2.6.6-3~), python-pyrex, python2.6-dev, python2.7-dev,
+       mlib-dev (>= 2.2.2.1)
 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;