This file is indexed.

/usr/lib/x86_64-linux-gnu/pkgconfig/apr-1.pc is in libapr1-dev 1.5.2-5.

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

Name: APR
Description: The Apache Portable Runtime library
Version: 1.5.2
Libs: -L${libdir} -lapr-${APR_MAJOR_VERSION}
Libs.private: -luuid -lrt -lcrypt  -lpthread -ldl
Cflags:  -DLINUX -D_REENTRANT -D_GNU_SOURCE -I${includedir}