Package: java-package
Severity: important
Tags: patch

Firefox 1.5 now installs in /usr/lib/firefox, rather then 
/usr/lib/mozilla-firefox
so the install script that handles the plugin no longer detects you have 
firefox.

It requires only a trivial fix to postinst (this will need to be added rather
than replace the existing so as to continue support for people running firefox
1.0.x (if 1.5 doesn't completely replace 1.0 in unstable - current both are
available)):
    # firefox (1.5+)
    firefox_dir="/usr/lib/firefox/plugins"
    [ -d "$firefox_dir" ] || install -d -m 755 "$firefox_dir"
    update-alternatives \
        --install "$firefox_dir/libjavaplugin.so" \
            "firefox-javaplugin.so" \
            "$plugin_dir/libjavaplugin_ojigcc3.so" "$priority"


Richard.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


_______________________________________________
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

Reply via email to