[neon/kde/kio/Neon/release] debian: Fix switcheroo-control as a depend and not break

Scarlett Moore null at kde.org
Mon Sep 11 11:28:35 BST 2023


Git commit 10c3306e81a4e5c0bf84828c4c500ebeea3a097e by Scarlett Moore.
Committed on 11/09/2023 at 12:28.
Pushed by scarlettmoore into branch 'Neon/release'.

Fix switcheroo-control as a depend and not break

M  +4    -3    debian/control

https://invent.kde.org/neon/kde/kio/-/commit/10c3306e81a4e5c0bf84828c4c500ebeea3a097e

diff --git a/debian/control b/debian/control
index cbeb3da..a2e5fb7 100644
--- a/debian/control
+++ b/debian/control
@@ -54,7 +54,9 @@ Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kio.git
 
 Package: kio
 Architecture: any
-Depends: kded5, ${misc:Depends}, ${shlibs:Depends}
+Depends: kded5,
+         switcheroo-control,
+         ${misc:Depends}, ${shlibs:Depends}
 Breaks: baloo-kf5 (<< 5.51),
         kdesignerplugin (<< 5.51),
         kinit (<< 5.51),
@@ -82,8 +84,7 @@ Breaks: baloo-kf5 (<< 5.51),
         libkf5webkit5 (<< 5.51),
         libkf5xmlrpcclient5 (<< 5.51),
         plasma-framework (<< 5.51),
-        qml-module-org-kde-kio (<< 5.51),
-        switcheroo-control
+        qml-module-org-kde-kio (<< 5.51)
 Replaces: kio-extras (<< 4:5.0.95-0ubuntu1~ubuntu14.10~ppa6),
           kio-extras-data (<< 4:5.0.95-0ubuntu1~ubuntu14.10~ppa6)
 Description: resource and network access abstraction


More information about the Neon-commits mailing list