[pkg-java] r7213 - trunk/tinylaf/debian

varun at alioth.debian.org varun at alioth.debian.org
Sat Nov 1 17:59:48 UTC 2008


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 <varun at debian.org>  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 <varun at debian.org>, Torsten Werner <twerner at debian.org>
 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




More information about the pkg-java-commits mailing list