Author: ewl-guest Date: 2007-03-23 17:45:30 +0000 (Fri, 23 Mar 2007) New Revision: 3095
Modified: trunk/freemind/debian/changelog trunk/freemind/debian/control Log: Fix simplyhtml dependencies. Make sure Time plugin is removed while upgrading. Modified: trunk/freemind/debian/changelog =================================================================== --- trunk/freemind/debian/changelog 2007-03-23 17:29:11 UTC (rev 3094) +++ trunk/freemind/debian/changelog 2007-03-23 17:45:30 UTC (rev 3095) @@ -1,6 +1,7 @@ freemind (0.9.0~beta9-2) experimental; urgency=low * Added SimplyHTML and gnuregexp to FreeMind's classpath. + * Added forgotten dependency to SimplyHTML. -- Eric Lavarde <[EMAIL PROTECTED]> Fri, 23 Mar 2007 18:04:36 +0100 Modified: trunk/freemind/debian/control =================================================================== --- trunk/freemind/debian/control 2007-03-23 17:29:11 UTC (rev 3094) +++ trunk/freemind/debian/control 2007-03-23 17:45:30 UTC (rev 3095) @@ -3,15 +3,17 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Eric Lavarde <[EMAIL PROTECTED]> -Build-Depends-Indep: docbook-to-man, ant, ant-optional, j2sdk1.4, imagemagick, libcommons-lang-java, libbatik-java (>= 1.6), rhino, libforms-java, groovy, libjibx-java, libxsd2jibx-java +Build-Depends-Indep: docbook-to-man, ant, ant-optional, j2sdk1.4, imagemagick, libcommons-lang-java, libbatik-java (>= 1.6), rhino, libforms-java, groovy, libjibx-java, libxsd2jibx-java, simplyhtml Build-Depends: debhelper (>= 5.0), cdbs (>= 0.4.8) Standards-Version: 3.7.2.2 Package: freemind Architecture: all -Depends: j2re1.4 | j2re1.5 | java2-runtime, libcommons-lang-java, libforms-java, libjibx-java +Depends: j2re1.4 | j2re1.5 | java2-runtime, libcommons-lang-java, libforms-java, libjibx-java, simplyhtml Recommends: mozilla-browser | www-browser Suggests: freemind-plugins-help, freemind-plugins-svg, freemind-plugins-script, java-package +Conflicts: freemind-plugins-time (<< 0.9.0~beta9) +Replaces: freemind-plugins-time Description: Java Program for creating and viewing Mindmaps Taking the Concept-Mapping approach to Human-Computer Interface design. A mind mapper, and at the same time an easy-to-operate hierarchical editor @@ -35,14 +37,14 @@ Package: freemind-plugins-svg Architecture: all -Depends: j2re1.4 | j2re1.5 | java2-runtime, freemind (>= 0.9.0~beta9), libbatik-java (>= 1.6), rhino +Depends: j2re1.4 | j2re1.5 | java2-runtime, freemind (= 0.9.0~beta9), libbatik-java (>= 1.6), rhino 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'. Package: freemind-plugins-help Architecture: all -Depends: j2re1.4 | j2re1.5 | java2-runtime, freemind (>= 0.9.0~beta9) +Depends: j2re1.4 | j2re1.5 | java2-runtime, freemind (= 0.9.0~beta9) Description: Java Plugin for FreeMind to show an extended online help This plugin will add a menu point 'Help -> Online Help'. . @@ -52,7 +54,7 @@ Package: freemind-plugins-script Architecture: all -Depends: j2re1.4 | j2re1.5 | java2-runtime, freemind (>= 0.9.0~beta9), groovy +Depends: j2re1.4 | j2re1.5 | java2-runtime, freemind (= 0.9.0~beta9), groovy Description: Java Plugin for FreeMind to add scripting capabilities This plugin will add the menu points 'Tools -> Evaluate' and 'Tools -> Script Editor...'. @@ -61,7 +63,7 @@ #Package: freemind-plugins-collab-jabber #Architecture: all -#Depends: j2re1.4 | j2re1.5 | java2-runtime, freemind (>= 0.9.0~beta9), libcommons-logging-java, libcrimson-java, liboro-java, libgnujaxp-java, libjdom0-java, liblog4j1.2-java +#Depends: j2re1.4 | j2re1.5 | java2-runtime, freemind (= 0.9.0~beta9), libcommons-logging-java, libcrimson-java, liboro-java, libgnujaxp-java, libjdom0-java, liblog4j1.2-java #Description: Java Plugin for FreeMind to collaborate over Jabber. # This plugin will add a menu point 'Tools -> Start Collaboration Mode'. # . _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

