X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib-python/blobdiff_plain/8546fc9dc62bd41d654b875f7d594cd06fa5dcfb..00dbd763fa9ff0986ea57146f87ac73087a1eb84:/debian/control diff --git a/debian/control b/debian/control index 92313f0..4140663 100644 --- a/debian/control +++ b/debian/control @@ -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 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;