[SCM] eclipse - Powerful IDE written in java - Debian package. branch, master, updated. 098826457f2573533fc137790233fdab5dd47e20

Benjamin Drung bdrung-guest at alioth.debian.org
Tue Oct 6 13:45:31 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  098826457f2573533fc137790233fdab5dd47e20 (commit)
      from  d6f19a8eab9ce0e3edc27ff0367ae314f204b7a5 (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 098826457f2573533fc137790233fdab5dd47e20
Author: Benjamin Drung <bdrung at ubuntu.com>
Date:   Tue Oct 6 15:44:21 2009 +0200

    Fix FTBFS on lpia; thanks Matthias Klose for the patch.

-----------------------------------------------------------------------

Summary of changes:
 debian/rules |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index 9be62b5..b708dc1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,10 +8,7 @@ DEB_ANT_CLEAN_TARGET := distclean
 DEB_ANT_BUILD_TARGET := provision.sdk
 DEB_ANT_INSTALL_TARGET := install -Dprefix=/usr -DdestDir=$(DEB_DESTDIR)
 
-ifeq ($(DEB_HOST_ARCH_CPU),i386)
-	ECLIPSE_BUILD_ARCH=x86
-endif
-ifeq ($(DEB_HOST_ARCH_CPU),lpia)
+ifneq (,$(filter $(DEB_HOST_ARCH_CPU),i386 i486 i586 i686))
 	ECLIPSE_BUILD_ARCH=x86
 endif
 ifeq ($(DEB_HOST_ARCH_CPU),amd64)


hooks/post-receive
-- 
eclipse - Powerful IDE written in java - Debian package.



More information about the pkg-java-commits mailing list