This file is indexed.

/usr/share/bls-standalone/W-shlibs-maybe-plugin.description is in bls-standalone 0.20151231.

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
22
23
## Match: regexp:dpkg-shlibdeps: warning:\/ .* contains \/a unresolvable reference to symbol .*: it's probably a plugin
## Since: 1
<p>
The build logs contains a like like
</p>
<pre>
dpkg-shlibdeps: warning: BINARY contains an unresolvable reference to symbol SYMBOL: it's probably a plugin
</pre>
<p>
Possible reasons:
</p>
<ul>
<li>You have a shared plugin file with a soname and unresolved symbols.
<br>
Unresolved symbols might be caused by not being linked to some library
directly or by using symbols of the library.
<br>
But in either case a plugin should not have a soname (and without a soname
dpkg-shlibdeps does not give this warning)
<li>You have a library in a non-standard directory with missing symbols.
<br>
Refer to the discussion in <A href="I-shlibs-useless-link.html">I-shlibs-useless-link</a>.
</ul>