[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r4682 - glibc-package/trunk/debian/debhelper.in



Author: aurel32
Date: 2011-05-24 15:05:17 +0000 (Tue, 24 May 2011)
New Revision: 4682

Modified:
   glibc-package/trunk/debian/debhelper.in/libc-otherbuild.lintian-overrides
Log:
Some more lintian overrides


Modified: glibc-package/trunk/debian/debhelper.in/libc-otherbuild.lintian-overrides
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc-otherbuild.lintian-overrides	2011-05-24 14:51:00 UTC (rev 4681)
+++ glibc-package/trunk/debian/debhelper.in/libc-otherbuild.lintian-overrides	2011-05-24 15:05:17 UTC (rev 4682)
@@ -1,3 +1,15 @@
 # libpthread must be stripped specially; GDB needs the non-dynamic 
 # symbol table in order to load the thread debugging library.
 LIBC-FLAVOR: unstripped-binary-or-object */libpthread-2.13.so
+
+# ld.so must be executable, otherwise the system will not work
+LIBC-FLAVOR: shlib-with-executable-bit */ld-2.13.so 0755
+
+# It is normal that the ELF dynamic linker does not need any other 
+# library
+LIBC-FLAVOR: shared-lib-without-dependency-information */ld-2.13.so
+
+# The libraries are installed in an hwcap directory, which contrary
+# to what lintian thinks, is controlled by ldconfig
+LIBC-FLAVOR: postinst-has-useless-call-to-ldconfig
+LIBC-FLAVOR: postrm-has-useless-call-to-ldconfig


Reply to: