The following commit has been merged in the ubuntu-quantal-3.6 branch: commit ca2e207e8244165be9019a29e696d68d4b78ba5d Author: Bjoern Michaelsen <bjoern.michael...@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 146f019..6ec6072 100755 --- a/rules +++ b/rules @@ -495,6 +495,10 @@ ifeq "$(DEB_VENDOR)" "Ubuntu" # lucene has too heavy deps for main, internal copy does only build parts SYSTEM_STUFF := $(filter-out graphite libcdr libvisio lpsolve lucene, $(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 -- To UNSUBSCRIBE, email to debian-openoffice-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1sinyt-0005pg...@vasks.debian.org