diff -Nru pentobi-18.3/debian/changelog pentobi-18.3/debian/changelog --- pentobi-18.3/debian/changelog 2021-10-21 22:11:53.000000000 +0000 +++ pentobi-18.3/debian/changelog 2021-10-28 18:24:26.000000000 +0000 @@ -1,3 +1,11 @@ +pentobi (18.3-2+rpi1) bookworm-staging; urgency=medium + + [changes brought forward from 16.2-1+rpi1 by Peter Michael Green at Sat, 13 Jul 2019 13:40:59 +0000] + * Remove armhf from qtwebview (qtwebengine) architecture list because we + don't have qtwebengine in raspbian. + + -- Raspbian forward porter Thu, 28 Oct 2021 18:24:26 +0000 + pentobi (18.3-2) unstable; urgency=medium * Team upload. diff -Nru pentobi-18.3/debian/control pentobi-18.3/debian/control --- pentobi-18.3/debian/control 2021-10-21 22:11:53.000000000 +0000 +++ pentobi-18.3/debian/control 2021-10-28 18:24:26.000000000 +0000 @@ -12,7 +12,7 @@ itstool, libkf5kio-dev, libqt5svg5-dev, - libqt5webview5-dev [amd64 arm64 armhf i386 mipsel], + libqt5webview5-dev [amd64 arm64 i386 mipsel], librsvg2-bin, qtdeclarative5-dev, qtquickcontrols2-5-dev, @@ -35,10 +35,10 @@ qml-module-qtquick-layouts, qml-module-qtquick-window2, qml-module-qtquick2, - qml-module-qtwebview [amd64 arm64 armhf i386 mipsel], + qml-module-qtwebview [amd64 arm64 i386 mipsel], ${misc:Depends}, ${shlibs:Depends} -Recommends: www-browser [!amd64 !arm64 !armhf !i386 !mipsel] +Recommends: www-browser [!amd64 !arm64 !i386 !mipsel] Suggests: pentobi-kde-thumbnailer Description: clone of the strategy board game Blokus Pentobi is a strategy board game played on a square grid board using playing diff -Nru pentobi-18.3/debian/rules pentobi-18.3/debian/rules --- pentobi-18.3/debian/rules 2021-10-21 22:11:53.000000000 +0000 +++ pentobi-18.3/debian/rules 2021-10-28 18:24:26.000000000 +0000 @@ -11,7 +11,7 @@ endif # List of architectures which have Qt5WebView. -WEBVIEW_ARCHS = amd64 arm64 armhf i386 mipsel +WEBVIEW_ARCHS = amd64 arm64 i386 mipsel # Everywhere else, set a cmake flag to fall back to launching a web browser. ifeq (,$(filter $(WEBVIEW_ARCHS),$(DEB_HOST_ARCH))) WEBVIEW_FLAG = -DPENTOBI_OPEN_HELP_EXTERNALLY=ON