diff -Nru pyside2-5.11.2/debian/changelog pyside2-5.11.2/debian/changelog --- pyside2-5.11.2/debian/changelog 2019-01-16 15:30:16.000000000 +0000 +++ pyside2-5.11.2/debian/changelog 2019-01-24 17:32:39.000000000 +0000 @@ -1,3 +1,11 @@ +pyside2 (5.11.2-3+rpi1) buster-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. + + -- Raspbian forward porter Thu, 24 Jan 2019 17:32:39 +0000 + pyside2 (5.11.2-3) unstable; urgency=medium [ Sébastien Delafond ] diff -Nru pyside2-5.11.2/debian/control pyside2-5.11.2/debian/control --- pyside2-5.11.2/debian/control 2019-01-16 15:30:16.000000000 +0000 +++ pyside2-5.11.2/debian/control 2019-01-24 17:32:39.000000000 +0000 @@ -51,7 +51,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 @@ -369,7 +369,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. @@ -380,7 +380,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. @@ -743,7 +743,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. @@ -754,7 +754,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 2019-01-10 08:25:53.000000000 +0000 +++ pyside2-5.11.2/debian/rules 2019-01-24 17:32:39.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 +