[neon/kde/drkonqi/Neon/release] debian: Add missing qml deps and runtime dep for coredumpctl

Scarlett Moore null at kde.org
Wed Sep 13 13:53:26 BST 2023


Git commit c4c504bde83a9f92c65f94e33014faf3c1017199 by Scarlett Moore.
Committed on 13/09/2023 at 14:52.
Pushed by scarlettmoore into branch 'Neon/release'.

Add missing qml deps and runtime dep for coredumpctl

M  +6    -1    debian/control

https://invent.kde.org/neon/kde/drkonqi/-/commit/c4c504bde83a9f92c65f94e33014faf3c1017199

diff --git a/debian/control b/debian/control
index 2f8d89c..f4627fa 100644
--- a/debian/control
+++ b/debian/control
@@ -40,7 +40,12 @@ Rules-Requires-Root: no
 
 Package: drkonqi
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: systemd-coredump,
+         qml-module-org-kde-kcm,systemd-coredump
+         qml-module-org-kde-kitemmodels,
+         qml-module-org-kde-syntaxhighlighting,
+         qml-module-org-kde-kirigami2,
+         ${misc:Depends}, ${shlibs:Depends}
 Breaks: plasma-workspace (<< 4:5.14)
 Replaces: plasma-workspace (<< 4:5.11)
 Description: Crash handler for Qt applications


More information about the Neon-commits mailing list