Split 'pyke/' into commit 'e5aa77d831ad8b42167f3205ee290f238003e20a'
[catacomb-python] / debian / control
index c9e5b41..66a2caa 100644 (file)
@@ -2,10 +2,11 @@ Source: catacomb-python
 Section: python
 Priority: extra
 XS-Python-Version: >= 2.6, << 2.8
+XS-Python3-Version: >= 3.0
 Maintainer: Mark Wooding <mdw@distorted.org.uk>
-Build-Depends: debhelper (>= 9), pkg-config,
-       python, python2.6-dev, python2.7-dev,
-       mlib-dev (>= 2.2.2.1), catacomb-dev (>= 2.3.0.1+3)
+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.99~)
 Standards-Version: 3.8.0
 
 Package: python-catacomb
@@ -26,3 +27,21 @@ Description: Python bindings for the Catacomb cryptographic library.
  clarity of source code and portability more than performance.
  .
  This package allows the Catacomb library to be used in Python programs.
+
+Package: python3-catacomb
+Architecture: any
+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.