chiark / gitweb /
debian: Switch to CDBS and support Python 2.6.
[mLib-python] / debian / control
index 397b6ff9d361de59b2057891f6dd902f051cfbea..92313f0f99ef2a68d8d1401b87c805e2210b040e 100644 (file)
@@ -1,13 +1,15 @@
-Source: python-mlib
+Source: mlib-python
 Section: python
 Priority: extra
+XS-Python-Version: >= 2.4, << 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
 Depends: ${shlibs:Depends}, ${python:Depends}
+XB-Python-Version: ${python:Versions}
 Description: A library of miscellaneous stuff
  The mLib library provides various handy utilities, including
    * yet another options parser, like GNU getopt but more so;