From: Mark Wooding Date: Fri, 5 Nov 2010 15:19:04 +0000 (+0000) Subject: debian/control: Fix up some Python version numbers. X-Git-Tag: 1.0.3~1 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib-python/commitdiff_plain/a1ce1458d254a60b64add7f1ca44bd638c872097 debian/control: Fix up some Python version numbers. --- diff --git a/debian/control b/debian/control index 92313f0..df82641 100644 --- a/debian/control +++ b/debian/control @@ -1,15 +1,16 @@ Source: mlib-python Section: python Priority: extra -XS-Python-Version: >= 2.4, << 2.7 +XS-Python-Version: >= 2.5, << 2.7 Build-Depends: mlib-dev, python, python-pyrex 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;