Package: glibc-doc Version: 2.3.5-3 Severity: normal Tags: patch Hi,
the documentation in HTML format is missing due to a wrong path in debian/debhelper.in/glibc-doc.install. See attached patch. bye, Roland -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/dash Kernel: Linux 2.6.12-1-686 Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_GB.UTF-8) -- no debconf information
--- glibc-2.3.5/debian/debhelper.in/glibc-doc.install 2005-08-07 11:21:25.325469715 +0200 +++ glibc-2.3.5.new/debian/debhelper.in/glibc-doc.install 2005-08-07 07:45:09.349664913 +0200 @@ -1,2 +1,2 @@ -DEB_SRCDIR/manual/*.html usr/share/doc/glibc-doc/html +DEB_SRCDIR/manual/libc/*.html usr/share/doc/glibc-doc/html

