This file is indexed.

/usr/share/doc/libncursesada-doc/README.Debian is in libncursesada-doc 5.9.20110404-3.

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
29
30
31
32
33
34
35
36
Ncurses-Ada for Debian
----------------------

Extensive documentation about the ncurses original C library can be found
in the libncurses*-dev packages.

This package follows the convention for Ada library packages in
Debian.

The separate libncursesada2-dev package provides tools for
programmers writing software using the library.

The Ada source files are in /usr/share/ada/adainclude/ncursesada.

The Ada library information files are in
/usr/lib/i386-linux-gnu/ada/adalib/ncursesada.

There is, in addition, a GNAT project file in
/usr/share/ada/adainclude/ncursesada.gpr.

Thus, there are two ways to use ncursesada in your programs:

1. gnatmake -aI/usr/share/ada/adainclude/ncursesada \
            -aO/usr/lib/i386-linux-gnu/ada/adalib/ncursesada \
            your_main_program.adb \
            -largs -lncursesada

2. Write a project file for your program.  Use the project file for
   ncursesada as explained in the comments in the project file.

The documentation and examples are provided by libncursesada-doc
package in /usr/share/doc/libncursesada-doc.

The runtime debug symbols are provided by libncursesada-dbg package.

 -- Nicolas Boulenguez <nicolas.boulenguez@free.fr>, Wed,  7 Sep 2011 16:35:03 +0200