Author: aurel32 Date: 2009-09-04 21:27:19 +0000 (Fri, 04 Sep 2009) New Revision: 3800
Modified: glibc-package/branches/multiarch/debian/debhelper.in/libc.lintian-overrides Log: Fix a typo Modified: glibc-package/branches/multiarch/debian/debhelper.in/libc.lintian-overrides =================================================================== --- glibc-package/branches/multiarch/debian/debhelper.in/libc.lintian-overrides 2009-09-04 21:01:08 UTC (rev 3799) +++ glibc-package/branches/multiarch/debian/debhelper.in/libc.lintian-overrides 2009-09-04 21:27:19 UTC (rev 3800) @@ -3,11 +3,11 @@ LIBC: unstripped-binary-or-object .SLIBDIR/libpthread-2.9.so # ld.so must be executable, otherwise the system will not work -LIBC: shlib-with-executable-bit .LIBDIR/ld-2.9.so 0755 +LIBC: shlib-with-executable-bit .SLIBDIR/ld-2.9.so 0755 # It is normal that the ELF dynamic linker does not need any other # library -LIBC: shared-lib-without-dependency-information .LIBDIR/ld-2.9.so +LIBC: shared-lib-without-dependency-information .SLIBDIR/ld-2.9.so # dependency on debconf is not needed, as glibc has a fallback to tty LIBC: missing-debconf-dependency-for-preinst -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

