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

Benjamin Drung bdrung-guest at alioth.debian.org
Mon Nov 2 22:07:59 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  a5f02cbe3ade3b7a65923b67558365795cf89d73 (commit)
       via  f25e0e26c40237a889b4b8db5fc677c71310c3ed (commit)
       via  e4a202c098ff669c898c7f7020ddd9ba1299249c (commit)
      from  f564eac4a690f1c05b896f90af86352ac20b94fc (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 a5f02cbe3ade3b7a65923b67558365795cf89d73
Author: Benjamin Drung <bdrung at ubuntu.com>
Date:   Mon Nov 2 22:56:55 2009 +0100

    ECLIPSE_BUILD_ARCH setting for additional archs
    
    Thanks to Mattias Klose for the patch (LP: #471336).

commit f25e0e26c40237a889b4b8db5fc677c71310c3ed
Author: Benjamin Drung <bdrung at ubuntu.com>
Date:   Mon Nov 2 22:51:52 2009 +0100

    set GDK_NATIVE_WINDOWS on startup
    
    Thanks to Mattias Klose for the patch (LP: #471336).

commit e4a202c098ff669c898c7f7020ddd9ba1299249c
Author: Benjamin Drung <bdrung at ubuntu.com>
Date:   Mon Nov 2 22:44:46 2009 +0100

    build-depend on libxt-dev
    
    Thanks to Mattias Klose for the patch (LP: #471336).

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

Summary of changes:
 debian/control       |    1 +
 debian/extra/eclipse |    5 +++++
 debian/rules         |    9 +++++++++
 3 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/debian/control b/debian/control
index 8539085..ca4b9c0 100644
--- a/debian/control
+++ b/debian/control
@@ -20,6 +20,7 @@ Build-Depends: ant (>= 1.7.1),
                libgtk2.0-dev,
                libpango1.0-dev,
                libxtst-dev,
+               libxt-dev,
                lsb-release,
                pkg-config,
                quilt,
diff --git a/debian/extra/eclipse b/debian/extra/eclipse
index 0191fc0..ea9f5a5 100644
--- a/debian/extra/eclipse
+++ b/debian/extra/eclipse
@@ -1,4 +1,9 @@
 #!/bin/sh
 
+# work around for e#290395 / LP: #458703
+# https://bugs.eclipse.org/bugs/show_bug.cgi?id=290395
+# https://bugs.launchpad.net/bugs/458703
+export GDK_NATIVE_WINDOWS=true
+
 xuldir=/usr/lib/xulrunner-$(/usr/bin/xulrunner-1.9.1 --gre-version)
 LD_LIBRARY_PATH=$xuldir${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} /usr/lib/eclipse/eclipse "$@"
diff --git a/debian/rules b/debian/rules
index 4a66884..f842033 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,9 +11,18 @@ DEB_ANT_INSTALL_TARGET := install -Dprefix=/usr -DdestDir=$(DEB_DESTDIR)
 ifneq (,$(filter $(DEB_HOST_ARCH_CPU),i386 i486 i586 i686))
 	ECLIPSE_BUILD_ARCH=x86
 endif
+ifneq (,$(findstring $(DEB_HOST_ARCH_CPU),arm))
+	ECLIPSE_BUILD_ARCH=arm
+endif
 ifeq ($(DEB_HOST_ARCH_CPU),amd64)
 	ECLIPSE_BUILD_ARCH=x86_64
 endif
+ifneq (,$(findstring $(DEB_HOST_ARCH_CPU),mips))
+	ECLIPSE_BUILD_ARCH=$(DEB_HOST_ARCH)
+endif
+ifneq (,$(filter $(DEB_HOST_ARCH_CPU),parisc parisc64))
+	ECLIPSE_BUILD_ARCH=PA_RISC
+endif
 ifeq ($(DEB_HOST_ARCH_CPU),powerpc)
 	ECLIPSE_BUILD_ARCH=ppc
 endif


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



More information about the pkg-java-commits mailing list