[pkg-java] r2724 - in trunk/rhino/debian: . patches
Arnaud Vandyck
avdyk at alioth.debian.org
Mon Nov 6 12:54:51 CET 2006
Author: avdyk
Date: 2006-11-06 12:54:51 +0100 (Mon, 06 Nov 2006)
New Revision: 2724
Added:
trunk/rhino/debian/patches/02-dont_build-toolsrc.patch
Modified:
trunk/rhino/debian/changelog
trunk/rhino/debian/control
Log:
rhino (1.6R2-3) unstable; urgency=low
* debian/patches/02-dont_build-toolsrc.patch: added. Don't build toolsrc
and xmlimplsrc because they use Sun classes to build. If you want to
build them, just remove the file (closes: #395525).
-- Arnaud Vandyck <avdyk at debian.org> Mon, 6 Nov 2006 12:54:28 +0100
Modified: trunk/rhino/debian/changelog
===================================================================
--- trunk/rhino/debian/changelog 2006-11-06 11:29:54 UTC (rev 2723)
+++ trunk/rhino/debian/changelog 2006-11-06 11:54:51 UTC (rev 2724)
@@ -1,3 +1,17 @@
+rhino (1.6R2-3) unstable; urgency=low
+
+ * debian/patches/02-dont_build-toolsrc.patch: added. Don't build toolsrc
+ and xmlimplsrc because they use Sun classes to build. If you want to
+ build them, just remove the file (closes: #395525).
+
+ -- Arnaud Vandyck <avdyk at debian.org> Mon, 6 Nov 2006 12:54:28 +0100
+
+rhino (1.6R2-2) unstable; urgency=low
+
+ * Changed the dependency from kaffe to java-gcj-compat.
+
+ -- Arnaud Vandyck <avdyk at debian.org> Sun, 5 Nov 2006 17:45:52 +0100
+
rhino (1.6R2-1) unstable; urgency=low
* New upstream (closes: #350971).
Modified: trunk/rhino/debian/control
===================================================================
--- trunk/rhino/debian/control 2006-11-06 11:29:54 UTC (rev 2723)
+++ trunk/rhino/debian/control 2006-11-06 11:54:51 UTC (rev 2724)
@@ -9,7 +9,7 @@
Package: rhino
Architecture: all
-Depends: kaffe | java1-runtime | java2-runtime
+Depends: java-gcj-compat | java1-runtime | java2-runtime
Suggests: rhino-doc
Description: JavaScript engine written in Java
Rhino is an open-source implementation of JavaScript written
Added: trunk/rhino/debian/patches/02-dont_build-toolsrc.patch
===================================================================
--- trunk/rhino/debian/patches/02-dont_build-toolsrc.patch 2006-11-06 11:29:54 UTC (rev 2723)
+++ trunk/rhino/debian/patches/02-dont_build-toolsrc.patch 2006-11-06 11:54:51 UTC (rev 2724)
@@ -0,0 +1,13 @@
+--- build.xml~ 2005-09-19 07:20:18.000000000 +0000
++++ build.xml 2006-11-06 11:44:43.000000000 +0000
+@@ -34,8 +34,8 @@
+
+ <target name="compile" depends="init">
+ <ant antfile="src/build.xml" target="compile"/>
+- <ant antfile="toolsrc/build.xml" target="compile"/>
+- <antcall target="xmlimplsrc-compile" />
++ <!-- ant antfile="toolsrc/build.xml" target="compile"/ -->
++ <!-- antcall target="xmlimplsrc-compile" / -->
+ </target>
+
+ <target name="compile-all" depends="compile">
More information about the pkg-java-commits
mailing list