Author: ebourg-guest Date: 2014-03-24 16:42:49 +0000 (Mon, 24 Mar 2014) New Revision: 17934
Modified: trunk/libfreemarker-java/debian/changelog trunk/libfreemarker-java/debian/rules Log: Relocate the Ivy cache directory from the user home to the current directory to avoid a build failure with sbuild (Closes: #741811) Modified: trunk/libfreemarker-java/debian/changelog =================================================================== --- trunk/libfreemarker-java/debian/changelog 2014-03-24 15:59:02 UTC (rev 17933) +++ trunk/libfreemarker-java/debian/changelog 2014-03-24 16:42:49 UTC (rev 17934) @@ -1,3 +1,10 @@ +libfreemarker-java (2.3.20-2) unstable; urgency=medium + + * Relocate the Ivy cache directory from the user home to the current directory + to avoid a build failure with sbuild (Closes: #741811) + + -- Emmanuel Bourg <[email protected]> Mon, 24 Mar 2014 17:37:37 +0100 + libfreemarker-java (2.3.20-1) unstable; urgency=medium * New upstream release Modified: trunk/libfreemarker-java/debian/rules =================================================================== --- trunk/libfreemarker-java/debian/rules 2014-03-24 15:59:02 UTC (rev 17933) +++ trunk/libfreemarker-java/debian/rules 2014-03-24 16:42:49 UTC (rev 17934) @@ -10,6 +10,7 @@ DEB_ANT_BUILD_TARGET := javacc jar javadoc DEB_ANT_CHECK_TARGET := test +DEB_ANT_ARGS := -Divy.default.ivy.user.dir=$(shell pwd)/.ivy DEB_JARS := ant-nodeps junit ant-junit ivy _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

