[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[libreoffice] 01/05: filter-out kfreebsd-i386 and kfreebsd-amd64 explicitely out of OOO_CHECK_ARCHS



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

rene pushed a commit to branch debian-experimental-5.2
in repository libreoffice.

commit edea811717cb00d5aec010f9f94f2f53793779ef
Author: Rene Engelhard <rene@debian.org>
Date:   Mon Aug 15 10:44:45 2016 +0200

    filter-out kfreebsd-i386 and kfreebsd-amd64 explicitely out of OOO_CHECK_ARCHS
---
 changelog |  8 ++++++++
 control   | 10 +++++-----
 rules     |  2 +-
 3 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/changelog b/changelog
index f93700a..db3cde4 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,11 @@
+libreoffice (1:5.2.0-3) UNRELEASED; urgency=medium
+
+  * debian/rules:
+    - filter-out kfreebsd-i386 and kfreebsd-amd64 explicitely out of
+      OOO_CHECK_ARCHS to save unneeded build-deps (again)
+
+ -- Rene Engelhard <rene@debian.org>  Mon, 15 Aug 2016 09:28:42 +0200
+
 libreoffice (1:5.2.0-2) unstable; urgency=medium
 
   * debian/patches/make-package-modules-not-suck.diff: move animcore into
diff --git a/control b/control
index f3d2794..772303d 100644
--- a/control
+++ b/control
@@ -24,20 +24,20 @@ Build-Depends: ant (>= 1.7.0) [!mips64],
                fastjar,
                firebird-dev (>= 2.5.2.26540.ds4-2) [!hppa !m68k !mips !mips64 !powerpc !powerpcspe !ppc64 !s390 !s390x !sparc !sparc64],
                flex (>= 2.3.35),
-               fontconfig [!hppa !ia64 !s390 !sparc !sparc64] <!nocheck>,
-               fonts-crosextra-carlito [!hppa !ia64 !s390 !sparc !sparc64] <!nocheck>,
-               fonts-liberation [!hppa !ia64 !s390 !sparc !sparc64] <!nocheck>,
+               fontconfig [!hppa !ia64 !s390 !sparc !kfreebsd-i386 !kfreebsd-amd64 !sparc64] <!nocheck>,
+               fonts-crosextra-carlito [!hppa !ia64 !s390 !sparc !kfreebsd-i386 !kfreebsd-amd64 !sparc64] <!nocheck>,
+               fonts-liberation [!hppa !ia64 !s390 !sparc !kfreebsd-i386 !kfreebsd-amd64 !sparc64] <!nocheck>,
                g++-6 [hppa ia64 s390 sparc],
                gcc-6 [hppa ia64 s390 sparc],
                gcj-jdk [hppa ia64 s390 sparc],
                gcj-native-helper [hppa ia64 s390 sparc],
-               gdb [!hppa !ia64 !s390 !sparc !sparc64] <!nocheck>,
+               gdb [!hppa !ia64 !s390 !sparc !kfreebsd-i386 !kfreebsd-amd64 !sparc64] <!nocheck>,
                gettext,
                gobject-introspection (>= 1.32.0),
                gperf,
                java-common (>= 0.49),
                javahelper (>= 0.37~),
-               junit4 (>= 4.8.2-2) [!hppa !ia64 !s390 !sparc !sparc64] <!nocheck>,
+               junit4 (>= 4.8.2-2) [!hppa !ia64 !s390 !sparc !kfreebsd-i386 !kfreebsd-amd64 !sparc64] <!nocheck>,
                kdelibs5-dev (>= 4:4.3.4),
                libabw-dev (>= 0.1),
                libarchive-zip-perl,
diff --git a/rules b/rules
index f29d2d5..db80c41 100755
--- a/rules
+++ b/rules
@@ -623,7 +623,7 @@ $(eval $(call gen_no_archs,OOO_BASE_ARCHS))
 OOO_REPORTDESIGN_ARCHS := $(filter-out $(OOO_GCJ_JDK_ARCHS),$(OOO_JAVA_ARCHS))
 $(eval $(call gen_no_archs,OOO_REPORTDESIGN_ARCHS))
 
-OOO_CHECK_ARCHS := $(filter-out $(OOO_GCJ_JDK_ARCHS) sparc64,$(OOO_ARCHS))
+OOO_CHECK_ARCHS := $(filter-out $(OOO_GCJ_JDK_ARCHS) kfreebsd-i386 kfreebsd-amd64 sparc64,$(OOO_ARCHS))
 $(eval $(call gen_no_archs,OOO_CHECK_ARCHS))
 
 ifneq (,$(findstring $(DEB_HOST_ARCH),$(OOO_NO_BASE_ARCHS)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice.git


Reply to: