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 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]