diff -Nru pyside2-5.11.2/debian/changelog pyside2-5.11.2/debian/changelog --- pyside2-5.11.2/debian/changelog 2018-09-28 13:09:34.000000000 +0000 +++ pyside2-5.11.2/debian/changelog 2018-12-23 23:25:45.000000000 +0000 @@ -1,3 +1,10 @@ +pyside2 (5.11.2-1+rpi1) buster-staging; urgency=medium + + * Remove armhf from qtwebengine architecture lists. + * Fix clean target. + + -- Peter Michael Green Sun, 23 Dec 2018 23:25:45 +0000 + pyside2 (5.11.2-1) unstable; urgency=medium [ Raphaƫl Hertzog ] diff -Nru pyside2-5.11.2/debian/control pyside2-5.11.2/debian/control --- pyside2-5.11.2/debian/control 2018-09-28 13:09:34.000000000 +0000 +++ pyside2-5.11.2/debian/control 2018-12-23 23:25:45.000000000 +0000 @@ -50,7 +50,7 @@ qtpositioning5-dev, qtscript5-dev, qttools5-dev, - qtwebengine5-dev [amd64 arm64 armhf i386 mipsel] + qtwebengine5-dev [amd64 arm64 i386 mipsel] Standards-Version: 4.2.1 Homepage: https://wiki.qt.io/Qt_for_Python Vcs-Git: https://salsa.debian.org/qt-kde-team/qt/pyside2.git @@ -368,7 +368,7 @@ This package contains Python 3 bindings for the QtQml module. Package: python-pyside2.qtwebenginecore -Architecture: amd64 arm64 armhf i386 mipsel +Architecture: amd64 arm64 i386 mipsel Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends} Description: Python bindings for Qt5 WebEngineCore module (Python 2) pyside2 provides Python bindings for Qt 5.x framework. @@ -379,7 +379,7 @@ This package contains Python 2 bindings for the QtWebEngineCore module. Package: python3-pyside2.qtwebenginecore -Architecture: amd64 arm64 armhf i386 mipsel +Architecture: amd64 arm64 i386 mipsel Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends} Description: Python bindings for Qt5 WebEngineCore module (Python 3) pyside2 provides Python bindings for Qt 5.x framework. @@ -742,7 +742,7 @@ This package contains Python 3 bindings for the QtTest module. Package: python-pyside2.qtwebenginewidgets -Architecture: amd64 arm64 armhf i386 mipsel +Architecture: amd64 arm64 i386 mipsel Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends} Description: Python bindings for Qt5 WebEngineWidgets module (Python 2) pyside2 provides Python bindings for Qt 5.x framework. @@ -753,7 +753,7 @@ This package contains Python 2 bindings for the QtWebEngineWidgets module. Package: python3-pyside2.qtwebenginewidgets -Architecture: amd64 arm64 armhf i386 mipsel +Architecture: amd64 arm64 i386 mipsel Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends} Description: Python bindings for Qt5 WebEngineWidgets module (Python 3) pyside2 provides Python bindings for Qt 5.x framework. diff -Nru pyside2-5.11.2/debian/rules pyside2-5.11.2/debian/rules --- pyside2-5.11.2/debian/rules 2018-09-28 13:09:34.000000000 +0000 +++ pyside2-5.11.2/debian/rules 2018-12-23 23:25:45.000000000 +0000 @@ -55,3 +55,10 @@ # /build/pyside2* (required to find lib during the build) but it's # 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 +