chiark / gitweb /
debian/: Use `dh_python2' for packaging.
[catacomb-python] / debian / control
index 3b20640cc93235f5a00b87d28c1b50bab16177c8..5a7a4deaf80714cc87ed790e4696695706a78943 100644 (file)
@@ -1,27 +1,28 @@
 Source: catacomb-python
-Section: libs
+Section: python
 Priority: extra
-Maintainer: Mark Wooding <mdw@nsict.org>
-Standards-Version: 3.1.1
+XS-Python-Version: >= 2.6, << 2.8
+Maintainer: Mark Wooding <mdw@distorted.org.uk>
+Build-Depends: debhelper (>= 9), pkg-config,
+       python (>= 2.6.6-3~), python2.6-dev, python2.7-dev,
+       mlib-dev (>= 2.2.2.1), catacomb-dev (>= 2.4.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
-Description: Python bindings for the Catacomb cryptographic library.
-
-Package: python2.4-catacomb
 Architecture: any
-Depends: ${shlibs:Depends}, python2.4
+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.
-
-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 allows the Catacomb library to be used in Python programs.