diff -Nru seafile-client-8.0.3/debian/changelog seafile-client-8.0.3/debian/changelog --- seafile-client-8.0.3/debian/changelog 2021-09-07 08:30:22.000000000 +0000 +++ seafile-client-8.0.3/debian/changelog 2021-09-21 20:48:55.000000000 +0000 @@ -1,3 +1,10 @@ +seafile-client (8.0.3-1+rpi1) bookworm-staging; urgency=medium + + [changes brought forward from 6.2.7-1+rpi1 by Peter Michael Green at Sat, 01 Dec 2018 05:02:42 +0000] + * Switch armhf from qtwebengine to qtwebkit. + + -- Raspbian forward porter Tue, 21 Sep 2021 20:48:55 +0000 + seafile-client (8.0.3-1) unstable; urgency=medium * Bump debhelper, Standards-Version and watch standard diff -Nru seafile-client-8.0.3/debian/control seafile-client-8.0.3/debian/control --- seafile-client-8.0.3/debian/control 2021-09-07 08:21:47.000000000 +0000 +++ seafile-client-8.0.3/debian/control 2021-09-21 20:48:55.000000000 +0000 @@ -21,8 +21,8 @@ qtchooser, qttools5-dev, qttools5-dev-tools, - qtwebengine5-dev [!armel !mips !mips64el !ppc64el !s390x !alpha !hppa !m68k !powerpc !ppc64 !sh4 !sparc64], - libqt5webkit5-dev [armel mips mips64el ppc64el s390x alpha hppa m68k powerpc ppc64 sh4 sparc64], + qtwebengine5-dev [!armhf !armel !mips !mips64el !ppc64el !s390x !alpha !hppa !m68k !powerpc !ppc64 !sh4 !sparc64], + libqt5webkit5-dev [armhf armel mips mips64el ppc64el s390x alpha hppa m68k powerpc ppc64 sh4 sparc64], uuid-dev, Standards-Version: 4.6.0 Homepage: https://seafile.com diff -Nru seafile-client-8.0.3/debian/rules seafile-client-8.0.3/debian/rules --- seafile-client-8.0.3/debian/rules 2021-01-08 20:40:54.000000000 +0000 +++ seafile-client-8.0.3/debian/rules 2021-09-21 20:48:55.000000000 +0000 @@ -21,6 +21,8 @@ ifeq ($(DEB_HOST_ARCH),armel) CMAKE_FLAGS += -DUSE_QT_WEBKIT=ON +else ifeq ($(DEB_HOST_ARCH),armhf) + CMAKE_FLAGS += -DUSE_QT_WEBKIT=ON else ifeq ($(DEB_HOST_ARCH),mips) CMAKE_FLAGS += -DUSE_QT_WEBKIT=ON else ifeq ($(DEB_HOST_ARCH),mips64el)