Author: ewl-guest Date: 2010-03-13 10:43:09 +0000 (Sat, 13 Mar 2010) New Revision: 11849
Modified: trunk/freemind/debian/changelog trunk/freemind/debian/control Log: Build depend on Ant (optional) 1.7 to avoid FTBFS with Ant 1.8 (Closes: #571376). Modified: trunk/freemind/debian/changelog =================================================================== --- trunk/freemind/debian/changelog 2010-03-13 09:40:41 UTC (rev 11848) +++ trunk/freemind/debian/changelog 2010-03-13 10:43:09 UTC (rev 11849) @@ -1,3 +1,10 @@ +freemind (0.9.0~rc6+dfsg-3) unstable; urgency=low + + * Build depend on Ant (optional) 1.7 to avoid FTBFS with Ant 1.8 + (Closes: #571376). + + -- Eric Lavarde <[email protected]> Sat, 13 Mar 2010 11:38:03 +0100 + freemind (0.9.0~rc6+dfsg-2) unstable; urgency=low * Change JiBX dependency to libjibx1.1-java (or libjibx-java 1.1.x for Modified: trunk/freemind/debian/control =================================================================== --- trunk/freemind/debian/control 2010-03-13 09:40:41 UTC (rev 11848) +++ trunk/freemind/debian/control 2010-03-13 10:43:09 UTC (rev 11849) @@ -5,7 +5,7 @@ Uploaders: Eric Lavarde <[email protected]> # FreeMind can be built with JiBX 1.0, 1.1 and 1.2, but the result does only # run with the version it was built with. -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, libjibx1.1-java | libjibx-java (>= 1.1), libjibx1.1-java | libjibx-java (<< 1.2), simplyhtml (>> 0.13), javahelp2, fop +Build-Depends-Indep: docbook-to-man, ant1.7 | ant (<< 1.8), ant1.7-optional | ant-optional (<< 1.8), openjdk-6-jdk, imagemagick, libcommons-lang-java, libbatik-java (>= 1.6), rhino, libjgoodies-forms-java, groovy, libjibx1.1-java | libjibx-java (>= 1.1), libjibx1.1-java | libjibx-java (<< 1.2), simplyhtml (>> 0.13), javahelp2, fop Build-Depends: debhelper (>= 5.0), cdbs (>= 0.4.8) Homepage: http://freemind.sourceforge.net/ Standards-Version: 3.8.3.0 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

