X-Git-Url: https://git.distorted.org.uk/~mdw/mLib-python/blobdiff_plain/8546fc9dc62bd41d654b875f7d594cd06fa5dcfb..HEAD:/debian/control diff --git a/debian/control b/debian/control index 92313f0..335e071 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), 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.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;