[SCM] eclipse - Powerful IDE written in java - Debian package. branch, master, updated. 773abbb0b94182783664a3e212e15bfd433f54a1

Niels Thykier nthykier-guest at alioth.debian.org
Sun Nov 8 11:39:15 UTC 2009


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, master has been updated
       via  773abbb0b94182783664a3e212e15bfd433f54a1 (commit)
      from  21d8d3431674bbe2665c465220c312beb697eda3 (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 773abbb0b94182783664a3e212e15bfd433f54a1
Author: Niels Thykier <niels at thykier.net>
Date:   Sun Nov 8 12:38:38 2009 +0100

    Updated changelog.
    Escaped a dot in a regex in imagemv.sh.

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

Summary of changes:
 debian/changelog        |   11 +++++++++++
 debian/extra/imagemv.sh |    2 +-
 2 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b27f0ee..71a4f12 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,9 +2,19 @@ eclipse (3.5.1+repack-1) UNRELEASED; urgency=low
 
   * New upstream release. (LP: #123064)
     - Supports xulrunner-1.9.1 (Closes: #507536)
+    - Fixed "Software Updates" menu. (Closes: #539016)
   * Converted build system to use eclipse-build. (Closes: #501533)
     - Fixed broken symlink in swt packages. (Closes: #543318)
     - Fixed broken plugins/features. (Closes: #493984)
+    - Fixed problem finding native libraries.
+    (Closes: #553131, #553131)
+    - Fixed build for various archs.
+    (Closes: #554584, #476067, #521312)
+  * Stopped eclipse from unpacking native libraries into ~/.eclipse.
+    (Closes: #351729)
+  * Corrected Depends and Recommends. (Closes: #554677)
+    - eclipse-jdt now only suggests eclipse.
+    - removed strict depedency on openjdk.
   * Removed obsolete linda overrides.
   * New maintainers. (Closes: #526489)
   * Removed the need for Zenity (Closes: #528070)
@@ -18,6 +28,7 @@ eclipse (3.5.1+repack-1) UNRELEASED; urgency=low
     (Closes: #530722, #537605)
   * Stopped using special hacks and work arounds to find JVMs.
     (Closes: #353360)
+    - This removes the need for ~/.eclipse/eclipserc (Closes: #402077)
   * Moved the executable to eclipse-platform from eclipse.
     (Closes: #358594)
   * Put the osgi jar-files into its own separate package. (LP: #102717)
diff --git a/debian/extra/imagemv.sh b/debian/extra/imagemv.sh
index 4a831b9..a06a29a 100755
--- a/debian/extra/imagemv.sh
+++ b/debian/extra/imagemv.sh
@@ -3,7 +3,7 @@ set -e
 
 # You must be in the destDir/prefix directory!
 
-LINK_NAME=$(echo $1 | sed "s@^./@@")
+LINK_NAME=$(echo $1 | sed "s@^\./@@")
 
 IMAGE_NAME=$(echo ${LINK_NAME} | sed "s at lib/@share/@g")
 IMAGE_DIR=$(dirname ${IMAGE_NAME})


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



More information about the pkg-java-commits mailing list