Package: mozilla-browser
Version: 2:1.7.10-1
Severity: normal
Tags: patch

As said in the subject, the update-mozilla-chrome script does set a bad
LD_LIBRARY_PATH, and should export it, so that it is not useless with
ldconfig and other commands.

(I think calling ldconfig is useless, by the way, though i didn't remove
it in the patch)

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)

Versions of packages mozilla-browser depends on:
ii  debconf                   1.4.57         Debian configuration management sy
ii  libatk1.0-0               1.10.1-2       The ATK accessibility toolkit
ii  libc6                     2.3.5-3        GNU C Library: Shared libraries an
ii  libfontconfig1            2.3.2-1        generic font configuration library
ii  libfreetype6              2.1.10-1       FreeType 2 font engine, shared lib
ii  libgcc1                   1:4.0.1-4      GCC support library
ii  libglib2.0-0              2.8.0-1        The GLib library of C routines
ii  libgtk2.0-0               2.6.9-1        The GTK+ graphical user interface 
ii  libkrb53                  1.3.6-4        MIT Kerberos runtime libraries
ii  libnspr4                  2:1.7.10-1     Netscape Portable Runtime Library
ii  libpango1.0-0             1.8.2-1        Layout and rendering of internatio
ii  libstdc++6                4.0.1-4        The GNU Standard C++ Library v3
ii  libx11-6                  6.8.2.dfsg.1-5 X Window System protocol client li
ii  libxext6                  6.8.2.dfsg.1-5 X Window System miscellaneous exte
ii  libxft2                   2.1.7-1        FreeType-based font drawing librar
ii  libxp6                    6.8.2.dfsg.1-5 X Window System printing extension
ii  libxrender1               1:0.9.0-2      X Rendering Extension client libra
ii  libxt6                    6.8.2.dfsg.1-5 X Toolkit Intrinsics
ii  psmisc                    21.6-1         Utilities that use the proc filesy
ii  xlibs                     6.8.2.dfsg.1-5 X Window System client libraries m
ii  zlib1g                    1:1.2.3-3      compression library - runtime

Versions of packages mozilla-browser recommends:
ii  mozilla-psm                   2:1.7.10-1 The Mozilla Internet application s
pn  myspell-en-us | myspell-dicti <none>     (no description available)

-- debconf information excluded
--- /usr/sbin/update-mozilla-chrome     2005-08-02 06:22:53.000000000 +0200
+++ /tmp/update-mozilla-chrome  2005-08-16 18:12:08.066974744 +0200
@@ -16,13 +16,13 @@
 then
        LD_LIBRARY_PATH=/usr/lib/mozilla:/usr/lib:${LD_LIBRARY_PATH}
 else
-       LD_LIBRARY_PATH=/usr/lib/mozilla-firefox:/usr/lib
+       LD_LIBRARY_PATH=/usr/lib/mozilla:/usr/lib
 fi
 
 # fake home
 FAKEHOME=$(mktemp -d /tmp/mozilla-browser-pkg.XXXXXX)
 HOME=${FAKEHOME}
-export HOME
+export HOME LD_LIBRARY_PATH
 
 /sbin/ldconfig
 

Reply via email to