From 5238ad5a0c4a9e1c8cd036f5de4055e39bd71297 Mon Sep 17 00:00:00 2001 From: Manuel Traut Date: Fri, 29 Apr 2011 09:09:27 +0200 Subject: added debootstrap stuff Signed-off-by: Manuel Traut --- beagle/debian-rfs/usr/share/lintian/overrides/libc6 | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 beagle/debian-rfs/usr/share/lintian/overrides/libc6 (limited to 'beagle/debian-rfs/usr/share/lintian/overrides/libc6') diff --git a/beagle/debian-rfs/usr/share/lintian/overrides/libc6 b/beagle/debian-rfs/usr/share/lintian/overrides/libc6 new file mode 100644 index 0000000..cfe33b5 --- /dev/null +++ b/beagle/debian-rfs/usr/share/lintian/overrides/libc6 @@ -0,0 +1,13 @@ +# libpthread must be stripped specially; GDB needs the non-dynamic +# symbol table in order to load the thread debugging library. +libc6: unstripped-binary-or-object ./lib/libpthread-2.11.1.so + +# ld.so must be executable, otherwise the system will not work +libc6: shlib-with-executable-bit /lib/ld-2.11.1.so 0755 + +# It is normal that the ELF dynamic linker does not need any other +# library +libc6: shared-lib-without-dependency-information ./lib/ld-2.11.1.so + +# dependency on debconf is not needed, as glibc has a fallback to tty +libc6: missing-debconf-dependency-for-preinst -- cgit v1.2.3