CVS eclipse/debian

Stephan Michels tashiro-guest at haydn.debian.org
Tue Nov 8 23:17:33 UTC 2005


Update of /cvsroot/pkg-java/eclipse/debian
In directory haydn:/tmp/cvs-serv11800

Modified Files:
	changelog rules 
Log Message:
debian/patches/eclipse-javadoc-bootclasspath.dpatch: Add patch to fix
problem with missing bootclasspath property within the eclipse build scripts
https://bugs.eclipse.org/bugs/show_bug.cgi?id=115401

debian/patches/eclipse-gjdoc-reflection.dpatch: Add patch to use the
reflection option for gjdoc, to fix problem with the classpath option
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23917


--- /cvsroot/pkg-java/eclipse/debian/changelog	2005/11/06 19:13:47	1.21
+++ /cvsroot/pkg-java/eclipse/debian/changelog	2005/11/08 23:17:33	1.22
@@ -1,3 +1,14 @@
+eclipse (3.1.1-5) unstable; urgency=low
+
+  * debian/patches/eclipse-javadoc-bootclasspath.dpatch: Add patch to fix 
+    problem with missing bootclasspath property within the eclipse build scripts
+    https://bugs.eclipse.org/bugs/show_bug.cgi?id=115401
+  * debian/patches/eclipse-gjdoc-reflection.dpatch: Add patch to use the 
+    reflection option for gjdoc, to fix problem with the classpath option
+    http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23917
+
+ -- Stephan Michels <stephan at apache.org>  Tue,  8 Nov 2005 22:19:01 +0100
+
 eclipse (3.1.1-4) unstable; urgency=low
 
   [ Stephan Michels ]
--- /cvsroot/pkg-java/eclipse/debian/rules	2005/11/06 18:17:12	1.13
+++ /cvsroot/pkg-java/eclipse/debian/rules	2005/11/08 23:17:33	1.14
@@ -137,7 +137,9 @@
 	eclipse-gnuformatterjdtui \
 	eclipse-updatehomedir \
 	eclipse-libswt-mozilla-classic \
-	eclipse-navtivepresentation 
+	eclipse-navtivepresentation \
+	eclipse-javadoc-bootclasspath \
+	eclipse-gjdoc-reflection
 
 ifeq ($(with_tomcat),yes)
   eclipse_patches += \



More information about the pkg-java-commits mailing list