This file is indexed.

/usr/lib/x86_64-linux-gnu/pkgconfig/serf-1.pc is in libserf-dev 1.0.0-2.

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
SERF_MAJOR_VERSION=1
prefix=/usr
exec_prefix=${prefix}
libdir=/usr/lib/x86_64-linux-gnu
includedir=${prefix}/include/serf-${SERF_MAJOR_VERSION}

Name: serf
Description: HTTP client library
Version: 1.0.0
Requires.private: libssl libcrypto
Libs: -L${libdir} -lserf-${SERF_MAJOR_VERSION}
Libs.private: -lm   -L/usr/lib -laprutil-1 -lapr-1 -lm -lz
Cflags: -I${includedir}