This file is indexed.

/usr/share/doc/libcharva1-java/README.Debian is in libcharva1-java 1.1.4-5.

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
charva for Debian
-----------------

To run an application that uses charva, you'll need to add
/usr/share/java/charva.jar in the classpath  AND you'll have to pass the
java.library.path property like this:

$ java -classpath some_classpath:/usr/share/java/charva.jar\
   -Djava.library.path=/usr/lib/jni your.package.and.your.Class

 -- Arnaud Vandyck <avdyk@debian.org>, Tue Jan 17 17:25:50 2006