This file is indexed.

/usr/share/doc/python-neuroshare/README.Debian is in python-neuroshare 0.9.2-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
22
23
24
25
26
27
28
Python-Neuroshare for Debian
----------------------------

Python-Neuroshare relies on the file format-specific libraries
(DLLs) to access data files. Most of them are directly provided
by the recording equipment manufacturer itself and can be
downloaded (as source code or as pre-compiled binary) from the
corresponding web site.
A (possibly incomplete) list of available DLLs and a link to
their download location can be obtained from the Neuroshare
website:
  http://neuroshare.sourceforge.net/DLLLinks.shtml

After the DLL has been obtained in needs to be installed in one
of the following directories:
	~/.neuroshare
	/usr/lib/neuroshare
	/usr/local/lib/neuroshare
(The directories are searched through in descending order)

Please note: Pre-compiled DLLs need to match your CPU architecture
and platform (e.g. 64-bit, GNU/Linux).

If you find yourself in the situation that there is no pre-compiled
DLL for your specific architecture or platform and compiling from
source is not an option not all hope is lost since the Neuroshare-
WineProxy package provides a way to use the Windows (32 bit) vendor
DLLs on GNU/Linux.