Author: ewl-guest Date: 2009-03-08 11:38:33 +0000 (Sun, 08 Mar 2009) New Revision: 8061
Modified: trunk/freemind/debian/changelog trunk/freemind/debian/control Log: Adding fop as (recommended) dependency. Modified: trunk/freemind/debian/changelog =================================================================== --- trunk/freemind/debian/changelog 2009-03-08 10:26:31 UTC (rev 8060) +++ trunk/freemind/debian/changelog 2009-03-08 11:38:33 UTC (rev 8061) @@ -12,6 +12,8 @@ * Add javahelp2 dependencies and patches, now that it's in Debian. * Replace libforms-java through libjgoodies-forms-java in dependencies. * Remove unneeded patch to FreeMind resource file. + * The responsibilities between batik and fop regarding PDF transcoding + seem to have changed, adding fop as recommended dependency. -- Eric Lavarde <[email protected]> Sun, 01 Mar 2009 00:49:27 +0100 Modified: trunk/freemind/debian/control =================================================================== --- trunk/freemind/debian/control 2009-03-08 10:26:31 UTC (rev 8060) +++ trunk/freemind/debian/control 2009-03-08 11:38:33 UTC (rev 8061) @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Eric Lavarde <[email protected]> -Build-Depends-Indep: docbook-to-man, ant, ant-optional, openjdk-6-jdk, imagemagick, libcommons-lang-java, libbatik-java (>= 1.6), rhino, libjgoodies-forms-java, groovy, libjibx-java, libxsd2jibx-java, simplyhtml, javahelp2 +Build-Depends-Indep: docbook-to-man, ant, ant-optional, openjdk-6-jdk, imagemagick, libcommons-lang-java, libbatik-java (>= 1.6), rhino, libjgoodies-forms-java, groovy, libjibx-java, libxsd2jibx-java, simplyhtml, javahelp2, fop Build-Depends: debhelper (>= 5.0), cdbs (>= 0.4.8) Homepage: http://freemind.sourceforge.net/ Standards-Version: 3.8.0.0 @@ -49,9 +49,11 @@ Package: freemind-plugins-svg Architecture: all Depends: openjdk-6-jre | sun-java5-jre | sun-java6-jre | java2-runtime, freemind (= ${binary:Version}), libbatik-java (>= 1.6), rhino, ${misc:Depends} +Recommends: fop Description: Java Plugin for FreeMind to export Mindmaps to SVG and PDF This plugin will add two menu points 'File -> Export -> SVG-Export' and 'File -> Export -> PDF-Export'. + The PDF export won't work without the recommended fop being installed. Package: freemind-plugins-help Architecture: all _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

