This file is indexed.

/usr/share/doc/erlang-esdl/README.Debian is in erlang-esdl 1.2-2.

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
ESDL Debian README

ESDL is a library which provides Erlang bindings to Simple Direct Media
Library. Since version 1.2-1 it installs into /usr/lib/erlang/lib directory
tree which allows one to use ESDL without any additional command line
options. For example, in
/usr/share/doc/erlang-esdl-doc/examples directory (provided that
erlang-esdl-doc package is installed) you may run:

erl -smp enable -s erldemo go

and get a simple nice ESDL demo. Note that since version 1.2 ESDL uses
wxErlang which doesn't work without SMP, so it's better to add -smp enable
option.

 -- Sergei Golovan <sgolovan@debian.org>  Wed, 21 Dec 2011 15:18:16 +0400