X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/8ed49b833de82dd5f8cf4c010a37cf8d2dc0e4ea..1c93405177f99a723d5d653f786cadac47410f2f:/debian/control diff --git a/debian/control b/debian/control index 65cb6bdc..248791ce 100644 --- a/debian/control +++ b/debian/control @@ -7,8 +7,10 @@ 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 @@ -42,6 +44,22 @@ 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. + . + This package contains some documentation files which users of the library + may find useful. + Package: catacomb-dev Architecture: any Depends: catacomb2 (= ${Source-Version}), mlib-dev (>= 2.2.2.1)