[neon/kde/knewstuff/Neon/release] debian: Add shlibs dep for -dev needed by designer plugin, add data and qml dep for dialog.

Scarlett Moore null at kde.org
Mon Sep 11 13:19:22 BST 2023


Git commit cefc8b2c65934d972c93d2ca5c75c419f229bcff by Scarlett Moore.
Committed on 11/09/2023 at 14:18.
Pushed by scarlettmoore into branch 'Neon/release'.

Add shlibs dep for -dev needed by designer plugin, add data and qml dep for dialog.

M  +5    -2    debian/control

https://invent.kde.org/neon/kde/knewstuff/-/commit/cefc8b2c65934d972c93d2ca5c75c419f229bcff

diff --git a/debian/control b/debian/control
index c832f42..f60c3c7 100644
--- a/debian/control
+++ b/debian/control
@@ -58,7 +58,8 @@ Depends: libkf5archive-dev (>= 5.50.0~),
          libkf5newstuffwidgets5 (= ${binary:Version}),
          libkf5xmlgui-dev (>= 5.50.0~),
          qtbase5-dev (>= 5.8.0~),
-         ${misc:Depends}
+         ${misc:Depends},
+         ${shlibs:Depends},
 Breaks: libkf5kdelibs4support-dev (<< 5.49)
 Replaces: libkf5newstuff-doc (<< 5.61.90-0)
 Recommends: libkf5newstuff-doc (= ${source:Version})
@@ -124,7 +125,9 @@ Description: Support for downloading application assets from the network.
 
 Package: knewstuff-dialog
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: libkf5newstuff-data (= ${source:Version}),
+         qml-module-org-kde-newstuff (= ${binary:Version}),
+         ${misc:Depends}, ${shlibs:Depends}
 Description: Support for downloading application assets from the network.
  Framework for downloading and sharing additional
  application data.


More information about the Neon-commits mailing list