Bug#725274: deluge-gtk: Fix for simulate() in gtk2reactor

2013-10-03 Thread sam
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  python2.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


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#725274: deluge-gtk: Fix for simulate() in gtk2reactor

2013-10-03 Thread Andrew Starr-Bochicchio
On Thu, Oct 3, 2013 at 10:32 AM, sam samdr...@gmail.com wrote:
 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()

Note that this is already fixed in the upstream 1.3.6 release in experimental.

-- Andrew Starr-Bochicchio

   Ubuntu Developer https://launchpad.net/~andrewsomething
   Debian Developer http://qa.debian.org/developer.php?login=asb
   PGP/GPG Key ID: D53FDCB1


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org