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

Benjamin Drung bdrung-guest at alioth.debian.org
Sat Jan 16 13:01:40 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, master has been updated
       via  bf5b8daf9b193cb00ba6582e5e6952f03acbaede (commit)
      from  801427258c6f4a7a7204599a1116bb2f7cc9bfe6 (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 bf5b8daf9b193cb00ba6582e5e6952f03acbaede
Author: Benjamin Drung <bdrung at ubuntu.com>
Date:   Sat Jan 16 14:01:08 2010 +0100

    Use exec instead of running /usr/lib/eclipse/eclipse in background.

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

Summary of changes:
 debian/extra/eclipse |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/debian/extra/eclipse b/debian/extra/eclipse
index 47dd446..ad93732 100644
--- a/debian/extra/eclipse
+++ b/debian/extra/eclipse
@@ -6,4 +6,5 @@
 export GDK_NATIVE_WINDOWS=true
 
 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 "$@" &
+export LD_LIBRARY_PATH=$xuldir${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}
+exec /usr/lib/eclipse/eclipse "$@"


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



More information about the pkg-java-commits mailing list