This file is indexed.

/usr/lib/x86_64-linux-gnu/pkgconfig/mpich.pc is in libmpich-dev 3.2-6build1.

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
# this gives access to the mpich header files
prefix=/usr
exec_prefix=${prefix}
libdir=/usr/lib/x86_64-linux-gnu
includedir=/usr/include/mpich

Name: mpich
Description: High Performance and portable MPI
Version: 3.2
URL: http://www.mcs.anl.gov/research/projects/mpich
Requires:
Libs:  -Wl,-Bsymbolic-functions -Wl,-z,relro -L${libdir} -lmpich   -lcr -lrt -lpthread 
Cflags:   -I${includedir}

# pkg-config does not understand Cxxflags, etc. So we allow users to
# query them using the --variable option

cxxflags=  -I${includedir}
fflags= -I${includedir}
fcflags= -I${includedir}