Fix segfault in retagging.
[u/mdw/catacomb] / debian / control
CommitLineData
2ee993fe 1Source: catacomb
2Section: libs
3Priority: extra
4Build-Depends: mlib-dev (>= 2.0.2), debhelper (>= 4.0.2)
5Maintainer: Mark Wooding <mdw@nsict.org>
6Standards-Version: 3.1.1
7
8Package: catacomb2
9Architecture: any
10Depends: ${shlibs:Depends}
11Recommends: catacomb-bin
12Description: A cryptographic library
13 Catacomb is a cryptographic library. It implements a large number of
14 encryption algorithms, hash functions, message authentication codes
15 and random number generators. It has a multi-precision maths library,
16 for implementing public key schemes such as RSA, DSA and Diffie-Hellman.
17 It contains rudimentary key-management tools.
18 .
19 The objective of Catacomb is to make a crypto library which is
20 relatively straightforward to audit for security. Its focus is on
21 clarity of source code and portability more than performance.
22 .
23 This package just contains the shared library. If you want to develop
24 programs which use the library, you need catacomb-dev.
25
26Package: catacomb-bin
27Architecture: any
28Depends: ${shlibs:Depends}, catacomb2 (= ${Source-Version}), ${misc:Depends}
29Suggests: xtoys
30Description: A cryptographic library
31 Catacomb is a cryptographic library. It implements a large number of
32 encryption algorithms, hash functions, message authentication codes
33 and random number generators. It has a multi-precision maths library,
34 for implementing public key schemes such as RSA, DSA and Diffie-Hellman.
35 It contains rudimentary key-management tools.
36 .
37 The objective of Catacomb is to make a crypto library which is
38 relatively straightforward to audit for security. Its focus is on
39 clarity of source code and portability more than performance.
40 .
41 This package contains a tool for key management, a passphrase
42 pixie, and other stuff.
43 .
44 The `xpixie' script uses `xgetline' from the `xtoys' package.
45
46Package: catacomb-dev
47Architecture: any
48Depends: catacomb2 (= ${Source-Version})
49Recommends: catacomb-bin
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.