This file is indexed.

/usr/share/doc/libbatik-java/README.Debian is in libbatik-java 1.8-4+deb9u1.

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

Batik in Debian consists of the following jar files
in /usr/share/java:

batik.jar      (full batik library - link to batik-all.jar)
batik-all.jar  (full batik library)
batik-ext.jar  (batik dom and sax bindings)
batik-libs.jar (batik without dom and sax bindings)

fop-transcoder.jar (the ps/pdf transcoder for batik 
                    from the fop project)

The class SVGDOMImplementation has been moved in the package.
See for more information:

https://bugs.debian.org/794214

The patch should simply be:

- import org.apache.batik.dom.svg.SVGDOMImplementation;
+ import org.apache.batik.anim.dom.SVGDOMImplementation;