Source: pyside6 Version: 6.10.2-2 Severity: important Tags: forky sid patch User: [email protected] Usertags: python3.14
Hi Maintainer pyside6 will FTBFS once Python 3.14 is the default version in Debian due to dh_missing complaining about files not being installed anywhere. I've included a simple patch below. pyside6 appears on neither of the two Python 3.14 transition trackers [1][2]. I think that the binary packages should have (generated) versioned dependencies on python3. Regards Graham [1] https://release.debian.org/transitions/html/python3.14-add.html [2] https://release.debian.org/transitions/html/python3.14-default.html --- a/debian/not-installed +++ b/debian/not-installed @@ -11,8 +11,8 @@ usr/lib/python*/dist-packages/shiboken6/include/ # avoid copies of libraries that end up copied into the staging area -usr/lib/python3.13/dist-packages/PySide6/Qt/lib/libavcodec.so.* -usr/lib/python3.13/dist-packages/PySide6/Qt/lib/libavformat.so* -usr/lib/python3.13/dist-packages/PySide6/Qt/lib/libavutil.so.* -usr/lib/python3.13/dist-packages/PySide6/Qt/lib/libswresample.so.* -usr/lib/python3.13/dist-packages/PySide6/Qt/lib/libswscale.so.* +usr/lib/python3*/dist-packages/PySide6/Qt/lib/libavcodec.so.* +usr/lib/python3*/dist-packages/PySide6/Qt/lib/libavformat.so* +usr/lib/python3*/dist-packages/PySide6/Qt/lib/libavutil.so.* +usr/lib/python3*/dist-packages/PySide6/Qt/lib/libswresample.so.* +usr/lib/python3*/dist-packages/PySide6/Qt/lib/libswscale.so.*

