Package: mozilla-firefox-adblock Version: 0.5.3.043-3 Severity: normal Tags: patch
Hi, I noted that after installing mozilla-firefox-adblock and iceape on other system, adblock kept saying that was not yet enabled and restarting iceape have should enable it (but of course it didn't). The reason for the problem is that the file nsAdblock.js is installed in wrong dir, namely /usr/share/iceape/components instead of /usr/lib/iceape/components. I didn't noted the problem before since on my system there was a local copy of the file under /usr/lib. The attached patch fixes this bug. Best Regards, robert -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (990, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.22 Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2) Shell: /bin/sh linked to /bin/pdksh Versions of packages mozilla-firefox-adblock depends on: ii iceape 1.1.6-1 The Iceape Internet Suite ii iceweasel 2.0.0.9-1 lightweight web browser based on M mozilla-firefox-adblock recommends no packages. -- no debconf information
--- debian/links.old 2007-11-18 14:06:08.000000000 +0100 +++ debian/links 2007-11-18 14:11:27.000000000 +0100 @@ -4,6 +4,6 @@ etc/mozilla-extensions/adblock.js usr/share/iceape/defaults/pref/adblock.js usr/share/mozilla-extensions/adblock/chrome/adblock.jar usr/share/iceape/chrome/adblock.jar -usr/share/mozilla-extensions/adblock/components/nsAdblock.js usr/share/iceape/components/nsAdblock.js +usr/share/mozilla-extensions/adblock/components/nsAdblock.js usr/lib/iceape/components/nsAdblock.js usr/share/mozilla-extensions/adblock/chrome.d/42adblock var/lib/iceape/chrome.d/42adblock

