r1732 - in trunk/jflex/debian: . patches
Wolfgang Bär
wbaer-guest at costa.debian.org
Mon Jan 23 13:27:11 UTC 2006
Author: wbaer-guest
Date: 2006-01-23 13:27:11 +0000 (Mon, 23 Jan 2006)
New Revision: 1732
Added:
trunk/jflex/debian/patches/03_build_xml_target.patch
Modified:
trunk/jflex/debian/changelog
trunk/jflex/debian/rules
Log:
Update to kaffe transition upload.
Modified: trunk/jflex/debian/changelog
===================================================================
--- trunk/jflex/debian/changelog 2006-01-23 13:25:51 UTC (rev 1731)
+++ trunk/jflex/debian/changelog 2006-01-23 13:27:11 UTC (rev 1732)
@@ -1,3 +1,11 @@
+jflex (1.4.1-2) unstable; urgency=low
+
+ * kaffe compiler transition
+ + Removed build compiler jikes setting
+ + Added patch to raise target to 1.3 (needed by ecj)
+
+ -- Wolfgang Baer <WBaer at gmx.de> Mon, 16 Jan 2006 11:37:07 +0100
+
jflex (1.4.1-1) unstable; urgency=low
* New upstream release (closes: #248259)
Added: trunk/jflex/debian/patches/03_build_xml_target.patch
===================================================================
--- trunk/jflex/debian/patches/03_build_xml_target.patch 2006-01-23 13:25:51 UTC (rev 1731)
+++ trunk/jflex/debian/patches/03_build_xml_target.patch 2006-01-23 13:27:11 UTC (rev 1732)
@@ -0,0 +1,11 @@
+--- jflex/src/build.xml.orig 2006-01-16 11:38:18.000000000 +0100
++++ jflex/src/build.xml 2006-01-16 11:40:24.000000000 +0100
+@@ -59,7 +59,7 @@
+ description="compile all classes">
+ <javac srcdir="."
+ destdir="../lib"
+- target="1.1"
++ target="1.3" source="1.3"
+ classpath="."
+ debug="on" />
+ </target>
Modified: trunk/jflex/debian/rules
===================================================================
--- trunk/jflex/debian/rules 2006-01-23 13:25:51 UTC (rev 1731)
+++ trunk/jflex/debian/rules 2006-01-23 13:27:11 UTC (rev 1732)
@@ -12,8 +12,6 @@
DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar junit
-DEB_ANT_COMPILER := jikes
-#DEB_ANT_PROPERTYFILE := build.properties
DEB_ANT_BUILDFILE := jflex/src/build.xml
DEB_ANT_BUILD_TARGET := jar
DEB_ANT_CLEAN_TARGET := libclean jarclean
More information about the pkg-java-commits
mailing list