[SCM] eclipse - Powerful IDE written in java - Debian package. branch, master, updated. 03d203129b1fb11698ffa7b07bcddf1ffb885c92
Benjamin Drung
bdrung-guest at alioth.debian.org
Wed Oct 7 22:22: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 03d203129b1fb11698ffa7b07bcddf1ffb885c92 (commit)
from ef27ed960ed415d7ec26b4441d7460b390024585 (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 03d203129b1fb11698ffa7b07bcddf1ffb885c92
Author: Benjamin Drung <bdrung at ubuntu.com>
Date: Thu Oct 8 00:21:34 2009 +0200
Call remove with -f to fix FTBFS on powerpc.
-----------------------------------------------------------------------
Summary of changes:
debian/rules | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/debian/rules b/debian/rules
index f74bb4a..1d39da4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -127,7 +127,7 @@ debian-install-stamp:
# Copy SWT *.so files
mkdir -p $(DEB_DESTDIR)usr/lib/jni
cp $(SOURCE_DIR)/plugins/org.eclipse.swt.gtk.linux.$(ECLIPSE_BUILD_ARCH)/*.so $(DEB_DESTDIR)usr/lib/jni
- rm $(DEB_DESTDIR)usr/lib/jni/libswt-mozilla-gcc*
+ rm -f $(DEB_DESTDIR)usr/lib/jni/libswt-mozilla-gcc*
# Copy SWT jar file
mkdir -p $(DEB_DESTDIR)usr/lib/java
cp $(SOURCE_DIR)/plugins/org.eclipse.swt.gtk.linux.$(ECLIPSE_BUILD_ARCH)/swt.jar \
hooks/post-receive
--
eclipse - Powerful IDE written in java - Debian package.
More information about the pkg-java-commits
mailing list