[SCM] eclipse - Powerful IDE written in java - Debian package. branch, karmic, updated. 859813029f8961aca5354567b62543030c3015bd

Niels Thykier nthykier-guest at alioth.debian.org
Sat Mar 27 22:11:54 UTC 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "eclipse - Powerful IDE written in java - Debian package.".

The branch, karmic has been updated
       via  859813029f8961aca5354567b62543030c3015bd (commit)
       via  ffb62bd9e4d92cc451e8d11e7e651b6526e69deb (commit)
      from  bc1393ba4e18668300f2f0a5bb70617d408ce019 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 859813029f8961aca5354567b62543030c3015bd
Author: Niels Thykier <niels at thykier.net>
Date:   Sat Mar 27 23:11:48 2010 +0100

    Added changelog.

commit ffb62bd9e4d92cc451e8d11e7e651b6526e69deb
Author: Niels Thykier <niels at thykier.net>
Date:   Sat Mar 27 23:05:27 2010 +0100

    Backported update site injection.

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog     |   25 +++++++++++++++++++++++++
 debian/extra/eclipse |   29 +++++++++++++++++++++++++++++
 2 files changed, 54 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8fc4f46..6462f56 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,28 @@
+eclipse (3.5.1+repack~1-0ubuntu4) UNRELEASED; urgency=low
+
+  [ Niels Thykier ]
+  * Backported patch from upstream to fix libpango crashes.
+    (Closes: LP: #531376)
+  * Backported fix for ClassCastException in the "Quick Assistant".
+    [quick-ass-cce.patch]
+  * Backported fix for ClassCastException in the jdt compiler.
+  * Backported fix for Out-Of-Memory issues during searches.
+    [indexing-oom.patch]
+  * Backported fix for behavior difference between javac and jdt
+  * Backported fix for slow content assists [java-proposal-hangs.patch].
+  * Backported patch to correct issue in the jdt compiler with generics
+  * Backported patch to speed-up source looks up.
+    [speedup-source-lookup.patch]
+  * Backported fix to prevent eclipse from hiding errors.
+    [prevent-error-hiding.patch]
+  * Backported fix for a concurrency issue in JDT's preview calculation.
+  * Backported update site injection.
+
+  [ Benjamin Drung ]
+  * Update maintainer.
+
+ -- Niels Thykier <niels at thykier.net>  Sat, 27 Mar 2010 23:07:45 +0100
+
 eclipse (3.5.1+repack~1-0ubuntu3) karmic-proposed; urgency=low
 
   * Add build-dependency on libxt-dev (now exposed by correct
diff --git a/debian/extra/eclipse b/debian/extra/eclipse
index 3187273..4045f01 100644
--- a/debian/extra/eclipse
+++ b/debian/extra/eclipse
@@ -3,5 +3,34 @@
 # work around e#290395 / LP: #458703
 export GDK_NATIVE_WINDOWS=true
 
+ECLIPSE=/usr/lib/eclipse/eclipse
+
+inject_update_site(){
+    if [ ! -e "$1" ] ; then
+	echo "W: Cannot find $1" 2>&1
+	return 1
+    fi
+    cat - >>"$1" <<EOF
+repositories/http\:__download.eclipse.org_releases_galileo/enabled=true
+repositories/http\:__download.eclipse.org_releases_galileo/isSystem=false
+repositories/http\:__download.eclipse.org_releases_galileo/nickname=Galileo Update Site
+repositories/http\:__download.eclipse.org_releases_galileo/uri=http\://download.eclipse.org/releases/galileo/
+EOF
+
+}
+
+
+if [ ! -d ~/.eclipse/ ] ; then
+    $ECLIPSE -clean -initialize || exit $?
+    settings=`echo ~/.eclipse/org.eclipse.platform_*/p2/org.eclipse.equinox.p2.engine/profileRegistry/PlatformProfile.profile/.data/.settings/`
+    if [ ! -d "$settings" ] ; then
+	echo "W: Cannot inject update-sites, cannot find the correct config." 2>&1
+    else
+	( inject_update_site "$settings/org.eclipse.equinox.p2.metadata.repository.prefs" && \
+	  inject_update_site "$settings/org.eclipse.equinox.p2.artifact.repository.prefs" && \
+	  echo "I: Injected update sites" ) || echo "W: Could not inject update sites." 2>&1
+    fi
+fi
+
 xuldir=/usr/lib/xulrunner-$(/usr/bin/xulrunner-1.9.1 --gre-version)
 LD_LIBRARY_PATH=$xuldir${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} /usr/lib/eclipse/eclipse "$@"


hooks/post-receive
-- 
eclipse - Powerful IDE written in java - Debian package.



More information about the pkg-java-commits mailing list