Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock X-Debbugs-Cc: delta...@debian.org
Please unblock package qt6-scxml [ Reason ] One of the cmake-files in qt6-scxml-dev references a plugin. However, this plugin was not installed even though the plugin might be needed to build other packages. This fix installs the missing plugin. [ Impact ] Certain packages cannot be built. So far, the only known package is pyside 6.5, but there might be more. [ Tests ] The plugin (libqscxmlecmascriptdatamodel.so) is now installed, see https://packages.debian.org/sid/amd64/libqt6scxml6/filelist [ Risks ] Risk is low, the only change is installing one additional file. [ Checklist ] [x] all changes are documented in the d/changelog [x] I reviewed all changes and I approve them [x] attach debdiff against the package in testing [ Other info ] unblock qt6-scxml/6.4.2-2
diffstat for qt6-scxml-6.4.2 qt6-scxml-6.4.2 changelog | 7 +++++++ libqt6scxml6.install | 1 + not-installed | 1 - 3 files changed, 8 insertions(+), 1 deletion(-) diff -Nru qt6-scxml-6.4.2/debian/changelog qt6-scxml-6.4.2/debian/changelog --- qt6-scxml-6.4.2/debian/changelog 2023-01-24 12:46:29.000000000 +0100 +++ qt6-scxml-6.4.2/debian/changelog 2023-05-01 01:53:51.000000000 +0200 @@ -1,3 +1,10 @@ +qt6-scxml (6.4.2-2) unstable; urgency=medium + + [ Patrick Franz ] + * Install the ECMAScript Data Model plugin (Closes: #1035066). + + -- Patrick Franz <delta...@debian.org> Mon, 01 May 2023 01:53:51 +0200 + qt6-scxml (6.4.2-1) unstable; urgency=medium [ Patrick Franz ] diff -Nru qt6-scxml-6.4.2/debian/libqt6scxml6.install qt6-scxml-6.4.2/debian/libqt6scxml6.install --- qt6-scxml-6.4.2/debian/libqt6scxml6.install 2021-12-07 10:44:16.000000000 +0100 +++ qt6-scxml-6.4.2/debian/libqt6scxml6.install 2023-05-01 01:25:45.000000000 +0200 @@ -1 +1,2 @@ usr/lib/${DEB_HOST_MULTIARCH}/libQt6Scxml.so.* +usr/lib/${DEB_HOST_MULTIARCH}/qt6/plugins/scxmldatamodel/libqscxmlecmascriptdatamodel.so diff -Nru qt6-scxml-6.4.2/debian/not-installed qt6-scxml-6.4.2/debian/not-installed --- qt6-scxml-6.4.2/debian/not-installed 2021-12-07 10:44:16.000000000 +0100 +++ qt6-scxml-6.4.2/debian/not-installed 2023-05-01 01:25:46.000000000 +0200 @@ -18,4 +18,3 @@ usr/lib/${DEB_HOST_MULTIARCH}/qt6/mkspecs/modules/qt_lib_scxmlqml_private.pri usr/lib/${DEB_HOST_MULTIARCH}/qt6/mkspecs/modules/qt_lib_statemachine_private.pri usr/lib/${DEB_HOST_MULTIARCH}/qt6/mkspecs/modules/qt_lib_statemachineqml_private.pri -usr/lib/${DEB_HOST_MULTIARCH}/qt6/plugins/scxmldatamodel/libqscxmlecmascriptdatamodel.so