X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib-python/blobdiff_plain/b0b5aac56c8c92a0c15fc4a883c15460ce30180d..HEAD:/debian/control?ds=sidebyside diff --git a/debian/control b/debian/control index 397b6ff..335e071 100644 --- a/debian/control +++ b/debian/control @@ -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), dh-python, pkg-config, + python (>= 2.6.6-3~), python-all-dev, python-pyrex, + mlib-dev (>= 2.2.2.1) Maintainer: Mark Wooding -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;