[pkg-java] r6453 - in trunk/eclipse-cdt/debian: . patches

tgg at alioth.debian.org tgg at alioth.debian.org
Sun May 11 09:32:28 UTC 2008


Author: tgg
Date: 2008-05-11 09:32:27 +0000 (Sun, 11 May 2008)
New Revision: 6453

Added:
   trunk/eclipse-cdt/debian/patches/eclipse-cdt-build-on-sparc-s390.patch
Modified:
   trunk/eclipse-cdt/debian/changelog
Log:
patch to fix FTBFS #478900 on sparc; needs testing


Modified: trunk/eclipse-cdt/debian/changelog
===================================================================
--- trunk/eclipse-cdt/debian/changelog	2008-05-11 07:59:22 UTC (rev 6452)
+++ trunk/eclipse-cdt/debian/changelog	2008-05-11 09:32:27 UTC (rev 6453)
@@ -1,3 +1,11 @@
+eclipse-cdt (3.1.2-2) UNRELEASED; urgency=low
+
+  * New patch, eclipse-cdt-build-on-sparc-s390.patch to build eclipse-cdt on
+    sparc and s390 arches. Thanks to Martin Zobel-Helas for the bug report
+    and to Michael Koch for the hint on how to fix this. Closes: #478900.
+
+ -- Thomas Girard <thomas.g.girard at free.fr>  Sun, 11 May 2008 09:49:02 +0000
+
 eclipse-cdt (3.1.2-2) unstable; urgency=low
 
   * Bump Standards-Version: to 3.7.3. No changes needed.

Added: trunk/eclipse-cdt/debian/patches/eclipse-cdt-build-on-sparc-s390.patch
===================================================================
--- trunk/eclipse-cdt/debian/patches/eclipse-cdt-build-on-sparc-s390.patch	                        (rev 0)
+++ trunk/eclipse-cdt/debian/patches/eclipse-cdt-build-on-sparc-s390.patch	2008-05-11 09:32:27 UTC (rev 6453)
@@ -0,0 +1,55 @@
+--- orig/org.eclipse.cdt.releng/results/features/org.eclipse.cdt/feature.xml
++++ mod/org.eclipse.cdt.releng/results/features/org.eclipse.cdt/feature.xml
+@@ -217,6 +217,51 @@
+          fragment="true"/>
+ 
+    <plugin
++         id="org.eclipse.cdt.core.linux.ppc64"
++         os="linux"
++         arch="ppc64"
++         download-size="0"
++         install-size="0"
++         version="0.0.0"
++         fragment="true"/>
++
++   <plugin
++         id="org.eclipse.cdt.core.linux.s390"
++         os="linux"
++         arch="s390"
++         download-size="0"
++         install-size="0"
++         version="0.0.0"
++         fragment="true"/>
++
++   <plugin
++         id="org.eclipse.cdt.core.linux.s390x"
++         os="linux"
++         arch="s390x"
++         download-size="0"
++         install-size="0"
++         version="0.0.0"
++         fragment="true"/>
++
++   <plugin
++         id="org.eclipse.cdt.core.linux.sparc"
++         os="linux"
++         arch="sparc"
++         download-size="0"
++         install-size="0"
++         version="0.0.0"
++         fragment="true"/>
++
++   <plugin
++         id="org.eclipse.cdt.core.linux.sparc64"
++         os="linux"
++         arch="sparc64"
++         download-size="0"
++         install-size="0"
++         version="0.0.0"
++         fragment="true"/>
++
++   <plugin
+          id="org.eclipse.cdt.managedbuilder.gnu.ui"
+          download-size="0"
+          install-size="0"
+




More information about the pkg-java-commits mailing list