Author: varun Date: 2008-11-01 17:59:47 +0000 (Sat, 01 Nov 2008) New Revision: 7213
Modified: trunk/tinylaf/debian/changelog trunk/tinylaf/debian/control trunk/tinylaf/debian/rules Log: Fix java bytecode / java runtime version mismatch by setting -source and -target to 1.5 (Closes: #503804) Modified: trunk/tinylaf/debian/changelog =================================================================== --- trunk/tinylaf/debian/changelog 2008-11-01 16:11:15 UTC (rev 7212) +++ trunk/tinylaf/debian/changelog 2008-11-01 17:59:47 UTC (rev 7213) @@ -1,3 +1,10 @@ +tinylaf (1.3.8-4) unstable; urgency=low + + * Fix java bytecode / java runtime version mismatch by setting -source + and -target to 1.5 (Closes: #503804) + + -- Varun Hiremath <[EMAIL PROTECTED]> Sat, 01 Nov 2008 12:59:53 -0400 + tinylaf (1.3.8-3) unstable; urgency=low * Switch to openjdk-6. Modified: trunk/tinylaf/debian/control =================================================================== --- trunk/tinylaf/debian/control 2008-11-01 16:11:15 UTC (rev 7212) +++ trunk/tinylaf/debian/control 2008-11-01 17:59:47 UTC (rev 7213) @@ -5,7 +5,7 @@ Uploaders: Varun Hiremath <[EMAIL PROTECTED]>, Torsten Werner <[EMAIL PROTECTED]> Build-Depends: cdbs, debhelper (>= 6) Build-Depends-Indep: ant, openjdk-6-jdk | sun-java5-jdk -Standards-Version: 3.7.3 +Standards-Version: 3.8.0 Homepage: http://www.muntjak.de/hans/java/tinylaf/index.html Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/tinylaf Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/tinylaf Modified: trunk/tinylaf/debian/rules =================================================================== --- trunk/tinylaf/debian/rules 2008-11-01 16:11:15 UTC (rev 7212) +++ trunk/tinylaf/debian/rules 2008-11-01 17:59:47 UTC (rev 7213) @@ -5,6 +5,7 @@ JAVA_HOME_DIRS := /usr/lib/jvm/java-6-openjdk /usr/lib/jvm/java-1.5.0-sun DEB_ANT_BUILD_TARGET := dist +ANT_OPTS := -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 clean:: $(RM) tinylaf.jar _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

