Comment 4 for bug 326171

Revision history for this message
Christoph Korn (c-korn) wrote :

I have only found two differences between the ubuntu and the debian version.

Both are in debian/rules.

1. There is this additional line at the bottom of the include list in ubuntu:
include /usr/share/cdbs/1/class/ant-vars.mk

2. The DEB_JARS variable is different.
The attachment shows the difference between ubuntu and debian.
This debian bug report says that jimi is not required for fop any longer:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=271654
So the /usr/local/jimi-1.0.jar can be dropped.
(Don't know if /usr/local/jai_core.jar and /usr/local/jai_codec.jar also belong to jimi)

So the real difference between debian and ubuntu according DEB_JARS is this:
jars in debian but not in ubuntu:
batik-all batik-libs xml-apis

jars in ubuntu but not in debian:
batik /usr/local/jimi-1.0.jar /usr/local/jai_core.jar /usr/local/jai_codec.jar

I don't know which of these batik jars are required.
http://packages.ubuntu.com/jaunty/all/libbatik-java/filelist

Also I cannot find a package containing a jar for xml-apis.