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

[SCM] LibreOffice packaging repository branch, ubuntu-precise-3.5, updated. libreoffice_3.5.0-1-39-gb1ef914



The following commit has been merged in the ubuntu-precise-3.5 branch:
commit f13f180149c62b5b8f12ea7738955221ccd18b27
Author: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
Date:   Wed Feb 22 10:54:11 2012 +0100

    do not run checks on powerpc armel armhf for now as they fail with debug output level 11 is too high

diff --git a/rules b/rules
index 2e6d715..4c1eec3 100755
--- a/rules
+++ b/rules
@@ -461,6 +461,10 @@ ifeq "$(DEB_VENDOR)" "Ubuntu"
   ENABLE_REPORTDESIGN:=n
   SYSTEM_STUFF := $(filter-out lucene libcmis libexttextcat graphite sampleicc libvisio lpsolve, $(SYSTEM_STUFF))
   CONFIGURE_FLAGS += --with-intro-progressbar-color=221,72,20
+  # do not run checks on armel armhf powerpc for now as they fail with "debug output level 11 is too high"
+  ifneq (,$(filter armhf armel powerpc,$(DEB_HOST_ARCH)))
+    RUN_MAKE_CHECK:=n
+  endif
 endif
 
 CONFIGURE_FLAGS += $(foreach i, $(SYSTEM_STUFF),--with-system-$(i))

-- 
LibreOffice packaging repository


Reply to: