Your message dated Sat, 22 Jul 2006 13:29:50 +0100
with message-id <[EMAIL PROTECTED]>
and subject line M2Crypto 0.16
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: m2crypto
Severity: normal
Tags: patch
When building 'm2crypto' in a clean chroot, I get the following error:
python setup.py clean -a
make: python: Command not found
make: *** [clean] Error 127
Please change (Build-)Depends on 'python2.3' to 'python' in debian/control.
Regards
Andreas Jochens
diff -urN ../tmp-orig/m2crypto-0.13/debian/control ./debian/control
--- ../tmp-orig/m2crypto-0.13/debian/control 2004-08-03 13:22:55.338013391
+0200
+++ ./debian/control 2004-08-03 13:22:51.015849664 +0200
@@ -2,12 +2,12 @@
Section: libs
Priority: optional
Maintainer: Dima Barsky <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.1.65), libssl-dev (>= 0.9.7), python2.3-dev,
swig (>= 1.3.21)
+Build-Depends: debhelper (>= 4.1.65), libssl-dev (>= 0.9.7), python-dev, swig
(>= 1.3.21)
Standards-Version: 3.6.1
Package: m2crypto
Architecture: any
-Depends: ${shlibs:Depends}, python2.3
+Depends: ${shlibs:Depends}, python
Description: a crypto and SSL toolkit for Python
m2crypto features the following:
* RSA, DSA, DH, HMACs, message digests, symmetric ciphers (including AES).
--- End Message ---
--- Begin Message ---
Hello,
I've just uploaded m2crypto_0.16-1 to the incoming queue. I believe all
outstanding problems have been resolved in this version, so I'm
closing these bugs.
Regards,
Dima.
--- End Message ---