chiark / gitweb /
debian: Fix package sections.
[mLib-python] / debian / control
1 Source: python-mlib
2 Section: python
3 Priority: extra
4 Build-Depends: mlib-dev, 
5   python, python2.3, python2.3-pyrex, python2.4, python2.4-pyrex
6 Maintainer: Mark Wooding <mdw@distorted.org.uk>
7 Standards-Version: 3.1.1
8
9 Package: python-mlib
10 Architecture: all
11 Depends: ${python:Depends}
12 Description: A library of miscellaneous stuff
13  The mLib library provides various handy utilities, including
14    * yet another options parser, like GNU getopt but more so;
15    * a simple but efficient universal hashing family;
16    * a suite for writing event-driven select-based servers;
17    * a simple exception-handling system, based on longjmp;
18    * dynamically resizing strings and arrays;
19    * a resizing hashtable;
20    * base64 and hex encoding and decoding; and
21    * a simple background DNS resolver.
22  .
23  This is a dummy package to pull in the right bindings for the default Debian
24  version of Python.
25  .
26  Not all of the features of mLib are available (or, indeed, very useful) in
27  Python.  For example, Python has its own exception system, and different
28  ideas about how strings work.
29
30 Package: python2.3-mlib
31 Architecture: any
32 Depends: ${shlibs:Depends}, ${python:Depends}
33 Description: A library of miscellaneous stuff
34  The mLib library provides various handy utilities, including
35    * yet another options parser, like GNU getopt but more so;
36    * a simple but efficient universal hashing family;
37    * a suite for writing event-driven select-based servers;
38    * a simple exception-handling system, based on longjmp;
39    * dynamically resizing strings and arrays;
40    * a resizing hashtable;
41    * base64 and hex encoding and decoding; and
42    * a simple background DNS resolver.
43  .
44  This package provides Python bindings for mLib, for Python version 2.3.
45  .
46  Not all of the features of mLib are available (or, indeed, very useful) in
47  Python.  For example, Python has its own exception system, and different
48  ideas about how strings work.
49
50 Package: python2.4-mlib
51 Architecture: any
52 Depends: ${shlibs:Depends}, ${python:Depends}
53 Description: A library of miscellaneous stuff
54  The mLib library provides various handy utilities, including
55    * yet another options parser, like GNU getopt but more so;
56    * a simple but efficient universal hashing family;
57    * a suite for writing event-driven select-based servers;
58    * a simple exception-handling system, based on longjmp;
59    * dynamically resizing strings and arrays;
60    * a resizing hashtable;
61    * base64 and hex encoding and decoding; and
62    * a simple background DNS resolver.
63  .
64  This package provides Python bindings for mLib, for Python version 2.4.
65  .
66  Not all of the features of mLib are available (or, indeed, very useful) in
67  Python.  For example, Python has its own exception system, and different
68  ideas about how strings work.