diff -Nru libreoffice-6.4.2/debian/changelog libreoffice-6.4.2/debian/changelog --- libreoffice-6.4.2/debian/changelog 2020-03-20 15:23:39.000000000 +0000 +++ libreoffice-6.4.2/debian/changelog 2020-03-28 20:39:47.000000000 +0000 @@ -1,3 +1,13 @@ +libreoffice (1:6.4.2-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. + + -- Raspbian forward porter Sat, 28 Mar 2020 20:39:47 +0000 + libreoffice (1:6.4.2-2) unstable; urgency=medium * debian/control.in: diff -Nru libreoffice-6.4.2/debian/rules libreoffice-6.4.2/debian/rules --- libreoffice-6.4.2/debian/rules 2020-03-15 09:43:08.000000000 +0000 +++ libreoffice-6.4.2/debian/rules 2020-03-28 20:39:47.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 @@ -486,7 +488,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