This file is indexed.

/usr/share/doc/libconstantine-java/README.Debian is in libconstantine-java 0.7-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
Debian package of the Constantine library
-----------------------------------------

 This package contains the Constantine Java library (also known as jnr-constants)
which provides typical platform C constants like those of errno.h or sys/socket.h.

 The library is composed of only one jar file and has no external dependency.
Developers should include the following path in the CLASSPATH:
    /usr/share/java/constantine.jar

 This jar is also installed in the local Maven Debian repository in
/usr/share/maven-repo.  The artifact ID is org.jruby.extras:constantine:0.7 .

 API documentation (javadoc) is provided by package libconstantine-java-doc in
directory /usr/share/doc/libconstantine-java-doc/javadoc .

-- 
Nicolas Duboc <nduboc@debian.org>