Package: eclipse / 3.5.2-6squeeze2

Metadata

Package Version Patches format
eclipse 3.5.2-6squeeze2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
upstream eclipse build repack.patch | (download)

ChangeLog | 5 5 + 0 - 0 !
build.xml | 1 1 + 0 - 0 !
patches/droppluginversions.patch | 65 65 + 0 - 0 !
3 files changed, 71 insertions(+)

 this patch contains the diff between the first version and the
 updated version eclipse-build 0.5.0
osgi util.patch | (download)

build.xml | 1 1 + 0 - 0 !
patches/osgi-util.patch | 20 20 + 0 - 0 !
2 files changed, 21 insertions(+)

 updates o.e.osgi.util's build properties so it builds from source.
osgi services.patch | (download)

build.xml | 1 1 + 0 - 0 !
patches/osgi-services-build.patch | 58 58 + 0 - 0 !
pdebuild.xml | 3 2 + 1 - 0 !
3 files changed, 61 insertions(+), 1 deletion(-)

 makes o.e.osgi.services build from source.
fix shell script perm.patch | (download)

build.xml | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 correct permission after applying patch
lucene.patch | (download)

eclipse/plugins/org.eclipse.help.base/META-INF/MANIFEST.MF | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 removed expected version for lucene2, since our version is "too new".
eclipse manpage.patch | (download)

build.xml | 6 6 + 0 - 0 !
eclipse.1.xml | 616 616 + 0 - 0 !
2 files changed, 622 insertions(+)

 add eclipse manpage
pdebuild script.patch | (download)

pdebuild/eclipse-pdebuild.sh | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 remove fedora specific parts and change paths
pdebuild path copy platform.patch | (download)

pdebuild/eclipse-pdebuild.sh | 16 8 + 8 - 0 !
1 file changed, 8 insertions(+), 8 deletions(-)

 substitute the path to copy-platform with a variable.
 This patch is only of interest to Debian, as we want to install
symlink system files.patch | (download)

nonosgidependencies.properties | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 symlink system ant files
compile jarinjarloader.patch | (download)

build.xml | 20 19 + 1 - 0 !
1 file changed, 19 insertions(+), 1 deletion(-)

 regenerates the jar-in-jar-loader.zip file from source.
compile IPluginDescriptor.patch | (download)

build.xml | 26 26 + 0 - 0 !
stubs/org/eclipse/core/runtime/CoreException.java | 4 4 + 0 - 0 !
stubs/org/eclipse/core/runtime/IExtension.java | 2 2 + 0 - 0 !
stubs/org/eclipse/core/runtime/IExtensionPoint.java | 2 2 + 0 - 0 !
stubs/org/eclipse/core/runtime/ILibrary.java | 2 2 + 0 - 0 !
stubs/org/eclipse/core/runtime/IPath.java | 2 2 + 0 - 0 !
stubs/org/eclipse/core/runtime/IPluginPrerequisite.java | 2 2 + 0 - 0 !
stubs/org/eclipse/core/runtime/Plugin.java | 2 2 + 0 - 0 !
stubs/org/eclipse/core/runtime/PluginVersionIdentifier.java | 2 2 + 0 - 0 !
9 files changed, 44 insertions(+)

 compiles iplugindescriptor from source.
use stable xulrunner.patch | (download)

patches/eclipse-swt-buildagainstxulrunner.patch | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 use stable libxul instead of libxul-unstable
swt compile xpt.patch | (download)

build.xml | 1 1 + 0 - 0 !
patches/eclipse-swt-compile-xpt.patch | 31 31 + 0 - 0 !
2 files changed, 32 insertions(+)

 build .xpt file if it does not exit
eclipse build generatedScripts.patch | (download)

build.xml | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 use modified eclipse-build-generatedscripts tarball.
osgi services symlink javax.patch | (download)

build.xml | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 add javax to org.eclipse.osgi.services
ecj gccmain java.patch | (download)

eclipse/plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/GCCMain.java | 501 501 + 0 - 0 !
eclipse/plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/messages.properties | 5 5 + 0 - 0 !
2 files changed, 506 insertions(+)

 adds better support for gcc.
fix help contents.patch | (download)

eclipse/plugins/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/internal/jsp/jasper/JspClassLoader.java | 15 15 + 0 - 0 !
1 file changed, 15 insertions(+)

 fixes the problem with the servlet compiler being unable
 to find the classes it needs.
 .
 This problem is Debian specific.
fix tooltip color.patch | (download)

build.xml | 1 1 + 0 - 0 !
patches/tooltip-color.patch | 47 47 + 0 - 0 !
2 files changed, 48 insertions(+)

 backported fix for lp: #540332, poor tooltip text colors
 with certain themes.
bp hover visability.patch | (download)

eclipse/plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/SourceViewerInformationControl.java | 48 43 + 5 - 0 !
eclipse/plugins/org.eclipse.jface.text/projection/org/eclipse/jface/text/source/projection/SourceViewerInformationControl.java | 45 41 + 4 - 0 !
eclipse/plugins/org.eclipse.jface.text/src/org/eclipse/jface/text/AbstractInformationControl.java | 15 13 + 2 - 0 !
eclipse/plugins/org.eclipse.jface/src/org/eclipse/jface/dialogs/PopupDialog.java | 49 46 + 3 - 0 !
eclipse/plugins/org.eclipse.ui.editors/src/org/eclipse/ui/internal/texteditor/SourceViewerInformationControl.java | 45 41 + 4 - 0 !
5 files changed, 184 insertions(+), 18 deletions(-)

 backported fix for hover text visability problem.
fix bashism.patch | (download)

patches/eclipse-pde.build-add-package-build.patch | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 fix bashisms in eclipse (in /bin/sh scripts)
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=581099
build arch.patch | (download)

build.properties | 1 0 + 1 - 0 !
build.xml | 24 24 + 0 - 0 !
2 files changed, 24 insertions(+), 1 deletion(-)

 determine build architecture automatically
sat4j version.patch | (download)

eclipse/plugins/org.eclipse.equinox.p2.director/META-INF/MANIFEST.MF | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 loosen the version requirements for sat4j.
add o.e.equinox.concurrent.patch | (download)

eclipse/features/org.eclipse.platform/feature.xml | 7 7 + 0 - 0 !
1 file changed, 7 insertions(+)

 adds org.eclipse.equinox.concurrent as one of the plugins to be
 installed.
 .
 This is a Debian specific patch.
pdebuild workspace.patch | (download)

pdebuild/eclipse-pdebuild.sh | 18 12 + 6 - 0 !
1 file changed, 12 insertions(+), 6 deletions(-)

 make pde-build use the -data argument so it does not write
 to ~/workspace during auto-builds.
Fowarded: yes
Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=322271
Bug-Debian: http://bugs.debian.org/592526
bp eclipse help webapps xss BZ661901.patch | (download)

eclipse/plugins/org.eclipse.help.webapp/advanced/content.jsp | 2 1 + 1 - 0 !
eclipse/plugins/org.eclipse.help.webapp/basic/index.jsp | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 backported patch for fixing cve-2010-4647.