File: libc.lintian-overrides

package info (click to toggle)
glibc 2.19-16
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 203,652 kB
  • sloc: ansic: 969,800; asm: 241,205; sh: 10,063; makefile: 8,471; cpp: 3,595; perl: 2,077; pascal: 1,839; awk: 1,704; yacc: 317; sed: 73
file content (16 lines) | stat: -rw-r--r-- 657 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# libpthread must be stripped specially; GDB needs the non-dynamic 
# symbol table in order to load the thread debugging library.
LIBC: unstripped-binary-or-object */libpthread-2.19.so

# ld.so must be executable, otherwise the system will not work
LIBC: shlib-with-executable-bit */ld-2.19.so 0755

# It is normal that the ELF dynamic linker does not need any other 
# library
LIBC: shared-lib-without-dependency-information */ld-2.19.so

# dependency on debconf is not needed, as glibc has a fallback to tty 
LIBC: missing-debconf-dependency-for-preinst

# this is a false positive because the string "ldconfig" is in preinst
LIBC: preinst-calls-ldconfig