X-Git-Url: https://git.distorted.org.uk/~mdw/mLib-python/blobdiff_plain/e7ab3efbc811596003bc4feee33b9da0d1bb2979..b0b5aac56c8c92a0c15fc4a883c15460ce30180d:/debian/control diff --git a/debian/control b/debian/control index d0a0e61..397b6ff 100644 --- a/debian/control +++ b/debian/control @@ -1,33 +1,11 @@ Source: python-mlib Section: python Priority: extra -Build-Depends: mlib-dev, - python, python2.3, python2.3-pyrex, python2.4, python2.4-pyrex +Build-Depends: mlib-dev, python, python-pyrex Maintainer: Mark Wooding Standards-Version: 3.1.1 Package: python-mlib -Architecture: all -Depends: ${python:Depends} -Description: A library of miscellaneous stuff - The mLib library provides various handy utilities, including - * yet another options parser, like GNU getopt but more so; - * a simple but efficient universal hashing family; - * a suite for writing event-driven select-based servers; - * a simple exception-handling system, based on longjmp; - * dynamically resizing strings and arrays; - * a resizing hashtable; - * base64 and hex encoding and decoding; and - * a simple background DNS resolver. - . - This is a dummy package to pull in the right bindings for the default Debian - version of Python. - . - Not all of the features of mLib are available (or, indeed, very useful) in - Python. For example, Python has its own exception system, and different - ideas about how strings work. - -Package: python2.3-mlib Architecture: any Depends: ${shlibs:Depends}, ${python:Depends} Description: A library of miscellaneous stuff @@ -41,28 +19,6 @@ Description: A library of miscellaneous stuff * base64 and hex encoding and decoding; and * a simple background DNS resolver. . - This package provides Python bindings for mLib, for Python version 2.3. - . - Not all of the features of mLib are available (or, indeed, very useful) in - Python. For example, Python has its own exception system, and different - ideas about how strings work. - -Package: python2.4-mlib -Architecture: any -Depends: ${shlibs:Depends}, ${python:Depends} -Description: A library of miscellaneous stuff - The mLib library provides various handy utilities, including - * yet another options parser, like GNU getopt but more so; - * a simple but efficient universal hashing family; - * a suite for writing event-driven select-based servers; - * a simple exception-handling system, based on longjmp; - * dynamically resizing strings and arrays; - * a resizing hashtable; - * base64 and hex encoding and decoding; and - * a simple background DNS resolver. - . - This package provides Python bindings for mLib, for Python version 2.4. - . Not all of the features of mLib are available (or, indeed, very useful) in Python. For example, Python has its own exception system, and different ideas about how strings work.