chiark / gitweb /
debian: Switch to CDBS and build for Python 2.6.
[catacomb-python] / debian / control
1 Source: catacomb-python
2 Section: python
3 Priority: extra
4 XS-Python-Version: >= 2.4, << 2.7
5 Maintainer: Mark Wooding <mdw@distorted.org.uk>
6 Build-Depends: catacomb-dev, python, python2.4-dev, python2.5-dev
7 Standards-Version: 3.8.0
8
9 Package: python-catacomb
10 Architecture: any
11 XB-Python-Version: ${python:Versions}
12 Depends: ${shlibs:Depends}, ${python:Depends}
13 Provides: python2.4-catacomb, python2.5-catacomb, python2.6-catacomb
14 Description: Python bindings for the Catacomb cryptographic library.
15  Catacomb is a cryptographic library.  It implements a large number of
16  encryption algorithms, hash functions, message authentication codes
17  and random number generators.  It has a multi-precision maths library,
18  for implementing public key schemes such as RSA, DSA and Diffie-Hellman.
19  It contains rudimentary key-management tools.
20  .
21  The objective of Catacomb is to make a crypto library which is
22  relatively straightforward to audit for security.  Its focus is on
23  clarity of source code and portability more than performance.
24  .
25  This is a dummy package for making sure you have the right package
26  for the default Debian Python installation.
27
28 Package: python-catacomb-bin
29 Architecture: all
30 XB-Python-Version: ${python:Versions}
31 Depends: python, python-catacomb
32 Description: Catacomb utilities in Python
33  Catacomb is a cryptographic library.  It implements a large number of
34  encryption algorithms, hash functions, message authentication codes
35  and random number generators.  It has a multi-precision maths library,
36  for implementing public key schemes such as RSA, DSA and Diffie-Hellman.
37  It contains rudimentary key-management tools.
38  .
39  The objective of Catacomb is to make a crypto library which is
40  relatively straightforward to audit for security.  Its focus is on
41  clarity of source code and portability more than performance.
42  .
43  This package contains Catacomb-related utilities written in Python.