[SCM] eclipse - Powerful IDE written in java - Debian package. branch, master, updated. 1238fec57489b2eee0f3af92b0ce93b05f60f777
Niels Thykier
nthykier-guest at alioth.debian.org
Tue Sep 15 20:54:29 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 1238fec57489b2eee0f3af92b0ce93b05f60f777 (commit)
from 7dda41d53b25291a9bc1ded2b2f13009436cba7e (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 1238fec57489b2eee0f3af92b0ce93b05f60f777
Author: Niels Thykier <niels at thykier.net>
Date: Tue Sep 15 22:54:20 2009 +0200
Correct paths and empty the eclipse package.
-----------------------------------------------------------------------
Summary of changes:
debian/eclipse-platform.install | 8 ++++++++
debian/eclipse.install | 7 -------
debian/rules | 3 ++-
3 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/debian/eclipse-platform.install b/debian/eclipse-platform.install
index 65c87d1..57e062a 100644
--- a/debian/eclipse-platform.install
+++ b/debian/eclipse-platform.install
@@ -1,3 +1,11 @@
+debian/extra/eclipse32.xpm usr/share/pixmaps/
+debian/extra/eclipse.desktop usr/share/applications/
+debian/extra/eclipse*.png usr/share/pixmaps/
+debian/extra/eclipse usr/bin/
+debian/tmp/usr/lib/eclipse/eclipse
+debian/tmp/usr/lib/eclipse/features/org.eclipse.sdk_*
+debian/tmp/usr/lib/eclipse/plugins/org.eclipse.sdk_*
+
debian/tmp/usr/lib/eclipse/configuration/config.ini
debian/tmp/usr/lib/eclipse/eclipse.ini
debian/tmp/usr/lib/eclipse/features/org.eclipse.platform_*
diff --git a/debian/eclipse.install b/debian/eclipse.install
deleted file mode 100644
index 7d8da95..0000000
--- a/debian/eclipse.install
+++ /dev/null
@@ -1,7 +0,0 @@
-debian/extra/eclipse32.xpm usr/share/pixmaps/
-debian/extra/eclipse.desktop usr/share/applications/
-debian/extra/eclipse*.png usr/share/pixmaps/
-debian/extra/eclipse usr/bin/
-debian/tmp/usr/lib/eclipse
-debian/tmp/usr/lib/eclipse/features/org.eclipse.sdk_*
-debian/tmp/usr/lib/eclipse/plugins/org.eclipse.sdk_*
diff --git a/debian/rules b/debian/rules
index b21c41a..a2fa272 100755
--- a/debian/rules
+++ b/debian/rules
@@ -127,7 +127,8 @@ install-tmp-stamp: build-stamp
$(DEB_DESTDIR)/swt-gtk-3.5.jar
# Die fiend of the old ages.
rm -f debian/*/usr/lib/eclipse/configuration/org.eclipse.osgi/bundles/*/1/.cp/libswt-mozilla-gcc3-gtk-*.so
-
+ # Normalize the paths.
+ grep -I -r debian/tmp debian/tmp/ | cut -f 1 -d : | sort -u | xargs sed -i s@$(CURDIR)/debian/tmp@@g
MIRROR := ftp://ftp.wh2.tu-dresden.de/pub/mirrors/eclipse/technology/linuxtools/eclipse-build
EBUILD := eclipse-build-R0_3_0
hooks/post-receive
--
eclipse - Powerful IDE written in java - Debian package.
More information about the pkg-java-commits
mailing list