X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/blobdiff_plain/46e6ad89d596d0987f00440c77e42c36f7d347f7..24b3d57bcf320d9d7a90a40d5f6176b1f087ab3e:/debian/control diff --git a/debian/control b/debian/control index 3b20640..a823632 100644 --- a/debian/control +++ b/debian/control @@ -1,27 +1,90 @@ -Source: catacomb-python -Section: libs +Source: python-catacomb +Section: python Priority: extra -Maintainer: Mark Wooding +Maintainer: Mark Wooding +Build-Depends: catacomb-dev, python, python2.3-dev, python2.4-dev, python2.5-dev Standards-Version: 3.1.1 Package: python-catacomb Architecture: all -Depends: python, python2.3-catacomb +Depends: ${python:Depends} Description: Python bindings for the Catacomb 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 is a dummy package for making sure you have the right package for the default Debian Python installation. Package: python2.3-catacomb Architecture: any -Depends: ${shlibs:Depends}, python2.3 +Depends: ${shlibs:Depends} Description: Python bindings for the Catacomb 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 the Python bindings for Catacomb, for version 2.3 of + Python. Package: python2.4-catacomb Architecture: any -Depends: ${shlibs:Depends}, python2.4 +Depends: ${shlibs:Depends} Description: Python bindings for the Catacomb 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 the Python bindings for Catacomb, for version 2.4 of + Python. + +Package: python2.5-catacomb +Architecture: any +Depends: ${shlibs:Depends} +Description: Python bindings for the Catacomb 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 the Python bindings for Catacomb, for version 2.5 of + Python. Package: python-catacomb-bin Architecture: all Depends: python, python-catacomb Description: Catacomb utilities in Python + 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 Catacomb-related utilities written in Python.