diff -Nru pyside2-5.15.0/debian/changelog pyside2-5.15.0/debian/changelog --- pyside2-5.15.0/debian/changelog 2020-06-29 12:26:26.000000000 +0000 +++ pyside2-5.15.0/debian/changelog 2020-07-04 19:50:29.000000000 +0000 @@ -1,3 +1,14 @@ +pyside2 (5.15.0-2+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. + + -- Peter Michael Green Sat, 04 Jul 2020 19:50:29 +0000 + pyside2 (5.15.0-2) 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-06-29 12:26:26.000000000 +0000 +++ pyside2-5.15.0/debian/control 2020-07-04 19:50:29.000000000 +0000 @@ -52,8 +52,7 @@ qtpositioning5-dev, qtscript5-dev, qttools5-dev, - qtwebengine5-dev [amd64 arm64 armhf i386 mipsel], -#for tests + qtwebengine5-dev [amd64 arm64 i386 mipsel], qml-module-qtquick2, qml-module-qtquick-layouts, qml-module-qtquick-controls, @@ -259,7 +258,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 Description: Python bindings for Qt5 WebEngineCore module (Python 3) @@ -466,7 +465,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, @@ -637,7 +636,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.0/debian/rules pyside2-5.15.0/debian/rules --- pyside2-5.15.0/debian/rules 2020-06-29 12:26:26.000000000 +0000 +++ pyside2-5.15.0/debian/rules 2020-07-04 19:50:29.000000000 +0000 @@ -56,5 +56,11 @@ # 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: - xvfb-run python3 testrunner.py test + #xvfb-run python3 testrunner.py test