~ubuntu-branches/ubuntu/karmic/batik/karmic

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Onkar Shinde
  • Date: 2009-04-19 00:09:48 UTC
  • Revision ID: james.westby@ubuntu.com-20090419000948-rsxb98jh0px0736b
Tags: 1.7.dfsg-0ubuntu3
* debian/patches/06_fix_paths_in_policy_files.patch
  - Change paths in policy files as per our installation paths.
  (LP: #302019).
* debian/squiggle.sh
  - Add xml-apis-ext to classpath. Fixes class not found exception.
  - Also add js.jar (found in package rhino) to classpath.
* debian/control
  - Move rhino to depends as squiggle (svgbrowser) uses it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
Package: libbatik-java
13
13
Architecture: all
14
 
Depends: ${misc:Depends}, openjdk-6-jre | sun-java5-jre | sun-java6-jre | java2-runtime, libxalan2-java, libbsf-java, libavalon-framework-java (>= 4.2.0-1), libcommons-io-java, libcommons-logging-java, libxmlgraphics-commons-java, libxml-commons-external-java
15
 
Suggests: rhino
 
14
Depends: ${misc:Depends}, openjdk-6-jre | sun-java5-jre | sun-java6-jre | java2-runtime, libxalan2-java, libbsf-java, libavalon-framework-java (>= 4.2.0-1), libcommons-io-java, libcommons-logging-java, libxmlgraphics-commons-java, libxml-commons-external-java, rhino
16
15
Description: xml.apache.org SVG Library
17
16
 Batik is a toolkit for applications or applets that want to use images
18
17
 in the Scalable Vector Graphics (SVG) format for various purposes, such