diff -Nru pyside2-5.15.0/debian/changelog pyside2-5.15.0/debian/changelog --- pyside2-5.15.0/debian/changelog 2020-12-14 17:31:39.000000000 +0000 +++ pyside2-5.15.0/debian/changelog 2020-12-18 18:57:52.000000000 +0000 @@ -1,3 +1,14 @@ +pyside2 (5.15.0-6+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, 18 Dec 2020 18:57:52 +0000 + pyside2 (5.15.0-6) unstable; urgency=medium * Team upload. diff -Nru pyside2-5.15.0/debian/control pyside2-5.15.0/debian/control --- pyside2-5.15.0/debian/control 2020-12-14 17:31:39.000000000 +0000 +++ pyside2-5.15.0/debian/control 2020-12-18 18:57:52.000000000 +0000 @@ -53,9 +53,9 @@ qtpositioning5-dev (>= 5.14), qtscript5-dev (>= 5.14), qttools5-dev (>= 5.14), - qtwebengine5-dev (>= 5.14) [amd64 arm64 armhf i386 mipsel], - xauth, - xvfb + qtwebengine5-dev (>= 5.14) [amd64 arm64 i386 mipsel], + xvfb, + xauth Rules-Requires-Root: no Standards-Version: 4.5.0 Homepage: https://wiki.qt.io/Qt_for_Python @@ -266,7 +266,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 Multi-Arch: same @@ -490,7 +490,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, @@ -675,7 +675,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 Multi-Arch: same diff -Nru pyside2-5.15.0/debian/rules pyside2-5.15.0/debian/rules --- pyside2-5.15.0/debian/rules 2020-12-14 17:31:39.000000000 +0000 +++ pyside2-5.15.0/debian/rules 2020-12-18 18:57:52.000000000 +0000 @@ -56,10 +56,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