/usr/share/lintian/overrides/libc6-x32 is in libc6-x32 2.23-0ubuntu10.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | # libpthread must be stripped specially; GDB needs the non-dynamic
# symbol table in order to load the thread debugging library.
libc6-x32: unstripped-binary-or-object */libpthread-2.23.so
# Those file are actually .o files not package in a ar archive, and
# thus should not be stripped
libc6-x32: unstripped-binary-or-object */libieee.a
libc6-x32: unstripped-binary-or-object */libmcheck.a
# ld.so must be executable, otherwise the system will not work
libc6-x32: shlib-with-executable-bit */ld-2.23.so 0755
# It is normal that the ELF dynamic linker does not need any other
# library
libc6-x32: shared-lib-without-dependency-information */ld-2.23.so
# we indeed embed a fork of libidn. We don't want a loop between libc and libidn
# anyway
libc6-x32: embedded-library */libcidn-2.23.so: libidn
|