Your message dated Mon, 17 Feb 2014 13:48:29 -0500
with message-id 
<cal6k_awqovfgkjlzo9qlwa5wab6halabippfewe5xvxrpv_...@mail.gmail.com>
and subject line Fixed upstream
has caused the Debian Bug report #725274,
regarding deluge-gtk: Fix for simulate() in gtk2reactor
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.)


-- 
725274: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725274
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: deluge-gtk
Version: 1.3.3-2+nmu1
Severity: important

Dear Maintainer,

after updating python-twisted , i came to know simulate() has been
changed for twisted < 12

so, i made exception for the new version of twisted to call _simulate()
in gtkui.py in line 367
        -reactor.simulate()
        +try:
        +    reactor.simulate()
        +except AttributeError:
        +    reactor._simulate()


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.10-3-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages deluge-gtk depends on:
ii  awn-applets-c-core [notification-daemon]  0.4.0-5
ii  deluge-common                             1.3.3-2+nmu1
ii  librsvg2-common                           2.36.4-2
ii  notification-daemon                       0.7.6-1
ii  python                                    2.7.5-5
ii  python-glade2                             2.24.0-3+b1
ii  python-notify                             0.1.1-3
ii  xdg-utils                                 1.1.0~rc1+git20111210-7
ii  xfce4-notifyd [notification-daemon]       0.2.2-2crunchbang2

Versions of packages deluge-gtk recommends:
ii  python-pygame  1.9.1release+dfsg-8

deluge-gtk suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Version: 1.3.6-1

--- End Message ---

Reply via email to