diff -Nru pyqt5-5.7+dfsg/debian/changelog pyqt5-5.7+dfsg/debian/changelog --- pyqt5-5.7+dfsg/debian/changelog 2017-08-22 11:41:04.000000000 +0000 +++ pyqt5-5.7+dfsg/debian/changelog 2017-09-09 01:01:09.000000000 +0000 @@ -1,3 +1,10 @@ +pyqt5 (5.7+dfsg-6+rpi1) buster-staging; urgency=medium + + * Disable webengine for armhf, we do not currently have (and may never have) + it in Raspbian. + + -- Peter Michael Green Sat, 09 Sep 2017 01:01:09 +0000 + pyqt5 (5.7+dfsg-6) unstable; urgency=medium * Add patches from upstream to support Qt 5.9 (closes: #872892): diff -Nru pyqt5-5.7+dfsg/debian/control pyqt5-5.7+dfsg/debian/control --- pyqt5-5.7+dfsg/debian/control 2017-08-22 11:41:04.000000000 +0000 +++ pyqt5-5.7+dfsg/debian/control 2017-09-09 01:01:09.000000000 +0000 @@ -42,7 +42,7 @@ qtmultimedia5-dev (>= 5.9.1), qtpositioning5-dev (>= 5.9.1), qttools5-dev (>= 5.9.1), - qtwebengine5-dev (>= 5.9.1) [amd64 arm64 armhf i386 mipsel] + qtwebengine5-dev (>= 5.9.1) [amd64 arm64 i386 mipsel] Build-Depends-Indep: fdupes, python3-sphinx (>= 1.3) X-Python-Version: >= 2.7 X-Python3-Version: >= 3.3 @@ -246,7 +246,7 @@ This package contains the extension built for the Python 3 debug interpreter. Package: python3-pyqt5.qtwebengine -Architecture: amd64 arm64 armhf i386 mipsel +Architecture: amd64 arm64 i386 mipsel Depends: python3-pyqt5.qtwebchannel (= ${binary:Version}), ${misc:Depends}, ${python3:Depends}, @@ -260,7 +260,7 @@ Package: python3-pyqt5.qtwebengine-dbg Priority: extra Section: debug -Architecture: amd64 arm64 armhf i386 mipsel +Architecture: amd64 arm64 i386 mipsel Depends: python3-dbg, python3-pyqt5.qtwebchannel-dbg (= ${binary:Version}), python3-pyqt5.qtwebengine (= ${binary:Version}), @@ -688,7 +688,7 @@ This package contains the extension built for the Python 2 debug interpreter. Package: python-pyqt5.qtwebengine -Architecture: amd64 arm64 armhf i386 mipsel +Architecture: amd64 arm64 i386 mipsel Depends: python-pyqt5.qtwebchannel (= ${binary:Version}), ${misc:Depends}, ${python:Depends}, @@ -702,7 +702,7 @@ Package: python-pyqt5.qtwebengine-dbg Priority: extra Section: debug -Architecture: amd64 arm64 armhf i386 mipsel +Architecture: amd64 arm64 i386 mipsel Depends: python-dbg, python-pyqt5.qtwebchannel-dbg (= ${binary:Version}), python-pyqt5.qtwebengine (= ${binary:Version}), diff -Nru pyqt5-5.7+dfsg/debian/rules pyqt5-5.7+dfsg/debian/rules --- pyqt5-5.7+dfsg/debian/rules 2017-08-22 11:41:04.000000000 +0000 +++ pyqt5-5.7+dfsg/debian/rules 2017-09-09 01:00:51.000000000 +0000 @@ -35,7 +35,7 @@ ALLPYTHONS := $(PYTHON3S) $(PYTHON) DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) -QTWEBENGINE_ARCHS := amd64 arm64 armhf i386 mipsel +QTWEBENGINE_ARCHS := amd64 arm64 i386 mipsel PYQT_MODULES := opengl sql webchannel webkit websockets xmlpatterns svg \ multimedia quick serialport sensors x11extras positioning