Your message dated Mon, 22 Oct 2007 21:02:13 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#436935: fixed in pyicqt 0.8a-1.1
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: pyicqt
Version: 0.8a-1
Severity: normal
Tags: patch
Please add patch from
http://www.blathersource.org/bugs_view.php?projid=pyicq-t&bugid=322&PHPSESSID=2918b80ecd743d18ecec45bae6f03e31
Patch below:
--- 1/main.py 2007-03-30 11:34:45.000000000 +0300
+++ 2/main.py 2007-07-12 16:33:11.957894897 +0300
@@ -89,7 +89,10 @@
import signal
signal.signal(signal.SIGHUP, reloadConfig)
# Load scripts for PID and daemonizing
- from twisted.scripts import twistd
+ try:
+ from twisted.scripts import _twistd_unix as twistd
+ except:
+ from twisted.scripts import twistd
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.22-1-686 (SMP w/1 CPU core)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages pyicqt depends on:
ii adduser 3.104 add and remove users and groups
ii python-central 0.5.14 register and build utility for Pyt
ii python-crypto 2.0.1+dfsg1-2 cryptographic algorithms and proto
ii python-twisted 2.5.0-2 Event-based framework for internet
ii python-twisted-web 0.7.0-1 An HTTP protocol implementation to
ii python-twisted-words 0.5.0-1.1 Chat and Instant Messaging
Versions of packages pyicqt recommends:
ii python-imaging 1.1.6-1 Python Imaging Library
ii python-mysqldb 1.2.2-3 A Python interface to MySQL
ii python-nevow 0.9.0-0.1 Web application templating system
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: pyicqt
Source-Version: 0.8a-1.1
We believe that the bug you reported is fixed in the latest version of
pyicqt, which is due to be installed in the Debian FTP archive:
pyicqt_0.8a-1.1.diff.gz
to pool/main/p/pyicqt/pyicqt_0.8a-1.1.diff.gz
pyicqt_0.8a-1.1.dsc
to pool/main/p/pyicqt/pyicqt_0.8a-1.1.dsc
pyicqt_0.8a-1.1_all.deb
to pool/main/p/pyicqt/pyicqt_0.8a-1.1_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.
Michal ÄihaÅ <[EMAIL PROTECTED]> (supplier of updated pyicqt 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: Tue, 16 Oct 2007 22:43:52 +0900
Source: pyicqt
Binary: pyicqt
Architecture: source all
Version: 0.8a-1.1
Distribution: unstable
Urgency: low
Maintainer: Patrick Ringl <[EMAIL PROTECTED]>
Changed-By: Michal ÄihaÅ <[EMAIL PROTECTED]>
Description:
pyicqt - ICQ transport for Jabber
Closes: 436935 439778 441023
Changes:
pyicqt (0.8a-1.1) unstable; urgency=low
.
* Non-maintainer upload.
* Fix crash with current twisted (Closes: #436935, #441023).
* Fix missing dependency (Closes: #439778).
* I know there could be done more for this package, but this is just a NMU
to fix most annoying breakages.
Files:
7dfc7ea2024679fde127da670131f5f9 681 net extra pyicqt_0.8a-1.1.dsc
63d9113bdc88a2625ba356e94a4e52e0 8124 net extra pyicqt_0.8a-1.1.diff.gz
69140dff4a83d641e9be556ec9b8efaf 161202 net extra pyicqt_0.8a-1.1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHFMLG3DVS6DbnVgQRAlFSAJ9qciMe5VRE3izWNyj5Wm/GeTlH/QCeIcqk
SMPzdevp6kyJH81FMDPgDYQ=
=A7OA
-----END PGP SIGNATURE-----
--- End Message ---