Port to Python 3.
[catacomb-python] / debian / control
1 Source: catacomb-python
2 Section: python
3 Priority: extra
4 XS-Python-Version: >= 2.6, << 2.8
5 XS-Python3-Version: >= 3.0
6 Maintainer: Mark Wooding <mdw@distorted.org.uk>
7 Build-Depends: debhelper (>= 10), dh-python, pkg-config,
8 python (>= 2.6.6-3~), python-all-dev, python3-all-dev,
9 mlib-dev (>= 2.4.99~), catacomb-dev (>= 2.5.0)
10 Standards-Version: 3.8.0
11
12 Package: python-catacomb
13 Architecture: any
14 XB-Python-Version: ${python:Versions}
15 Depends: ${shlibs:Depends}, ${python:Depends}
16 Provides: ${python:Provides}, catacomb-python-bin
17 Conflicts: catacomb-python-bin
18 Description: Python bindings for the Catacomb cryptographic library.
19 Catacomb is a cryptographic library. It implements a large number of
20 encryption algorithms, hash functions, message authentication codes
21 and random number generators. It has a multi-precision maths library,
22 for implementing public key schemes such as RSA, DSA and Diffie-Hellman.
23 It contains rudimentary key-management tools.
24 .
25 The objective of Catacomb is to make a crypto library which is
26 relatively straightforward to audit for security. Its focus is on
27 clarity of source code and portability more than performance.
28 .
29 This package allows the Catacomb library to be used in Python programs.
30
31 Package: python3-catacomb
32 Architecture: any
33 XB-Python-Version: ${python3:Versions}
34 Depends: ${shlibs:Depends}, ${python3:Depends}
35 Provides: ${python3:Provides}
36 Description: Python 3 bindings for the Catacomb cryptographic library.
37 Catacomb is a cryptographic library. It implements a large number of
38 encryption algorithms, hash functions, message authentication codes
39 and random number generators. It has a multi-precision maths library,
40 for implementing public key schemes such as RSA, DSA and Diffie-Hellman.
41 It contains rudimentary key-management tools.
42 .
43 The objective of Catacomb is to make a crypto library which is
44 relatively straightforward to audit for security. Its focus is on
45 clarity of source code and portability more than performance.
46 .
47 This package allows the Catacomb library to be used in Python 3 programs.