This file is indexed.

/usr/share/doc/mumps-test/README.Debian is in mumps-test 4.10.0.dfsg-4+b2.

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
Welcome to the MUMPS package.  You can find more information about MUMPS at:
http://mumps.enseeiht.fr/ .

The mumps-test package includes a test of each of the datatypes:
single-precision (s), double-precision (d), complex (c) and complex double (z).
Run the tests as follows:

  cd /usr/lib/mumps
  ./ssimpletest < input_simpletest_real
  ./dsimpletest < input_simpletest_real
  ./csimpletest < input_simpletest_cmplx
  ./zsimpletest < input_simpletest_cmplx

The solution should be something close to 1 2 3 4 5.