Checkin, Debianized and more or less complete.
[catacomb-python] / debian / control
1 Source: catacomb-python
2 Section: libs
3 Priority: extra
4 Maintainer: Mark Wooding <mdw@nsict.org>
5 Standards-Version: 3.1.1
6
7 Package: python-catacomb
8 Architecture: all
9 Depends: python, python2.3-catacomb
10 Description: Python bindings for the Catacomb cryptographic library.
11 This is a dummy package for making sure you have the right package
12 for the default Debian Python installation.
13
14 Package: python2.3-catacomb
15 Architecture: any
16 Depends: ${shlibs:Depends}, python2.3
17 Description: Python bindings for the Catacomb cryptographic library.
18
19 Package: python2.4-catacomb
20 Architecture: any
21 Depends: ${shlibs:Depends}, python2.4
22 Description: Python bindings for the Catacomb cryptographic library.
23
24 Package: python-catacomb-bin
25 Architecture: all
26 Depends: python, python-catacomb
27 Description: Catacomb utilities in Python