Package: python-crypto
Version: 2.0.1+dfsg1-1.1
Severity: normal
Tags: patch
Hi,
Attached is the diff for my python-crypto 2.0.1+dfsg1-1.2 NMU.
--
Adeodato Simó dato at net.com.org.es
Debian Developer adeodato at debian.org
Listening to: Fangoria - La mano en el fuego
diff -u python-crypto-2.0.1+dfsg1/debian/changelog
python-crypto-2.0.1+dfsg1/debian/changelog
--- python-crypto-2.0.1+dfsg1/debian/changelog
+++ python-crypto-2.0.1+dfsg1/debian/changelog
@@ -1,3 +1,11 @@
+python-crypto (2.0.1+dfsg1-1.2) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Add missing Provides: ${python:Provides} to debian/control, completing
+ fix for #373524 from the previous NMU.
+
+ -- Adeodato Simó <[EMAIL PROTECTED]> Mon, 19 Jun 2006 03:06:37 +0200
+
python-crypto (2.0.1+dfsg1-1.1) unstable; urgency=low
* Convert to the updated Python policy using python-central.
diff -u python-crypto-2.0.1+dfsg1/debian/control
python-crypto-2.0.1+dfsg1/debian/control
--- python-crypto-2.0.1+dfsg1/debian/control
+++ python-crypto-2.0.1+dfsg1/debian/control
@@ -11,6 +11,7 @@
Depends: ${python:Depends}
Conflicts: python2.3-crypto, python2.4-crypto
Replaces: python2.3-crypto, python2.4-crypto
+Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: cryptographic algorithms and protocols for Python
A collection of cryptographic algorithms and protocols, implemented