diff -Nru merkaartor-0.19.0+ds/debian/changelog merkaartor-0.19.0+ds/debian/changelog --- merkaartor-0.19.0+ds/debian/changelog 2021-09-04 15:05:19.000000000 +0000 +++ merkaartor-0.19.0+ds/debian/changelog 2021-09-14 15:50:33.000000000 +0000 @@ -1,3 +1,9 @@ +merkaartor (0.19.0+ds-2+rpi1) bookworm-staging; urgency=medium + + * Remove armhf from qtwebengine architecture lists. + + -- root Tue, 14 Sep 2021 15:50:33 +0000 + merkaartor (0.19.0+ds-2) unstable; urgency=medium * Team upload. diff -Nru merkaartor-0.19.0+ds/debian/control merkaartor-0.19.0+ds/debian/control --- merkaartor-0.19.0+ds/debian/control 2021-08-29 13:12:15.000000000 +0000 +++ merkaartor-0.19.0+ds/debian/control 2021-09-14 15:50:10.000000000 +0000 @@ -21,7 +21,7 @@ qt5-qmake:native, qtbase5-dev, qttools5-dev-tools, - qtwebengine5-dev [amd64 arm64 armhf i386 mipsel], + qtwebengine5-dev [amd64 arm64 i386 mipsel], sharutils, zlib1g-dev Standards-Version: 4.5.1 diff -Nru merkaartor-0.19.0+ds/debian/rules merkaartor-0.19.0+ds/debian/rules --- merkaartor-0.19.0+ds/debian/rules 2021-09-04 15:03:09.000000000 +0000 +++ merkaartor-0.19.0+ds/debian/rules 2021-09-14 15:50:22.000000000 +0000 @@ -11,7 +11,7 @@ DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) -ifneq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armhf i386 mipsel)) +ifneq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 i386 mipsel)) DEB_PKG_USEWEBENGINE=1 else DEB_PKG_USEWEBENGINE=0