This file is indexed.

/usr/lib/pkgconfig/pion.pc is in libpion-dev 5.0.4+dfsg-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
14
15
# pion configuration file for pkg-config

prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
datarootdir=${prefix}/share
datadir=${prefix}/share

Name: pion
Description: a C++ framework for building lightweight HTTP interfaces
Version: 5.0.4
#Requires: boost-1.35
Libs: -Wl,-Bsymbolic-functions -Wl,-z,relro -ldl -Wl,-z,defs -lpthread -pthread -lrt -ldl -Wl,-E -L/usr/lib -lboost_thread -lboost_system -lboost_filesystem -lboost_regex -lboost_date_time -llog4cpp -lssl -lcrypto -lz -lbz2  -L${libdir} -lpion
Cflags: -D_FORTIFY_SOURCE=2 -pthread -D_REENTRANT -I/usr/include -I${includedir}