This file is indexed.

/usr/lib/x86_64-linux-gnu/pkgconfig/luasandbox-systemd.pc is in lua-systemd-dev 0~git20160517-1.

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
21
lua=luasandbox
version=0~git20160517
lib_name=systemd
libs_private=
url=
requires=libsystemd
conflicts=

prefix=/usr
libdir=${prefix}/lib
includedir=${prefix}/include/${lua}

Name: Lua ${lib_name}
Description: Lua ${lib_name} engine
Version: ${version}
URL: ${url}
Requires: ${requires} ${lua}
Conflicts: ${conflicts}
Libs: -L${libdir} -l${lua}-${lib_name} 
Libs.private: ${libs_private}
Cflags: -I${includedir}