Your message dated Thu, 17 Jan 2008 21:32:08 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#445783: fixed in python-xmpp 0.3.1-1.2
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: python-xmpp
Version: 0.3.1-1.1
In debian/rules "declare -x" is used, which is specific to Bash.
As far as I can see, this can be fixed by using "export" instead.
The bug has been reported in Ubuntu (https://bugs.launchpad.net/bugs/137831).
The patch to fix this is attached.
diff -u python-xmpp-0.3.1/debian/rules python-xmpp-0.3.1/debian/rules
--- python-xmpp-0.3.1/debian/rules
+++ python-xmpp-0.3.1/debian/rules
@@ -57,7 +57,7 @@
set -e; \
for v in $(PYVERSIONS); do \
mkdir -p debian/python-xmpp/usr/lib/$$v/site-packages/xmpp; \
- declare -x MODULESDIR=$(CURDIR)/debian/python-xmpp/usr/lib/$$v/site-packages/ ; make install; \
+ export MODULESDIR=$(CURDIR)/debian/python-xmpp/usr/lib/$$v/site-packages/ ; make install; \
done
signature.asc
Description: This is a digitally signed message part.
--- End Message ---
--- Begin Message ---
Source: python-xmpp
Source-Version: 0.3.1-1.2
We believe that the bug you reported is fixed in the latest version of
python-xmpp, which is due to be installed in the Debian FTP archive:
python-xmpp_0.3.1-1.2.diff.gz
to pool/main/p/python-xmpp/python-xmpp_0.3.1-1.2.diff.gz
python-xmpp_0.3.1-1.2.dsc
to pool/main/p/python-xmpp/python-xmpp_0.3.1-1.2.dsc
python-xmpp_0.3.1-1.2_all.deb
to pool/main/p/python-xmpp/python-xmpp_0.3.1-1.2_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Lucas Nussbaum <[EMAIL PROTECTED]> (supplier of updated python-xmpp package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Wed, 16 Jan 2008 09:07:59 +0100
Source: python-xmpp
Binary: python-xmpp
Architecture: source all
Version: 0.3.1-1.2
Distribution: unstable
Urgency: low
Maintainer: Alexey Nezhdanov <[EMAIL PROTECTED]>
Changed-By: Lucas Nussbaum <[EMAIL PROTECTED]>
Description:
python-xmpp - Python library for communication with XMPP (Jabber) servers
Closes: 381360 445783
Changes:
python-xmpp (0.3.1-1.2) unstable; urgency=low
.
* Non-maintainer upload.
* Fixed bashism (declare -x) in debian/rules (Closes: 445783) - patch from
dAniel hAhler.
* Applied patch from Micha Lenk to improve description. (Closes: #381360)
Files:
5dd8cbb3f066fc50f831852ad9d8b3f8 718 python optional python-xmpp_0.3.1-1.2.dsc
70abbf514579d45cc1359f5834c4742d 3082 python optional
python-xmpp_0.3.1-1.2.diff.gz
b34192af9b81db1bfe2eaa66a1ce870e 265876 python optional
python-xmpp_0.3.1-1.2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHjb1o2hliNwI7P08RAnyCAJ9e4Zj++MNhLN/TMi0QT9NGKXwljwCfeWb6
ZHJS33bOi3j0vug7dTmE4mA=
=TEpX
-----END PGP SIGNATURE-----
--- End Message ---