Package: w3m-el
Version: 1.4.4-1
Severity: important
The package doesn't detect that the `xml' library is installed when its
source xml.el file is not present or when it is compressed (such as in
emacs-snapshot). It results in installing the `xml' library bundled in
the w3m-el package causing possible malfunction of other Elisp packages.
The following patch fixes the bug:
--- w3m-el.orig 2006-09-29 09:31:04.000000000 +0200
+++ w3m-el 2006-09-29 09:31:22.000000000 +0200
@@ -66,7 +66,7 @@
cat << EOF > path.el
(setq load-path (cons "." load-path) byte-compile-warnings nil)
EOF
-if [ "$(${FLAVOR} ${FLAGS} -f w3mhack-locate-library xml.el)" = "" ]; then
+if [ "$(${FLAVOR} ${FLAGS} -f w3mhack-locate-library xml)" = "" ]; then
cp /usr/share/doc/w3m-el/attic/xml.el ${ELCDIR}/xml.el
fi
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (950, 'testing'), (97, 'unstable')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/dash
Kernel: Linux 2.6.16-2-vserver-amd64-k8
Locale: LANG=C, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8)
Versions of packages w3m-el depends on:
ii apel 10.6+0.20060424-1 portable library for emacsen
ii emacs21 21.4a-6 The GNU Emacs editor
ii w3m 0.5.1-5 WWW browsable pager with excellent
Versions of packages w3m-el recommends:
ii apel 10.6+0.20060424-1 portable library for emacsen
ii flim 1:1.14.8+0.20060617-1 library about internet message for
ii imagemagick 7:6.2.4.5.dfsg1-0.9 Image manipulation programs
pn mule-ucs <none> (no description available)
pn ppthtml <none> (no description available)
ii wv 1.2.1-2 Programs for accessing Microsoft W
pn xlhtml <none> (no description available)
-- no debconf information