[Pkg-octave-commit] [octave] 01/01: Disable java on powerpc, fixes FTBFS on that arch.

Sébastien Villemot sebastien at debian.org
Sat Sep 23 11:46:23 UTC 2017


This is an automated email from the git hooks/post-receive script.

sebastien pushed a commit to branch master
in repository octave.

commit 81ee8b2bd4cba11185846ae81fbf8491ef699315
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Sat Sep 23 13:46:06 2017 +0200

    Disable java on powerpc, fixes FTBFS on that arch.
---
 debian/control | 2 +-
 debian/rules   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 44c6623..563428d 100644
--- a/debian/control
+++ b/debian/control
@@ -70,7 +70,7 @@ Depends: ${shlibs:Depends},
 Recommends: gnuplot-qt | gnuplot-x11 | gnuplot-nox,
             libopenblas-base | libatlas3-base,
             pstoedit,
-            default-jre-headless [!armel !hppa !hurd-i386 !m68k !mips !mipsel !sparc64],
+            default-jre-headless [!armel !hppa !hurd-i386 !m68k !mips !mipsel !powerpc !sparc64],
             octave-info
 Suggests: octave-doc,
           octave-htmldoc
diff --git a/debian/rules b/debian/rules
index 5f13b15..ce9575d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ export DEB_VERSION_UPSTREAM
 # build deps because it is needed for octave-common, see
 # debian/patches/always-build-octave-jar.patch).
 include /usr/share/dpkg/architecture.mk
-NO_JDK_ARCHS := armel hppa hurd-i386 m68k mips mipsel sparc64
+NO_JDK_ARCHS := armel hppa hurd-i386 m68k mips mipsel powerpc sparc64
 ifneq (,$(filter $(DEB_HOST_ARCH),$(NO_JDK_ARCHS)))
 WITH_JAVA_FLAGS := --disable-java
 else

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave.git



More information about the Pkg-octave-commit mailing list