[libxpp2-java] 05/20: Update to kaffe transition upload.
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Sat Oct 14 20:56:30 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository libxpp2-java.
commit 5fd2d2359c0e1894cd98bf813102efee23024485
Author: Wolfgang Bär <wbaer at gmx.de>
Date: Mon Jan 23 14:28:04 2006 +0000
Update to kaffe transition upload.
---
debian/changelog | 8 ++++++++
debian/patches/02_buildxml_target.patch | 29 +++++++++++++++++++++++++++++
debian/rules | 1 -
3 files changed, 37 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index a49afc6..07b7517 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libxpp2-java (2.1.10-4) unstable; urgency=low
+
+ * Removed explicit usage of jikes build compiler property
+ for kaffe jikes -> ecj transition
+ * Added patch to raise build target to 1.3 - required for ecj
+
+ -- Wolfgang Baer <WBaer at gmx.de> Fri, 6 Jan 2006 19:01:08 +0100
+
libxpp2-java (2.1.10-3) unstable; urgency=low
* Added ant-optional due to ant reorganization
diff --git a/debian/patches/02_buildxml_target.patch b/debian/patches/02_buildxml_target.patch
new file mode 100644
index 0000000..46d1478
--- /dev/null
+++ b/debian/patches/02_buildxml_target.patch
@@ -0,0 +1,29 @@
+--- build.xml.orig 2006-01-06 19:01:39.000000000 +0100
++++ build.xml 2006-01-06 19:03:05.000000000 +0100
+@@ -9,7 +9,7 @@
+ <property name="midp4palm.home" value="c:/util/midp4palm1.0" />
+
+
+- <property name="target" value="1.1" />
++ <property name="target" value="1.3" />
+ <!-- set global properties for this build -->
+
+ <property name="name" value="XML Pull Parser"/>
+@@ -318,7 +318,7 @@
+ <!-- =================================================================== -->
+
+ <target name="api_sax2" depends="prepare">
+- <mkdir dir="${build_api_sax2}"/>
++ <mkdir dir="${build_api_sax2}"/>
+ <!-- Use the debian sax package to build against
+ <javac target="${target}" debug="${debug}" deprecation="${deprecation}"
+ srcdir="${src_api_sax2}" destdir="${build_api_sax2}"
+@@ -336,7 +336,7 @@
+ </target>
+
+ <target name="api_jaxp11" depends="api_sax2">
+- <mkdir dir="${build_api_jaxp11}"/>
++ <mkdir dir="${build_api_jaxp11}"/>
+ <!-- Use the debian jaxp package to build against
+ <javac target="${target}" debug="${debug}" deprecation="${deprecation}"
+ srcdir="${src_api_jaxp11}" destdir="${build_api_jaxp11}"
diff --git a/debian/rules b/debian/rules
index df38723..b20e606 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,6 @@ export UPSTREAM_VERSION = $(shell head -1 debian/changelog | cut -f2 -d\( | cut
JAVA_HOME := /usr/lib/kaffe
ANT_HOME := /usr/share/ant
DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar junit
-DEB_ANT_COMPILER := jikes
DEB_ANT_BUILD_TARGET := compile junit api
install/libxpp2-java::
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libxpp2-java.git
More information about the pkg-java-commits
mailing list