Your message dated Mon, 27 May 2013 17:41:39 +0000 with message-id <[email protected]> and subject line Bug#673946: Removed package(s) from unstable has caused the Debian Bug report #653294, regarding hellanzb: doesn't work with python-twisted 11.1.0-1 (patch included) 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 this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 653294: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=653294 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: hellanzb Version: 0.13-6.1 Severity: grave Tags: upstream patch Justification: renders package unusable Dear Maintainer, Twisted keeps moving _NO_FILENO around. The error is: $ hellanzb Traceback (most recent call last): File "/usr/bin/hellanzb", line 14, in <module> from Hellanzb.Core import main File "/usr/lib/pymodules/python2.7/Hellanzb/Core.py", line 9, in <module> from Hellanzb.HellaReactor import HellaReactor File "/usr/lib/pymodules/python2.7/Hellanzb/HellaReactor.py", line 14, in <module> from twisted.internet.selectreactor import _NO_FILENO ImportError: cannot import name _NO_FILENO The fix is: diff --git a/Hellanzb/HellaReactor.py b/Hellanzb/HellaReactor.py index 4284c0b..88ee556 100644 --- a/Hellanzb/HellaReactor.py +++ b/Hellanzb/HellaReactor.py @@ -9,7 +9,11 @@ reactor system so it can catch signals, and shutdown hellanzb cleanly import Hellanzb, sys, time import twisted.copyright -if twisted.copyright.version >= '2.0.0' or twisted.copyright.version >= '10.0.0': +if twisted.copyright.version >= '11.1.0': + from twisted.internet.selectreactor import SelectReactor + from twisted.internet.posixbase import _NO_FILENO + from twisted.internet.posixbase import _NO_FILEDESC +elif twisted.copyright.version >= '2.0.0' or twisted.copyright.version >= '10.0.0': from twisted.internet.selectreactor import SelectReactor from twisted.internet.selectreactor import _NO_FILENO from twisted.internet.selectreactor import _NO_FILEDESC I've submitted this upstream via github: https://github.com/emikulic/hellanzb/commit/2a8a873b65d79a6483d4c7afb547ed8ce43b8d6e -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 3.1.0-1-686-pae (SMP w/2 CPU cores) Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages hellanzb depends on: ii par2 0.4-11 ii python 2.7.2-9 ii python-openssl 0.13-1 ii python-support 1.0.14 ii python-twisted-core 11.1.0-1 ii python-twisted-web 11.1.0-1 Versions of packages hellanzb recommends: ii python-yenc 0.3+debian-2+b2 Versions of packages hellanzb suggests: ii unrar 1:4.0.3-1 -- Configuration Files: /etc/hellanzb.conf changed [not included] -- no debconf information
--- End Message ---
--- Begin Message ---Version: 0.13-6.1+rm Dear submitter, as the package hellanzb has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see http://bugs.debian.org/673946 The version of this package that was in Debian prior to this removal can still be found using http://snapshot.debian.org/. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]. Debian distribution maintenance software pp. Alexander Reichle-Schmehl (the ftpmaster behind the curtain)
--- End Message ---

