This file is indexed.

/usr/lib/x86_64-linux-gnu/pkgconfig/wxsqlite3-2.8.pc is in libwxsqlite3-2.8-dev 3.0.6.1~dfsg0-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
# Package Information for pkg-config

prefix=/usr
wxver=2.8
includedir=${prefix}/include/wx-${wxver}/
libdir=${prefix}/lib/x86_64-linux-gnu

Name: wxsqlite3-2.8
Description: SQLite3 C++ wrapper for use in programs based on the wxWidgets
Version: @VERSION@
Requires: sqlite3
Libs: -L${libdir} -lwxsqlite3-2.8
Libs.private: -lpthread 
Cflags: -I${includedir}