diff -Nru libreoffice-6.4.1/debian/changelog libreoffice-6.4.1/debian/changelog --- libreoffice-6.4.1/debian/changelog 2020-02-22 13:46:04.000000000 +0000 +++ libreoffice-6.4.1/debian/changelog 2020-03-02 04:24:59.000000000 +0000 @@ -1,3 +1,13 @@ +libreoffice (1:6.4.1-1+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. + + -- Raspbian forward porter Mon, 02 Mar 2020 04:24:59 +0000 + libreoffice (1:6.4.1-1) unstable; urgency=medium * LibreOffice 6.4.1 final release diff -Nru libreoffice-6.4.1/debian/rules libreoffice-6.4.1/debian/rules --- libreoffice-6.4.1/debian/rules 2020-02-22 10:21:43.000000000 +0000 +++ libreoffice-6.4.1/debian/rules 2020-03-02 04:24:59.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