From be9b593ef64cf38d03b5e6bcf0060fccf4cfd94f Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 5 Apr 2008 00:56:24 +0100 Subject: [PATCH] debian: Drop support for Python 2.3. This is all very crufty and needs an overhaul anyway. --- debian/control | 17 ----------------- debian/rules | 2 +- 2 files changed, 1 insertion(+), 18 deletions(-) diff --git a/debian/control b/debian/control index a823632..e1382d4 100644 --- a/debian/control +++ b/debian/control @@ -22,23 +22,6 @@ 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} -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} diff --git a/debian/rules b/debian/rules index 35c429b..8661a81 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ export DH_COMPAT = 4 DEFVERSION = 2.4 -VERSIONS = $(DEFVERSION) 2.3 2.5 +VERSIONS = $(DEFVERSION) 2.5 build: build-stamp -- 2.11.0