chiark / gitweb /
debian/: Use `dh_python2' for packaging.
[mLib-python] / debian / control
index 92313f0f99ef2a68d8d1401b87c805e2210b040e..41406636150d398152cf7f79766ea04e39b956b8 100644 (file)
@@ -1,15 +1,18 @@
 Source: mlib-python
 Section: python
 Priority: extra
-XS-Python-Version: >= 2.4, << 2.7
-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.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;