debian/control: Remove irrelevant blather about `xpixie'.
[u/mdw/catacomb] / debian / control
CommitLineData
2ee993fe 1Source: catacomb
2Section: libs
3Priority: extra
4Build-Depends: mlib-dev (>= 2.0.2), debhelper (>= 4.0.2)
064939b9 5Maintainer: Mark Wooding <mdw@distorted.org.uk>
2ee993fe 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}
9b2d0186 29Suggests: utils
2ee993fe 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.
2ee993fe 43
44Package: catacomb-dev
45Architecture: any
46Depends: catacomb2 (= ${Source-Version})
47Recommends: catacomb-bin
9b2d0186 48Section: devel
2ee993fe 49Description: A cryptographic library
50 Catacomb is a cryptographic library. It implements a large number of
51 encryption algorithms, hash functions, message authentication codes
52 and random number generators. It has a multi-precision maths library,
53 for implementing public key schemes such as RSA, DSA and Diffie-Hellman.
54 It contains rudimentary key-management tools.
55 .
56 The objective of Catacomb is to make a crypto library which is
57 relatively straightforward to audit for security. Its focus is on
58 clarity of source code and portability more than performance.
59 .
60 This package contains the headers and static libraries needed for
61 building programs which use the library.