[SCM] eclipse - Powerful IDE written in java - Debian package. branch, master, updated. e03e3fbe5340fe79d8a134fe3fe9e3676db1f5de
Niels Thykier
nthykier-guest at alioth.debian.org
Mon Sep 14 21:30:51 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 e03e3fbe5340fe79d8a134fe3fe9e3676db1f5de (commit)
from 60e550fdb518993241ea5b9e8f2516ba9afb7625 (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 e03e3fbe5340fe79d8a134fe3fe9e3676db1f5de
Author: Niels Thykier <niels at thykier.net>
Date: Mon Sep 14 23:30:47 2009 +0200
Remove the libswt-*-gcc3*.so from the install since it depends on deprecated and unused libraries. Added search path for dh_shlibsdeps.
-----------------------------------------------------------------------
Summary of changes:
debian/rules | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/debian/rules b/debian/rules
index 76adca6..e2219c2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ DEB_DH_MAKESHLIBS_ARGS_ALL := -Xjni
export JAVA_HOME=/usr/lib/jvm/default-java
export PATH:=$(CURDIR)/debian/extra/bin:$(PATH)
-DEB_DH_SHLIBDEPS_ARGS_libswt-gtk-3.5-jni := -- -dDepends \
+DEB_DH_SHLIBDEPS_ARGS_libswt-gtk-3.5-jni := -l/usr/lib/xulrunner-devel-1.9/sdk/lib/ -- -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 \
@@ -124,6 +124,8 @@ install-tmp-stamp: build-stamp
# Copy SWT jar file
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
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