Hi, I'd also like to see a python2.4-crypto package. I have put together a patch.
Regards, Bastian -- ,''`. Bastian Kleineidam : :' : GnuPG Schlüssel `. `' gpg --keyserver wwwkeys.pgp.net --recv-keys 32EC6F3E `-
diff -BurN python-crypto-2.0+dp1.old/debian/control
python-crypto-2.0+dp1/debian/control
--- python-crypto-2.0+dp1.old/debian/control 2005-08-13 23:36:06.322036735
+0200
+++ python-crypto-2.0+dp1/debian/control 2005-08-17 17:10:07.156602774
+0200
@@ -2,7 +2,7 @@
Section: python
Priority: optional
Maintainer: Andreas Rottmann <[EMAIL PROTECTED]>
-Build-Depends: cdbs, debhelper (>= 4.1.29), python, python2.1-dev,
python2.2-dev, python2.3-dev, ed, tetex-bin, tetex-extra, libgmp3-dev (>=
4.1.4-8)
+Build-Depends: cdbs, debhelper (>= 4.1.29), python, python2.1-dev,
python2.2-dev, python2.3-dev, python2.4-dev, ed, tetex-bin, tetex-extra,
libgmp3-dev (>= 4.1.4-8)
Standards-Version: 3.6.2
Package: python-crypto
@@ -67,3 +67,18 @@
* Protocols: All-or-nothing transforms, chaffing/winnowing.
* Miscellaneous: RFC1751 module for converting 128-key keys
into a set of English words, primality testing.
+
+Package: python2.4-crypto
+Architecture: any
+Depends: ${shlibs:Depends}, python2.4
+Description: cryptographic algorithms and protocols for Python
+ A collection of cryptographic algorithms and protocols, implemented
+ for use from Python. Among the contents of the package:
+ .
+ * Hash functions: MD2, MD4, SHA256.
+ * Block encryption algorithms: AES, ARC2, Blowfish, CAST, DES, Triple-DES.
+ * Stream encryption algorithms: ARC4, simple XOR.
+ * Public-key algorithms: RSA, DSA, ElGamal, qNEW.
+ * Protocols: All-or-nothing transforms, chaffing/winnowing.
+ * Miscellaneous: RFC1751 module for converting 128-key keys
+ into a set of English words, primality testing.
diff -BurN python-crypto-2.0+dp1.old/debian/python2.4-crypto.docs
python-crypto-2.0+dp1/debian/python2.4-crypto.docs
--- python-crypto-2.0+dp1.old/debian/python2.4-crypto.docs 1970-01-01
01:00:00.000000000 +0100
+++ python-crypto-2.0+dp1/debian/python2.4-crypto.docs 2005-08-17
17:10:50.890988240 +0200
@@ -0,0 +1,4 @@
+README
+TODO
+debian/README.Debian
+Doc/pycrypt.ps
signature.asc
Description: Digital signature

