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

Benjamin Drung bdrung-guest at alioth.debian.org
Mon Oct 19 22:14: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  5fbf18ef4ea7e9d0fbadadd959e902a2b49ed0e5 (commit)
       via  6fbcc3eb5ac54fa9c89270910f41a680fed9cd09 (commit)
       via  7930daefc3692d69499077af5485b6651ea5d2fa (commit)
      from  c25a782e1df6d68234c72479d07645347aa35d80 (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 5fbf18ef4ea7e9d0fbadadd959e902a2b49ed0e5
Author: Benjamin Drung <bdrung at ubuntu.com>
Date:   Tue Oct 20 00:13:36 2009 +0200

    Move images from eclipse-platform to eclipse-platform-data.

commit 6fbcc3eb5ac54fa9c89270910f41a680fed9cd09
Author: Benjamin Drung <bdrung at ubuntu.com>
Date:   Tue Oct 20 00:05:09 2009 +0200

    Remove the unnecessary configuration data (taken from Fedora spec).

commit 7930daefc3692d69499077af5485b6651ea5d2fa
Author: Benjamin Drung <bdrung at ubuntu.com>
Date:   Tue Oct 20 00:04:11 2009 +0200

    fix permissions of scripts

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

Summary of changes:
 debian/eclipse-platform-data.install |    2 ++
 debian/eclipse-platform.install      |    3 ---
 debian/rules                         |    8 ++++++++
 3 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/debian/eclipse-platform-data.install b/debian/eclipse-platform-data.install
index 8a9238e..d263cc6 100644
--- a/debian/eclipse-platform-data.install
+++ b/debian/eclipse-platform-data.install
@@ -1,5 +1,7 @@
 usr/share/eclipse/features/org.eclipse.equinox.p2.user.ui.source_*
 usr/share/eclipse/features/org.eclipse.equinox.p2.user.ui_*
+usr/share/eclipse/features/org.eclipse.help.source_*
+usr/share/eclipse/features/org.eclipse.help_*
 usr/share/eclipse/features/org.eclipse.platform.source_*
 usr/share/eclipse/features/org.eclipse.platform_*
 usr/share/eclipse/features/org.eclipse.sdk_*
diff --git a/debian/eclipse-platform.install b/debian/eclipse-platform.install
index b8aea81..756ae7e 100644
--- a/debian/eclipse-platform.install
+++ b/debian/eclipse-platform.install
@@ -2,7 +2,6 @@ usr/bin
 usr/lib/eclipse/.eclipseproduct
 usr/lib/eclipse/artifacts.xml
 usr/lib/eclipse/configuration/config.ini
-usr/lib/eclipse/configuration/org.eclipse.core.runtime
 usr/lib/eclipse/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info
 usr/lib/eclipse/configuration/org.eclipse.equinox.source
 usr/lib/eclipse/configuration/org.eclipse.update/
@@ -237,5 +236,3 @@ usr/lib/eclipse/plugins/org.sat4j.core_*.jar
 usr/lib/eclipse/plugins/org.sat4j.pb_*.jar
 usr/lib/eclipse/startup.jar
 usr/share/applications
-usr/share/eclipse/features/org.eclipse.help.source_*
-usr/share/eclipse/features/org.eclipse.help_*
diff --git a/debian/rules b/debian/rules
index 3204b11..7446286 100755
--- a/debian/rules
+++ b/debian/rules
@@ -166,3 +166,11 @@ debian-install-stamp:
 	done
 	# Correct the profile in config.ini - else eclipse will refuse to open the update/install menus.
 	sed -i 's/SDKProfile/PlatformProfile/' "$(DEB_DESTDIR)usr/lib/eclipse/configuration/config.ini"
+	# Remove the unnecessary configuration data (taken from Fedora spec)
+	rm -r $(DEBIAN_PACK_LIBDIR)/configuration/org.eclipse.core.runtime
+	rm -r $(DEBIAN_PACK_LIBDIR)/configuration/org.eclipse.equinox.app
+	rm -rf $(DEBIAN_PACK_LIBDIR)/configuration/*.log
+	find $(DEBIAN_PACK_LIBDIR)/configuration -depth -type d -name data -exec rm -rf {} \;
+	find $(DEBIAN_PACK_LIBDIR) -depth -type d -empty -delete
+	# fix permissions of scripts
+	chmod +x $(DEB_DESTDIR)usr/lib/eclipse/plugins/org.eclipse.pde.build_*/templates/package-build/*.sh


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



More information about the pkg-java-commits mailing list