[jflex] 03/33: Update to kaffe transition upload.

Markus Koschany apo at moszumanska.debian.org
Wed Jul 27 10:45:09 UTC 2016


This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository jflex.

commit 41a0f469c168d6ac26f2c63f01e496ead9efbb58
Author: Wolfgang Bär <wbaer at gmx.de>
Date:   Mon Jan 23 13:27:11 2006 +0000

    Update to kaffe transition upload.
---
 debian/changelog                         |  8 ++++++++
 debian/patches/03_build_xml_target.patch | 11 +++++++++++
 debian/rules                             |  2 --
 3 files changed, 19 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ab96583..9a10780 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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)
diff --git a/debian/patches/03_build_xml_target.patch b/debian/patches/03_build_xml_target.patch
new file mode 100644
index 0000000..91f020e
--- /dev/null
+++ b/debian/patches/03_build_xml_target.patch
@@ -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>
diff --git a/debian/rules b/debian/rules
index 76d4d3d..2e66abf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,8 +12,6 @@ ANT_HOME := /usr/share/ant
 
 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jflex.git



More information about the pkg-java-commits mailing list