Merge branch '2.3.x'
[catacomb] / debian / control
... / ...
CommitLineData
1Source: catacomb
2Section: libs
3Priority: extra
4Build-Depends: debhelper (>= 9), python, pkg-config, mlib-dev (>= 2.2.2.1)
5Maintainer: Mark Wooding <mdw@distorted.org.uk>
6Standards-Version: 3.1.1
7
8Package: catacomb2
9Architecture: any
10Depends: ${shlibs:Depends}
11Recommends: catacomb-bin
12Breaks: python-catacomb (<< 1.1.2)
13Description: A cryptographic library
14 Catacomb is a cryptographic library. It implements a large number of
15 encryption algorithms, hash functions, message authentication codes
16 and random number generators. It has a multi-precision maths library,
17 for implementing public key schemes such as RSA, DSA and Diffie-Hellman.
18 It contains rudimentary key-management tools.
19 .
20 The objective of Catacomb is to make a crypto library which is
21 relatively straightforward to audit for security. Its focus is on
22 clarity of source code and portability more than performance.
23 .
24 This package just contains the shared library. If you want to develop
25 programs which use the library, you need catacomb-dev.
26
27Package: catacomb-bin
28Architecture: any
29Depends: ${shlibs:Depends}, catacomb2 (= ${Source-Version}), ${misc:Depends}
30Suggests: utils
31Description: A cryptographic library
32 Catacomb is a cryptographic library. It implements a large number of
33 encryption algorithms, hash functions, message authentication codes
34 and random number generators. It has a multi-precision maths library,
35 for implementing public key schemes such as RSA, DSA and Diffie-Hellman.
36 It contains rudimentary key-management tools.
37 .
38 The objective of Catacomb is to make a crypto library which is
39 relatively straightforward to audit for security. Its focus is on
40 clarity of source code and portability more than performance.
41 .
42 This package contains a tool for key management, a passphrase
43 pixie, and other stuff.
44
45Package: catacomb-dev
46Architecture: any
47Depends: catacomb2 (= ${Source-Version}), mlib-dev (>= 2.2.2.1)
48Recommends: catacomb-bin
49Section: devel
50Description: A cryptographic library
51 Catacomb is a cryptographic library. It implements a large number of
52 encryption algorithms, hash functions, message authentication codes
53 and random number generators. It has a multi-precision maths library,
54 for implementing public key schemes such as RSA, DSA and Diffie-Hellman.
55 It contains rudimentary key-management tools.
56 .
57 The objective of Catacomb is to make a crypto library which is
58 relatively straightforward to audit for security. Its focus is on
59 clarity of source code and portability more than performance.
60 .
61 This package contains the headers and static libraries needed for
62 building programs which use the library.