diff -Nru libreoffice-6.4.1~rc1/debian/changelog libreoffice-6.4.1~rc1/debian/changelog --- libreoffice-6.4.1~rc1/debian/changelog 2020-02-07 15:26:56.000000000 +0000 +++ libreoffice-6.4.1~rc1/debian/changelog 2020-02-17 22:17:32.000000000 +0000 @@ -1,3 +1,13 @@ +libreoffice (1:6.4.1~rc1-2+rpi1) bullseye-staging; urgency=medium + + [changes introduced in 1:5.4.0-1+rpi1 by Peter Michael Green] + * Disable pdfium, it fails to build for armv6 + + [changes brought forward from 1:6.0.2-1+rpi2 by Peter Michael Green at Fri, 27 Apr 2018 02:14:18 +0000] + * Disable testsuite. + + -- Peter Michael Green Mon, 17 Feb 2020 22:17:32 +0000 + libreoffice (1:6.4.1~rc1-2) unstable; urgency=medium * update Replaces: in -help-* to libreoffice-help-common (<< 1:6.4.1~rc1-1) diff -Nru libreoffice-6.4.1~rc1/debian/rules libreoffice-6.4.1~rc1/debian/rules --- libreoffice-6.4.1~rc1/debian/rules 2020-02-05 21:27:42.000000000 +0000 +++ libreoffice-6.4.1~rc1/debian/rules 2020-02-17 22:17:32.000000000 +0000 @@ -15,6 +15,8 @@ # /usr/share/common-licenses/GPL or . ################################################################################ +export DEB_BUILD_OPTIONS += nocheck + vafilt = $(subst $(2)=,,$(filter $(2)=%,$(1))) include /usr/share/dpkg/pkg-info.mk @@ -482,7 +484,7 @@ # let's do this only on archs where we have chromium, which is supposedly even only the archs # where alsp pdfium is supported. -OOO_PDFIUM_ARCHS := i386 amd64 armhf arm64 +OOO_PDFIUM_ARCHS := i386 amd64 arm64 ifneq (,$(filter $(DEB_HOST_ARCH),$(OOO_PDFIUM_ARCHS))) ENABLE_PDFIUM=y else