Bug#1110083: unblock: kf6-frameworkintegration/6.13.0-2
Package: release.debian.org
Severity: normal
X-Debbugs-Cc: kf6-frameworkintegration@packages.debian.org
Control: affects -1 + src:kf6-frameworkintegration
User: release.debian.org@packages.debian.org
Usertags: unblock
Dear Release Team,
please unblock package kf6-frameworkintegration.
[ Reason ]
It contains the following change:
* Fix missing build / install of kpackagehandlers which breaks installation
of Plasma extensions.
[ Impact ]
Installation of Plasma extensions from Discover is broken.
[ Tests ]
- Tested the installation of Plasma extensions in Discover with this
fix.
- Upstream test suite (1 test) passes in sbuild.
[ Risks ]
The change only ships files that were dropped during the Qt6 transition
and were missed in the Debian packaging.
[ 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
Thanks !
unblock kf6-frameworkintegration/6.13.0-2
diff -Nru kf6-frameworkintegration-6.13.0/debian/changelog kf6-frameworkintegration-6.13.0/debian/changelog
--- kf6-frameworkintegration-6.13.0/debian/changelog 2025-04-12 19:38:13.000000000 +0200
+++ kf6-frameworkintegration-6.13.0/debian/changelog 2025-07-29 13:59:37.000000000 +0200
@@ -1,3 +1,11 @@
+kf6-frameworkintegration (6.13.0-2) unstable; urgency=medium
+
+ [ Alexander Volkov ]
+ * Fix missing build / install of kpackagehandlers which breaks installation
+ of Plasma extensions.
+
+ -- Aurélien COUDERC <coucouf@debian.org> Tue, 29 Jul 2025 13:59:37 +0200
+
kf6-frameworkintegration (6.13.0-1) unstable; urgency=medium
[ Patrick Franz ]
diff -Nru kf6-frameworkintegration-6.13.0/debian/frameworkintegration6.install kf6-frameworkintegration-6.13.0/debian/frameworkintegration6.install
--- kf6-frameworkintegration-6.13.0/debian/frameworkintegration6.install 2024-12-08 05:08:17.000000000 +0100
+++ kf6-frameworkintegration-6.13.0/debian/frameworkintegration6.install 2025-07-29 13:58:02.000000000 +0200
@@ -1,5 +1,5 @@
-#usr/lib/*/libexec/kf6/kpackagehandlers/appstreamhandler
-#usr/lib/*/libexec/kf6/kpackagehandlers/knshandler
+usr/lib/*/libexec/kf6/kpackagehandlers/appstreamhandler
+usr/lib/*/libexec/kf6/kpackagehandlers/knshandler
usr/lib/*/qt6/plugins/kf6/FrameworkIntegrationPlugin.so
#usr/share/kf6/infopage/
usr/share/knotifications6/plasma_workspace.notifyrc
diff -Nru kf6-frameworkintegration-6.13.0/debian/rules kf6-frameworkintegration-6.13.0/debian/rules
--- kf6-frameworkintegration-6.13.0/debian/rules 2024-12-08 05:08:17.000000000 +0100
+++ kf6-frameworkintegration-6.13.0/debian/rules 2025-07-29 13:58:02.000000000 +0200
@@ -6,8 +6,5 @@
%:
dh $@
-override_dh_auto_configure:
- dh_auto_configure -- -DBUILD_KPACKAGE_INSTALL_HANDLERS=OFF
-
override_dh_auto_test:
xvfb-run -a dh_auto_test
Reply to: