diff -Nru pentobi-17.3/debian/changelog pentobi-17.3/debian/changelog --- pentobi-17.3/debian/changelog 2019-12-15 14:33:54.000000000 +0000 +++ pentobi-17.3/debian/changelog 2019-12-22 03:13:11.000000000 +0000 @@ -1,3 +1,11 @@ +pentobi (17.3-1+rpi1) bullseye-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. + + -- Peter Michael Green Sun, 22 Dec 2019 03:13:11 +0000 + pentobi (17.3-1) unstable; urgency=medium * New upstream release. diff -Nru pentobi-17.3/debian/control pentobi-17.3/debian/control --- pentobi-17.3/debian/control 2019-12-15 14:33:01.000000000 +0000 +++ pentobi-17.3/debian/control 2019-12-22 03:13:11.000000000 +0000 @@ -13,7 +13,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, @@ -34,10 +34,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-17.3/debian/rules pentobi-17.3/debian/rules --- pentobi-17.3/debian/rules 2019-12-15 14:26:27.000000000 +0000 +++ pentobi-17.3/debian/rules 2019-12-22 03:13:11.000000000 +0000 @@ -12,7 +12,7 @@ endif # Use an external web browser where Qt5WebView is not available. -WEBVIEW_ARCHS = amd64 arm64 armhf i386 mipsel +WEBVIEW_ARCHS = amd64 arm64 i386 mipsel ifeq (,$(filter $(WEBVIEW_ARCHS),$(DEB_HOST_ARCH))) WEBVIEW_FLAG = -DPENTOBI_OPEN_HELP_EXTERNALLY=ON endif