Package: deluge-torrent
Version: 0.5.3-1
Severity: important
Tags: patch

any attempt to launch the browser from within deluge, such as
to test active port or the 'help translate this app' in the 
help menu, fails because debian stores deluge in a different
location than deluge expects.  to fix this, you need to add 
this patch or something similar to debian/rules

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.21-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages deluge-torrent depends on:
ii  libboost-date-time1.33. 1.33.1-10        set of date-time libraries based o
ii  libboost-filesystem1.33 1.33.1-10        filesystem operations (portable pa
ii  libboost-thread1.33.1   1.33.1-10        portable C++ multi-threading
ii  libc6                   2.6-2            GNU C Library: Shared libraries
ii  libgcc1                 1:4.2-20070712-1 GCC support library
ii  libssl0.9.8             0.9.8e-5+b1      SSL shared libraries
ii  libstdc++6              4.2-20070712-1   The GNU Standard C++ Library v3
ii  notification-daemon     0.3.7-1          a daemon that displays passive pop
ii  python                  2.4.4-6          An interactive high-level object-o
ii  python-glade2           2.10.6-1         GTK+ bindings: Glade support
ii  python-gtk2             2.10.6-1         Python bindings for the GTK+ widge
ii  python-notify           0.1.1-1          Python bindings for libnotify
ii  python-support          0.7              automated rebuilding support for p
ii  python-xdg              0.15-1.1         A python library to access freedes
ii  python2.4               2.4.4-5          An interactive high-level object-o
ii  zlib1g                  1:1.2.3.3.dfsg-5 compression library - runtime

deluge-torrent recommends no packages.

-- no debconf information
--- rules       2007-07-31 16:37:45.000000000 -0500
+++ /usr/src/rules      2007-07-31 16:37:28.000000000 -0500
@@ -56,6 +56,7 @@
            grep -v '#!/usr/bin/env python' $$file > $$file.new || exit 1; \
            mv $$file.new $$file || exit 1; \
        done
+       sed -i "s/INSTALL_PREFIX . .\/lib\/python. . version . 
.\/site-packages\/deluge\/browser.py./\"\/usr\/share\/python-support\/deluge-torrent\/deluge\/browser.py\"/g"
 $(DESTDIR)/usr/lib/python*/site-packages/deluge/common.py;
        # Do not use a versionned python shebang
        sed -i 's/^#!\/usr\/bin\/python.*$$/#!\/usr\/bin\/python/' 
$(DESTDIR)/usr/bin/deluge
        find $(DESTDIR)/usr/lib/python?.? -name \*.egg-info | xargs rm -f

Reply via email to