[Python-modules-commits] r26455 - in packages/python-crypto/trunk/debian (changelog control)
sramacher at users.alioth.debian.org
sramacher at users.alioth.debian.org
Wed Nov 20 22:05:11 UTC 2013
Date: Wednesday, November 20, 2013 @ 22:05:09
Author: sramacher
Revision: 26455
debian/control: Fix "128-key keys" in Description. (Closes: #729241)
Modified:
packages/python-crypto/trunk/debian/changelog
packages/python-crypto/trunk/debian/control
Modified: packages/python-crypto/trunk/debian/changelog
===================================================================
--- packages/python-crypto/trunk/debian/changelog 2013-11-20 19:48:23 UTC (rev 26454)
+++ packages/python-crypto/trunk/debian/changelog 2013-11-20 22:05:09 UTC (rev 26455)
@@ -1,3 +1,9 @@
+python-crypto (2.6.1-3) UNRELEASED; urgency=low
+
+ * debian/control: Fix "128-key keys" in Description. (Closes: #729241)
+
+ -- Sebastian Ramacher <sramacher at debian.org> Mon, 11 Nov 2013 01:04:36 +0100
+
python-crypto (2.6.1-2) unstable; urgency=low
* debian/patches/multiprocessing-test.patch: Check if
Modified: packages/python-crypto/trunk/debian/control
===================================================================
--- packages/python-crypto/trunk/debian/control 2013-11-20 19:48:23 UTC (rev 26454)
+++ packages/python-crypto/trunk/debian/control 2013-11-20 22:05:09 UTC (rev 26455)
@@ -36,7 +36,7 @@
* Stream encryption algorithms: ARC4, simple XOR.
* Public-key algorithms: RSA, DSA, ElGamal.
* Protocols: All-or-nothing transforms, chaffing/winnowing.
- * Miscellaneous: RFC1751 module for converting 128-key keys
+ * Miscellaneous: RFC1751 module for converting 128-bit keys
into a set of English words, primality testing, random number gereration.
Package: python-crypto-dbg
@@ -67,7 +67,7 @@
* Stream encryption algorithms: ARC4, simple XOR.
* Public-key algorithms: RSA, DSA, ElGamal.
* Protocols: All-or-nothing transforms, chaffing/winnowing.
- * Miscellaneous: RFC1751 module for converting 128-key keys
+ * Miscellaneous: RFC1751 module for converting 128-bit keys
into a set of English words, primality testing, random number gereration.
Package: python3-crypto-dbg
More information about the Python-modules-commits
mailing list