X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/blobdiff_plain/46e6ad89d596d0987f00440c77e42c36f7d347f7..dedc5483769a86aace92003a3e10f1881e015e35:/debian/control diff --git a/debian/control b/debian/control index 3b20640..2957d2e 100644 --- a/debian/control +++ b/debian/control @@ -1,27 +1,47 @@ Source: catacomb-python -Section: libs +Section: python Priority: extra -Maintainer: Mark Wooding -Standards-Version: 3.1.1 +XS-Python-Version: >= 2.6, << 2.8 +XS-Python3-Version: >= 3.0 +Maintainer: Mark Wooding +Build-Depends: debhelper (>= 10), dh-python, pkg-config, + python (>= 2.6.6-3~), python-all-dev, python3-all-dev, + mlib-dev (>= 2.4.99~), catacomb-dev (>= 2.5.0) +Standards-Version: 3.8.0 Package: python-catacomb -Architecture: all -Depends: python, python2.3-catacomb -Description: Python bindings for the Catacomb cryptographic library. - 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 +XB-Python-Version: ${python:Versions} +Depends: ${shlibs:Depends}, ${python:Depends} +Provides: ${python:Provides}, catacomb-python-bin +Conflicts: catacomb-python-bin 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 allows the Catacomb library to be used in Python programs. -Package: python2.4-catacomb +Package: python3-catacomb Architecture: any -Depends: ${shlibs:Depends}, python2.4 -Description: Python bindings for the Catacomb cryptographic library. - -Package: python-catacomb-bin -Architecture: all -Depends: python, python-catacomb -Description: Catacomb utilities in Python +XB-Python-Version: ${python3:Versions} +Depends: ${shlibs:Depends}, ${python3:Depends} +Provides: ${python3:Provides} +Description: Python 3 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 allows the Catacomb library to be used in Python 3 programs.