[SCM] eclipse - Powerful IDE written in java - Debian package. branch, master, updated. ed98eb48aad764aad13f87ad193aecacda38c528
Benjamin Drung
bdrung-guest at alioth.debian.org
Mon Sep 14 21:47:35 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 ed98eb48aad764aad13f87ad193aecacda38c528 (commit)
from e03e3fbe5340fe79d8a134fe3fe9e3676db1f5de (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 ed98eb48aad764aad13f87ad193aecacda38c528
Author: Benjamin Drung <bdrung at ubuntu.com>
Date: Mon Sep 14 23:46:54 2009 +0200
use pkg-config to determine the directory of libxul
-----------------------------------------------------------------------
Summary of changes:
debian/rules | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/debian/rules b/debian/rules
index e2219c2..773952d 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 := -l/usr/lib/xulrunner-devel-1.9/sdk/lib/ -- -dDepends \
+DEB_DH_SHLIBDEPS_ARGS_libswt-gtk-3.5-jni := $(shell pkg-config --libs-only-L libxul | sed "s/-L/-l/g") -- -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 \
hooks/post-receive
--
eclipse - Powerful IDE written in java - Debian package.
More information about the pkg-java-commits
mailing list