This file is indexed.

/usr/share/bls-standalone/E-binary-arch-produces-all.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
## Match: regexp:E:\/ Package builds \([a-z0-9+-]*\)_[^ ]* when\/ binary-indep target is not called.
## Extract: simple 3 ' ' 1 '_'
The build log contains a line starting with

<pre>E: Package builds NAME_all.deb when binary-indep target is not called.</pre>

That means that although <tt>debian/rules</tt> was called with
the argument <tt>binary-arch</tt>,
there were architecture <tt>all</tt> packages created.
<br>
This usually means the <tt>-a</tt> option to some <tt>dh_</tt>* scripts are
missing. Or it might be some other bug causing packages not requested to be
built.