tags 373524 + patch
thanks
Andreas, uploaded, as it's needed as a dependency for some other
packages.
Matthias
diff -u python-crypto-2.0.1+dfsg1/debian/rules
python-crypto-2.0.1+dfsg1/debian/rules
--- python-crypto-2.0.1+dfsg1/debian/rules
+++ python-crypto-2.0.1+dfsg1/debian/rules
@@ -1,10 +1,13 @@
#!/usr/bin/make -f
+DEB_PYTHON_SYSTEM=pycentral
+
include /usr/share/cdbs/1/rules/buildcore.mk
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
-MKHOWTO = /usr/lib/python2.3/doc/tools/mkhowto
+pyver := $(shell pyversions -vd)
+MKHOWTO = /usr/lib/python$(pyver)/doc/tools/mkhowto
common-build-arch::
cd Doc && $(MKHOWTO) --ps
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.1) unstable; urgency=low
+
+ * Convert to the updated Python policy using python-central.
+ Closes: #373524.
+ * Support for python2.4 is provided. Closes: #313349.
+
+ -- Matthias Klose <[EMAIL PROTECTED]> Fri, 16 Jun 2006 01:28:51 +0000
+
python-crypto (2.0.1+dfsg1-1) unstable; urgency=low
* Acknowlegde NMUs (closes: #318055, #318012).
reverted:
--- python-crypto-2.0.1+dfsg1/debian/python2.3-crypto.docs
+++ python-crypto-2.0.1+dfsg1.orig/debian/python2.3-crypto.docs
@@ -1,4 +0,0 @@
-README
-TODO
-debian/README.Debian
-Doc/pycrypt.ps
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
@@ -2,45 +2,16 @@
Section: python
Priority: optional
Maintainer: Andreas Rottmann <[EMAIL PROTECTED]>
-Build-Depends: cdbs, debhelper (>= 4.2), python, python2.3-dev, python2.4-dev,
ed, tetex-bin, tetex-extra, libgmp3-dev (>= 4.1.4-10)
-Standards-Version: 3.6.2
+Build-Depends: cdbs (>= 0.4.41), debhelper (>= 5.0.37.1), python-central (>=
0.4.17), python-all-dev (>= 2.3.5-9), ed, tetex-bin, tetex-extra, libgmp3-dev
(>= 4.1.4-10)
+XS-Python-Version: all
+Standards-Version: 3.7.2
Package: python-crypto
Architecture: any
Depends: ${python:Depends}
-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.
- * 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.
- .
- This is an empty dummy package that always depends on a package built
- for Debian's default Python version.
-
-Package: python2.3-crypto
-Architecture: any
-Depends: ${shlibs:Depends}, python2.3
-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.
-
-Package: python2.4-crypto
-Architecture: any
-Depends: ${shlibs:Depends}, python2.4
+Conflicts: python2.3-crypto, python2.4-crypto
+Replaces: python2.3-crypto, python2.4-crypto
+XB-Python-Version: ${python:Versions}
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:
reverted:
--- python-crypto-2.0.1+dfsg1/debian/python2.4-crypto.docs
+++ python-crypto-2.0.1+dfsg1.orig/debian/python2.4-crypto.docs
@@ -1,4 +0,0 @@
-README
-TODO
-debian/README.Debian
-Doc/pycrypt.ps
only in patch2:
unchanged:
--- python-crypto-2.0.1+dfsg1.orig/debian/docs
+++ python-crypto-2.0.1+dfsg1/debian/docs
@@ -0,0 +1,4 @@
+README
+TODO
+debian/README.Debian
+Doc/pycrypt.ps
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]