diff -Nru pyqt5-5.11.3+dfsg/debian/changelog pyqt5-5.11.3+dfsg/debian/changelog --- pyqt5-5.11.3+dfsg/debian/changelog 2018-10-12 09:35:34.000000000 +0000 +++ pyqt5-5.11.3+dfsg/debian/changelog 2018-10-15 23:22:58.000000000 +0000 @@ -1,3 +1,11 @@ +pyqt5 (5.11.3+dfsg-1+rpi1) buster-staging; urgency=medium + + [changes brought forward from 5.7+dfsg-6+rpi1 by Peter Michael Green at Sat, 09 Sep 2017 01:01:09 +0000] + * Disable webengine for armhf, we do not currently have (and may never have) + it in Raspbian. + + -- Raspbian forward porter Mon, 15 Oct 2018 23:22:58 +0000 + pyqt5 (5.11.3+dfsg-1) unstable; urgency=medium [ Ondřej Nový ] diff -Nru pyqt5-5.11.3+dfsg/debian/control pyqt5-5.11.3+dfsg/debian/control --- pyqt5-5.11.3+dfsg/debian/control 2018-10-12 09:35:34.000000000 +0000 +++ pyqt5-5.11.3+dfsg/debian/control 2018-10-15 23:22:58.000000000 +0000 @@ -43,7 +43,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 Standards-Version: 4.2.1 Homepage: https://riverbankcomputing.com/software/pyqt/intro @@ -228,7 +228,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}, @@ -241,7 +241,7 @@ Package: python3-pyqt5.qtwebengine-dbg 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}), @@ -652,7 +652,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}, @@ -665,7 +665,7 @@ Package: python-pyqt5.qtwebengine-dbg 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.11.3+dfsg/debian/rules pyqt5-5.11.3+dfsg/debian/rules --- pyqt5-5.11.3+dfsg/debian/rules 2018-10-12 09:35:34.000000000 +0000 +++ pyqt5-5.11.3+dfsg/debian/rules 2018-10-15 23:22:58.000000000 +0000 @@ -31,7 +31,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