[SCM] eclipse - Powerful IDE written in java - Debian package. branch, master, updated. 68a7c7b2bbba9246e235d829c3d857215b10753e
Benjamin Drung
bdrung-guest at alioth.debian.org
Mon Sep 14 22:35:19 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 68a7c7b2bbba9246e235d829c3d857215b10753e (commit)
from e849c81eb349b4e6c7fcd3763a80085de61048e5 (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 68a7c7b2bbba9246e235d829c3d857215b10753e
Author: Benjamin Drung <bdrung at ubuntu.com>
Date: Tue Sep 15 00:35:02 2009 +0200
strip spaces
-----------------------------------------------------------------------
Summary of changes:
debian/rules | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/debian/rules b/debian/rules
index a96244b..b21c41a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ 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) \
+ $(strip $(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 \
hooks/post-receive
--
eclipse - Powerful IDE written in java - Debian package.
More information about the pkg-java-commits
mailing list