[SCM] eclipse - Powerful IDE written in java - Debian package. branch, master, updated. 97ba8b1dc816d5a5f959b72049a689b6d90b4543
Benjamin Drung
bdrung-guest at alioth.debian.org
Mon Oct 5 21:32:28 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 97ba8b1dc816d5a5f959b72049a689b6d90b4543 (commit)
from 71b06f630373f972bba8f487882764d3ddd8ee33 (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 97ba8b1dc816d5a5f959b72049a689b6d90b4543
Author: Benjamin Drung <bdrung at ubuntu.com>
Date: Mon Oct 5 23:31:33 2009 +0200
Use eclipse binary provided by upstream
-----------------------------------------------------------------------
Summary of changes:
debian/eclipse-platform.install | 2 +-
debian/rules | 3 +++
2 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/debian/eclipse-platform.install b/debian/eclipse-platform.install
index 37d9b59..ba588f6 100644
--- a/debian/eclipse-platform.install
+++ b/debian/eclipse-platform.install
@@ -1,4 +1,4 @@
-debian/extra/eclipse usr/bin/
+usr/bin
usr/lib/eclipse/configuration/config.ini
usr/lib/eclipse/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info
usr/lib/eclipse/configuration/org.eclipse.update/
diff --git a/debian/rules b/debian/rules
index e32453d..9be62b5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -156,3 +156,6 @@ debian-install-stamp: debian-build-stamp
TO_CORRECT=`echo $(CURDIR)/debian/tmp | sed s@/@_ at g` ; grep -l -I -r debian_tmp debian/tmp/ | xargs sed -i s@$${TO_CORRECT}@@g
# remove extra licence file
rm -f debian/tmp/usr/lib/eclipse/plugins/org.apache.ant_*/about_files/LICENSE.sax.txt
+ # eclipse binary
+ mkdir -p $(DEB_DESTDIR)usr/bin
+ ln -s ../lib/eclipse/eclipse $(DEB_DESTDIR)usr/bin/eclipse
hooks/post-receive
--
eclipse - Powerful IDE written in java - Debian package.
More information about the pkg-java-commits
mailing list