[SCM] eclipse - Powerful IDE written in java - Debian package. branch, ubuntu, updated. 92aeeecf7062d6fa716ad10639427ee48d5cb6a3

Benjamin Drung bdrung-guest at alioth.debian.org
Fri Oct 16 23:42:04 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, ubuntu has been updated
       via  92aeeecf7062d6fa716ad10639427ee48d5cb6a3 (commit)
       via  87b94d51467c08d3615ab3a60c07875f10aef376 (commit)
      from  4d1225bc326dd52f734cde0171f77cfafea1824e (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 92aeeecf7062d6fa716ad10639427ee48d5cb6a3
Author: Benjamin Drung <bdrung at ubuntu.com>
Date:   Sat Oct 17 01:36:32 2009 +0200

    Add debug information.

commit 87b94d51467c08d3615ab3a60c07875f10aef376
Author: Benjamin Drung <bdrung at ubuntu.com>
Date:   Sat Oct 17 01:34:35 2009 +0200

    Move arch independent rules into arch dependent rules.

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

Summary of changes:
 debian/rules |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index f151de9..252537b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -50,10 +50,12 @@ clean::
 	rm -f *.cdbs-config_list
 
 install/eclipse-platform::
+	@echo "*** install/eclipse-platform ***"
 	$(if $(wildcard debian/tmp/usr/lib/eclipse/plugins/org.eclipse.core.net.linux.*.jar),dh_install -peclipse-platform debian/tmp/usr/lib/eclipse/plugins/org.eclipse.core.net.linux.*.jar /usr/lib/eclipse/plugins)
 	$(if $(wildcard debian/tmp/usr/lib/eclipse/plugins/org.eclipse.update.core.linux.*.jar),dh_install -peclipse-platform debian/tmp/usr/lib/eclipse/plugins/org.eclipse.update.core.linux.*.jar /usr/lib/eclipse/plugins)
 
 binary-post-install/libequniox-osgi-java::
+	@echo "*** binary-post-install/libequniox-osgi-java ***"
 	# Do the linking.
 	mkdir -p debian/libequniox-osgi-java/usr/share/java
 	cd debian/libequniox-osgi-java/usr/share/java && \
@@ -65,6 +67,7 @@ binary-post-install/libequniox-osgi-java::
 	dh_link -plibequniox-osgi-java
 
 binary-post-install/eclipse-rcp::
+	@echo "*** binary-post-install/eclipse-rcp ***"
 	# This script is stored in a patch, so the exec bit is not set the first time.
 	test -x swt_bundle.sh || chmod a+x swt_bundle.sh
 	# Extract swt's bundle from eclipse-rcp where all the other bundles are installed.
@@ -77,10 +80,6 @@ binary-post-install/eclipse-rcp::
 
 # TODO: Turn all commands below this comment into patches and send them to eclipse-build.
 
-# move images from /usr/lib to /usr/share
-common-install-indep::
-	find debian/tmp/usr/lib/ -type f \( -name '*.bmp' -o -name '*.gif' -o -name '*.jpg' -o -name '*.png' \) -exec sh debian/extra/imagemv.sh '{}' \;
-
 BUILD_TAG := $(shell grep ^buildTag= build.properties | sed "s/^buildTag=//")
 SOURCE_DIR := $(CURDIR)/build/eclipse-$(BUILD_TAG)-fetched-src
 RESULT_DIR := $(SOURCE_DIR)/installation/
@@ -93,6 +92,8 @@ common-install-arch:: debian-install-stamp
 debian-install-stamp:
 	@echo "*** debian-install-stamp ***"
 	dh_testdir
+	# move images from /usr/lib to /usr/share
+	find debian/tmp/usr/lib/ -type f \( -name '*.bmp' -o -name '*.gif' -o -name '*.jpg' -o -name '*.png' \) -exec sh debian/extra/imagemv.sh '{}' \;
 	rm -fr $(DEBIAN_PACK_LIBDIR)/p2/
 	# Generate metadata and extract the swt libraries.
 	eval LAUNCHERVERSION=$$(ls $(DEBIAN_PACK_LIBDIR)/plugins | grep equinox.launcher_ | sed 's/org.eclipse.equinox.launcher_//') && \
@@ -101,6 +102,7 @@ debian-install-stamp:
 			org.eclipse.core.launcher.Main \
 			-application \
 			org.eclipse.equinox.p2.metadata.generator.EclipseGenerator \
+			-debug -consolelog \
 			-metadataRepository file:$(DEBIAN_PACK_LIBDIR)/metadata/ \
 			-artifactRepository file:$(DEBIAN_PACK_LIBDIR)/metadata/ \
 			-source $(DEBIAN_PACK_LIBDIR) \


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



More information about the pkg-java-commits mailing list