diff -Nru pyside2-5.15.2/debian/changelog pyside2-5.15.2/debian/changelog --- pyside2-5.15.2/debian/changelog 2020-12-26 08:39:45.000000000 +0000 +++ pyside2-5.15.2/debian/changelog 2021-01-01 14:16:24.000000000 +0000 @@ -1,3 +1,14 @@ +pyside2 (5.15.2-1+rpi1) bullseye-staging; urgency=medium + + [changes brought forward from 5.11.2-1+rpi1 by Peter Michael Green at Sun, 23 Dec 2018 23:25:45 +0000] + * Remove armhf from qtwebengine architecture lists. + * Fix clean target. + + [changes introduced in 5.13.2-3+rpi1 by Peter Michael Green] + * Disable testsuite. + + -- Raspbian forward porter Fri, 01 Jan 2021 14:16:24 +0000 + pyside2 (5.15.2-1) unstable; urgency=medium * Team upload. diff -Nru pyside2-5.15.2/debian/control pyside2-5.15.2/debian/control --- pyside2-5.15.2/debian/control 2020-12-26 08:39:45.000000000 +0000 +++ pyside2-5.15.2/debian/control 2021-01-01 14:16:24.000000000 +0000 @@ -56,9 +56,9 @@ qtquickcontrols2-5-dev (>= 5.15), qtscript5-dev (>= 5.15), qttools5-dev (>= 5.15), - qtwebengine5-dev (>= 5.15) [amd64 arm64 armhf i386 mipsel], - xauth, - xvfb + qtwebengine5-dev (>= 5.15) [amd64 arm64 i386 mipsel], + xvfb, + xauth Rules-Requires-Root: no Standards-Version: 4.5.0 Homepage: https://wiki.qt.io/Qt_for_Python @@ -285,7 +285,7 @@ This package contains Python 3 bindings for the QtQml module. Package: python3-pyside2.qtwebenginecore -Architecture: amd64 arm64 armhf i386 mipsel +Architecture: amd64 arm64 i386 mipsel Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, python3-pyside2.qtcore, python3-pyside2.qtnetwork Description: Python bindings for Qt5 WebEngineCore module (Python 3) @@ -504,7 +504,7 @@ This package contains Python 3 bindings for the QtTest module. Package: python3-pyside2.qtwebenginewidgets -Architecture: amd64 arm64 armhf i386 mipsel +Architecture: amd64 arm64 i386 mipsel Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, python3-pyside2.qtcore, python3-pyside2.qtgui, python3-pyside2.qtwidgets, python3-pyside2.qtnetwork, python3-pyside2.qtwebchannel, @@ -701,7 +701,7 @@ This package contains Python 3 bindings for the Scxml module. Package: python3-pyside2.qtwebengine -Architecture: amd64 arm64 armhf i386 mipsel +Architecture: amd64 arm64 i386 mipsel Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, python3-pyside2.qtcore Description: Python bindings for Qt5 Web Engine (Python 3) diff -Nru pyside2-5.15.2/debian/rules pyside2-5.15.2/debian/rules --- pyside2-5.15.2/debian/rules 2020-12-26 08:39:45.000000000 +0000 +++ pyside2-5.15.2/debian/rules 2021-01-01 14:16:24.000000000 +0000 @@ -52,10 +52,16 @@ # not what we need debian/set-paths +override_dh_auto_clean: + dh_auto_clean + rm -rf pyside_package pyside?_build pyside?_install + rm -f sources/pyside2/doc/qtmodules/*.qdocconf sources/pyside2/doc/pyside-config.qdocconf sources/pyside2/doc/pyside.qdocconf.in + find . -name *.qdoconf -delete + override_dh_auto_test: ifeq (mips64el,$(DEB_HOST_ARCH)) # See https://bugs.debian.org/868745 - QSG_NO_DEPTH_BUFFER=1 xvfb-run python3 testrunner.py test + #QSG_NO_DEPTH_BUFFER=1 xvfb-run python3 testrunner.py test else - xvfb-run python3 testrunner.py test + #xvfb-run python3 testrunner.py test endif