[SCM] eclipse - Powerful IDE written in java - Debian package. branch, master, updated. 3444ad10f948206dcbfe4b8c9aeee3015dbb5616
Benjamin Drung
bdrung-guest at alioth.debian.org
Mon Sep 14 22:07:27 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 3444ad10f948206dcbfe4b8c9aeee3015dbb5616 (commit)
via 8512b56ce71c192a525f2388d1be5e7d11587149 (commit)
from 022336a303a1eb0cbb2698e8fcf02177c77fb026 (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 3444ad10f948206dcbfe4b8c9aeee3015dbb5616
Author: Benjamin Drung <bdrung at ubuntu.com>
Date: Tue Sep 15 00:06:44 2009 +0200
use a wildcard to find libswt-*-gcc3*.so
commit 8512b56ce71c192a525f2388d1be5e7d11587149
Author: Benjamin Drung <bdrung at ubuntu.com>
Date: Tue Sep 15 00:04:45 2009 +0200
replace all spaces by tabs in debian/rules
-----------------------------------------------------------------------
Summary of changes:
debian/rules | 115 +++++++++++++++++++++++++++++-----------------------------
1 files changed, 57 insertions(+), 58 deletions(-)
diff --git a/debian/rules b/debian/rules
index 2ecae8e..125b367 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,21 +13,20 @@ export JAVA_HOME=/usr/lib/jvm/default-java
export PATH:=$(CURDIR)/debian/extra/bin:$(PATH)
DEB_DH_SHLIBDEPS_ARGS_libswt-gtk-3.5-jni :=
- $(shell pkg-config --libs-only-L libxul | sed "s/-L/-l/g"):/usr/lib/jvm/default-java/jre/lib/$(DEB_HOST_ARCH_CPU) \
+ $(shell pkg-config --libs-only-L libxul | sed "s/-L/-l/g"):/usr/lib/jvm/default-java/jre/lib/$(DEB_HOST_ARCH_CPU) \
-- -dDepends \
- debian/libswt-gtk-3.5-jni/usr/lib/jni/libswt-gtk-*.so \
- debian/libswt-gtk-3.5-jni/usr/lib/jni/libswt-atk-gtk-*.so \
- debian/libswt-gtk-3.5-jni/usr/lib/jni/libswt-awt-gtk-*.so \
- debian/libswt-gtk-3.5-jni/usr/lib/jni/libswt-cairo-gtk-*.so \
- debian/libswt-gtk-3.5-jni/usr/lib/jni/libswt-pi-gtk-*.so \
- debian/libswt-gtk-3.5-jni/usr/lib/jni/libswt-xpcominit-gtk-*.so \
- debian/libswt-gtk-3.5-jni/usr/lib/jni/libswt-xulrunner-gtk-*.so \
- -dRecommends \
- debian/libswt-gtk-3.5-jni/usr/lib/jni/libswt-gnome-gtk-*.so \
- debian/libswt-gtk-3.5-jni/usr/lib/jni/libswt-mozilla-gtk-*.so \
- debian/libswt-gtk-3.5-jni/usr/lib/jni/libswt-glx-gtk-*.so \
- -Tdebian/libswt-gtk-3.5-jni.substvars
-
+ debian/libswt-gtk-3.5-jni/usr/lib/jni/libswt-gtk-*.so \
+ debian/libswt-gtk-3.5-jni/usr/lib/jni/libswt-atk-gtk-*.so \
+ debian/libswt-gtk-3.5-jni/usr/lib/jni/libswt-awt-gtk-*.so \
+ debian/libswt-gtk-3.5-jni/usr/lib/jni/libswt-cairo-gtk-*.so \
+ debian/libswt-gtk-3.5-jni/usr/lib/jni/libswt-pi-gtk-*.so \
+ debian/libswt-gtk-3.5-jni/usr/lib/jni/libswt-xpcominit-gtk-*.so \
+ debian/libswt-gtk-3.5-jni/usr/lib/jni/libswt-xulrunner-gtk-*.so \
+ -dRecommends \
+ debian/libswt-gtk-3.5-jni/usr/lib/jni/libswt-gnome-gtk-*.so \
+ debian/libswt-gtk-3.5-jni/usr/lib/jni/libswt-mozilla-gtk-*.so \
+ debian/libswt-gtk-3.5-jni/usr/lib/jni/libswt-glx-gtk-*.so \
+ -Tdebian/libswt-gtk-3.5-jni.substvars
common-build-arch:: build-stamp
@@ -50,9 +49,9 @@ build-stamp:
( eval LAUNCHERVERSION=`ls $(RESULT_DIR)/plugins | grep equinox.launcher_ | sed 's/org.eclipse.equinox.launcher_//'` && \
cd "$(SOURCE_DIR)/plugins/org.eclipse.equinox.initializer" && \
java -cp "$(RESULT_DIR)"/plugins/org.eclipse.equinox.launcher_$$LAUNCHERVERSION \
- org.eclipse.core.launcher.Main \
- -application org.eclipse.ant.core.antRunner \
- -f build.xml build.update.jar && \
+ org.eclipse.core.launcher.Main \
+ -application org.eclipse.ant.core.antRunner \
+ -f build.xml build.update.jar && \
cp org.eclipse.equinox.initializer*.jar "$(RESULT_DIR)/plugins" )
touch $@
@@ -76,50 +75,50 @@ install-tmp-stamp: build-stamp
# Generate metadata.
eval LAUNCHERVERSION=$$(ls $(DEBIAN_PACK_LIBDIR)/plugins | grep equinox.launcher_ | sed 's/org.eclipse.equinox.launcher_//') && \
cd $(DEB_DESTDIR) && java \
- -cp $(DEBIAN_PACK_LIBDIR)/plugins/org.eclipse.equinox.launcher_$$LAUNCHERVERSION \
- org.eclipse.core.launcher.Main \
- -application \
- org.eclipse.equinox.p2.metadata.generator.EclipseGenerator \
- -metadataRepository file:$(DEBIAN_PACK_LIBDIR)/metadata/ \
- -artifactRepository file:$(DEBIAN_PACK_LIBDIR)/metadata/ \
- -source $(DEBIAN_PACK_LIBDIR) \
- -root "Eclipse Platform" \
- -rootVersion $(DEB_UPSTREAM_VERSION) \
- -flavor tooling \
- -publishArtifacts \
- -append \
- -artifactRepositoryName "Eclipse Platform" \
- -metadataRepositoryName "Eclipse Platform" && \
+ -cp $(DEBIAN_PACK_LIBDIR)/plugins/org.eclipse.equinox.launcher_$$LAUNCHERVERSION \
+ org.eclipse.core.launcher.Main \
+ -application \
+ org.eclipse.equinox.p2.metadata.generator.EclipseGenerator \
+ -metadataRepository file:$(DEBIAN_PACK_LIBDIR)/metadata/ \
+ -artifactRepository file:$(DEBIAN_PACK_LIBDIR)/metadata/ \
+ -source $(DEBIAN_PACK_LIBDIR) \
+ -root "Eclipse Platform" \
+ -rootVersion $(DEB_UPSTREAM_VERSION) \
+ -flavor tooling \
+ -publishArtifacts \
+ -append \
+ -artifactRepositoryName "Eclipse Platform" \
+ -metadataRepositoryName "Eclipse Platform" && \
java \
- -Declipse.p2.data.area=file:$(DEBIAN_PACK_LIBDIR)/p2 \
- -Declipse.p2.MD5Check=false \
- -cp $(DEBIAN_PACK_LIBDIR)/plugins/org.eclipse.equinox.launcher_$$LAUNCHERVERSION \
- org.eclipse.core.launcher.Main \
- -application \
- org.eclipse.equinox.p2.director \
- -debug -consolelog \
- -flavor tooling \
- -installIU "Eclipse Platform" \
- -p2.os linux \
- -p2.ws gtk \
- -p2.arch $(ECLIPSE_BUILD_ARCH) \
- -roaming \
- -profile $(PROFILE_ID) \
- -profileProperties org.eclipse.update.install.features=true \
- -metadataRepository file:$(DEBIAN_PACK_LIBDIR)/metadata/ \
- -artifactRepository file:$(DEBIAN_PACK_LIBDIR)/metadata/ \
- -destination $(DEBIAN_PACK_LIBDIR) \
- -bundlepool $(DEBIAN_PACK_LIBDIR)
+ -Declipse.p2.data.area=file:$(DEBIAN_PACK_LIBDIR)/p2 \
+ -Declipse.p2.MD5Check=false \
+ -cp $(DEBIAN_PACK_LIBDIR)/plugins/org.eclipse.equinox.launcher_$$LAUNCHERVERSION \
+ org.eclipse.core.launcher.Main \
+ -application \
+ org.eclipse.equinox.p2.director \
+ -debug -consolelog \
+ -flavor tooling \
+ -installIU "Eclipse Platform" \
+ -p2.os linux \
+ -p2.ws gtk \
+ -p2.arch $(ECLIPSE_BUILD_ARCH) \
+ -roaming \
+ -profile $(PROFILE_ID) \
+ -profileProperties org.eclipse.update.install.features=true \
+ -metadataRepository file:$(DEBIAN_PACK_LIBDIR)/metadata/ \
+ -artifactRepository file:$(DEBIAN_PACK_LIBDIR)/metadata/ \
+ -destination $(DEBIAN_PACK_LIBDIR) \
+ -bundlepool $(DEBIAN_PACK_LIBDIR)
# Extra the swt libraries.
cd $(DEB_DESTDIR) && \
java -Dosgi.sharedConfiguration.area=$(DEBIAN_PACK_LIBDIR)/configuration \
- -cp usr/lib/eclipse/startup.jar \
- org.eclipse.core.launcher.Main \
- -debug -consolelog \
- -metadataRepository file:$(DEBIAN_PACK_LIBDIR)/metadata \
- -artifactRepository file:$(DEBIAN_PACK_LIBDIR)/metadata \
- -application org.eclipse.equinox.initializer.configInitializer \
- -fileInitializer $(CURDIR)/debian/patterns.txt
+ -cp usr/lib/eclipse/startup.jar \
+ org.eclipse.core.launcher.Main \
+ -debug -consolelog \
+ -metadataRepository file:$(DEBIAN_PACK_LIBDIR)/metadata \
+ -artifactRepository file:$(DEBIAN_PACK_LIBDIR)/metadata \
+ -application org.eclipse.equinox.initializer.configInitializer \
+ -fileInitializer $(CURDIR)/debian/patterns.txt
# Copy SWT *.so files
cp $(SOURCE_DIR)/plugins/org.eclipse.swt.gtk.linux.$(ECLIPSE_BUILD_ARCH)/*.so \
$(DEB_DESTDIR) && rm $(DEB_DESTDIR)/libswt-mozilla-gcc*
@@ -127,7 +126,7 @@ install-tmp-stamp: build-stamp
cp $(SOURCE_DIR)/plugins/org.eclipse.swt.gtk.linux.$(ECLIPSE_BUILD_ARCH)/swt.jar \
$(DEB_DESTDIR)/swt-gtk-3.5.jar
# Die fiend of the old ages.
- rm -f debian/*/usr/lib/eclipse/configuration/org.eclipse.osgi/bundles/145/1/.cp/libswt-mozilla-gcc3-gtk-*.so
+ rm -f debian/*/usr/lib/eclipse/configuration/org.eclipse.osgi/bundles/*/1/.cp/libswt-mozilla-gcc3-gtk-*.so
MIRROR := ftp://ftp.wh2.tu-dresden.de/pub/mirrors/eclipse/technology/linuxtools/eclipse-build
hooks/post-receive
--
eclipse - Powerful IDE written in java - Debian package.
More information about the pkg-java-commits
mailing list