chiark / gitweb /
debian: various fixes.
[catacomb-python] / debian / control
1 Source: python-catacomb
2 Section: libs
3 Priority: extra
4 Maintainer: Mark Wooding <mdw@distorted.org.uk>
5 Build-Depends: catacomb-dev, python, python2.3-dev, python2.4-dev
6 Standards-Version: 3.1.1
7
8 Package: python-catacomb
9 Architecture: all
10 Depends: ${python:Depends}
11 Description: Python bindings for the Catacomb cryptographic library.
12  Catacomb is a cryptographic library.  It implements a large number of
13  encryption algorithms, hash functions, message authentication codes
14  and random number generators.  It has a multi-precision maths library,
15  for implementing public key schemes such as RSA, DSA and Diffie-Hellman.
16  It contains rudimentary key-management tools.
17  .
18  The objective of Catacomb is to make a crypto library which is
19  relatively straightforward to audit for security.  Its focus is on
20  clarity of source code and portability more than performance.
21  .
22  This is a dummy package for making sure you have the right package
23  for the default Debian Python installation.
24
25 Package: python2.3-catacomb
26 Architecture: any
27 Depends: ${shlibs:Depends}, ${python:Depends}
28 Description: Python bindings for the Catacomb cryptographic library.
29  Catacomb is a cryptographic library.  It implements a large number of
30  encryption algorithms, hash functions, message authentication codes
31  and random number generators.  It has a multi-precision maths library,
32  for implementing public key schemes such as RSA, DSA and Diffie-Hellman.
33  It contains rudimentary key-management tools.
34  .
35  The objective of Catacomb is to make a crypto library which is
36  relatively straightforward to audit for security.  Its focus is on
37  clarity of source code and portability more than performance.
38  .
39  This package contains the Python bindings for Catacomb, for version 2.3 of
40  Python.
41
42 Package: python2.4-catacomb
43 Architecture: any
44 Depends: ${shlibs:Depends}, ${python:Depends}
45 Description: Python bindings for the Catacomb cryptographic library.
46  Catacomb is a cryptographic library.  It implements a large number of
47  encryption algorithms, hash functions, message authentication codes
48  and random number generators.  It has a multi-precision maths library,
49  for implementing public key schemes such as RSA, DSA and Diffie-Hellman.
50  It contains rudimentary key-management tools.
51  .
52  The objective of Catacomb is to make a crypto library which is
53  relatively straightforward to audit for security.  Its focus is on
54  clarity of source code and portability more than performance.
55  .
56  This package contains the Python bindings for Catacomb, for version 2.4 of
57  Python.
58
59 Package: python-catacomb-bin
60 Architecture: all
61 Depends: python, python-catacomb
62 Description: Catacomb utilities in Python
63  Catacomb is a cryptographic library.  It implements a large number of
64  encryption algorithms, hash functions, message authentication codes
65  and random number generators.  It has a multi-precision maths library,
66  for implementing public key schemes such as RSA, DSA and Diffie-Hellman.
67  It contains rudimentary key-management tools.
68  .
69  The objective of Catacomb is to make a crypto library which is
70  relatively straightforward to audit for security.  Its focus is on
71  clarity of source code and portability more than performance.
72  .
73  This package contains Catacomb-related utilities written in Python.