X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/9b2d01865a7dd140c3bf12432b944a9eda1ddbd5..318c3c31be343fdba362cb60f33aab3e88798d8a:/debian/control diff --git a/debian/control b/debian/control index 70bfbc22..89903a11 100644 --- a/debian/control +++ b/debian/control @@ -1,14 +1,18 @@ Source: catacomb Section: libs Priority: extra -Build-Depends: mlib-dev (>= 2.0.2), debhelper (>= 4.0.2) +Build-Depends: debhelper (>= 10), python, valgrind [!armel], pkg-config, + mlib-dev (>= 2.4.1) Maintainer: Mark Wooding Standards-Version: 3.1.1 Package: catacomb2 Architecture: any +Multi-Arch: same Depends: ${shlibs:Depends} -Recommends: catacomb-bin +Pre-Depends: ${misc:Pre-Depends} +Recommends: catacomb-bin, catacomb-data +Breaks: python-catacomb (<< 1.1.2) Description: A cryptographic library Catacomb is a cryptographic library. It implements a large number of encryption algorithms, hash functions, message authentication codes @@ -25,7 +29,7 @@ Description: A cryptographic library Package: catacomb-bin Architecture: any -Depends: ${shlibs:Depends}, catacomb2 (= ${Source-Version}), ${misc:Depends} +Depends: ${shlibs:Depends}, catacomb2 (= ${binary:Version}), ${misc:Depends} Suggests: utils Description: A cryptographic library Catacomb is a cryptographic library. It implements a large number of @@ -40,12 +44,26 @@ Description: A cryptographic library . This package contains a tool for key management, a passphrase pixie, and other stuff. + +Package: catacomb-data +Architecture: any +Description: A cryptographic library + Catacomb is a cryptographic library. It implements a large number of + encryption algorithms, hash functions, message authentication codes + and random number generators. It has a multi-precision maths library, + for implementing public key schemes such as RSA, DSA and Diffie-Hellman. + It contains rudimentary key-management tools. + . + The objective of Catacomb is to make a crypto library which is + relatively straightforward to audit for security. Its focus is on + clarity of source code and portability more than performance. . - The `xpixie' script uses `xgetline' from the `xtoys' package. + This package contains some documentation files which users of the library + may find useful. Package: catacomb-dev Architecture: any -Depends: catacomb2 (= ${Source-Version}) +Depends: catacomb2 (= ${binary:Version}), mlib-dev (>= 2.2.2.1) Recommends: catacomb-bin Section: devel Description: A cryptographic library