chiark / gitweb /
debian/control: Fix up some Python version numbers.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 5 Nov 2010 15:19:04 +0000 (15:19 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 5 Nov 2010 15:20:45 +0000 (15:20 +0000)
debian/control

index 92313f0f99ef2a68d8d1401b87c805e2210b040e..df8264133e90d3d17ce661f023ca71dc397bfcd9 100644 (file)
@@ -1,15 +1,16 @@
 Source: mlib-python
 Section: python
 Priority: extra
 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 <mdw@distorted.org.uk>
 Standards-Version: 3.8.0
 
 Package: python-mlib
 Architecture: any
 Build-Depends: mlib-dev, python, python-pyrex
 Maintainer: Mark Wooding <mdw@distorted.org.uk>
 Standards-Version: 3.8.0
 
 Package: python-mlib
 Architecture: any
-Depends: ${shlibs:Depends}, ${python:Depends}
 XB-Python-Version: ${python:Versions}
 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;
 Description: A library of miscellaneous stuff
  The mLib library provides various handy utilities, including
    * yet another options parser, like GNU getopt but more so;