This file is indexed.

/usr/lib/x86_64-linux-gnu/pkgconfig/libdw.pc is in libdw-dev 0.170-0.4.

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
20
21
22
prefix=/usr
exec_prefix=${prefix}
libdir=/usr/lib/x86_64-linux-gnu
includedir=${prefix}/include

Name: libdw
Description: elfutils library for DWARF data and ELF file or process inspection
Version: 0.170
URL: http://elfutils.org/

Libs: -L${libdir} -ldw
Cflags: -I${includedir}

# We need the exact matching elfutils libelf version since internal data
# structures are used.
Requires: libelf = 0.170

# We support various compressed ELF images, but don't export any of the
# data structures or functions.  zlib (gz) is always required, bzip2 (bz2)
# and lzma (xz) are optional.  But bzip2 doesn't have a pkg-config file.
Requires.private: zlib liblzma
Libs.private: -lbz2