Author: ebourg-guest Date: 2014-05-16 09:57:24 +0000 (Fri, 16 May 2014) New Revision: 18154
Modified: trunk/commons-math/debian/ant.properties trunk/commons-math/debian/changelog Log: Set the source/target level to 1.5 Modified: trunk/commons-math/debian/ant.properties =================================================================== --- trunk/commons-math/debian/ant.properties 2014-05-16 08:50:22 UTC (rev 18153) +++ trunk/commons-math/debian/ant.properties 2014-05-16 09:57:24 UTC (rev 18154) @@ -1,6 +1,5 @@ junit.jar=/usr/share/java/junit4.jar # Ensure that source and target are 1.5 # For backwards compat on Java 7 -ant.build.javac.source=1.5 -ant.build.javac.target=1.5 - +compile.source=1.5 +compile.target=1.5 Modified: trunk/commons-math/debian/changelog =================================================================== --- trunk/commons-math/debian/changelog 2014-05-16 08:50:22 UTC (rev 18153) +++ trunk/commons-math/debian/changelog 2014-05-16 09:57:24 UTC (rev 18154) @@ -1,6 +1,7 @@ commons-math (2.2-4) unstable; urgency=medium * Ignore the checkMissingFastMathClasses test that fails with Java 8 + * Set the source/target level to 1.5 * Updated Standards-Version to 3.9.5 (no changes) * Switch to debhelper level 9 * debian/copyright: Updated the Format URI _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

