debian/control: Declare dependency on a new Catacomb.
[catacomb-python] / debian / control
CommitLineData
17f11fcf 1Source: catacomb-python
292629c3 2Section: python
46e6ad89 3Priority: extra
8468a063 4XS-Python-Version: >= 2.5, << 2.7
22ea5cd3 5Maintainer: Mark Wooding <mdw@distorted.org.uk>
39d5f270 6Build-Depends: catacomb-dev (>= 2.1.2), python
17f11fcf 7Standards-Version: 3.8.0
46e6ad89 8
9Package: python-catacomb
17f11fcf
MW
10Architecture: any
11XB-Python-Version: ${python:Versions}
12Depends: ${shlibs:Depends}, ${python:Depends}
8468a063
MW
13Provides: ${python:Provides}, catacomb-python-bin
14Conflicts: catacomb-python-bin
46e6ad89 15Description: Python bindings for the Catacomb cryptographic library.
22ea5cd3
MW
16 Catacomb is a cryptographic library. It implements a large number of
17 encryption algorithms, hash functions, message authentication codes
18 and random number generators. It has a multi-precision maths library,
19 for implementing public key schemes such as RSA, DSA and Diffie-Hellman.
20 It contains rudimentary key-management tools.
21 .
22 The objective of Catacomb is to make a crypto library which is
23 relatively straightforward to audit for security. Its focus is on
24 clarity of source code and portability more than performance.
25 .
8468a063 26 This package allows the Catacomb library to be used in Python programs.