[neon/kf6/kf6-knewstuff/Neon/unstable] debian: lints

Carlos De Maine null at kde.org
Fri Nov 17 16:22:22 GMT 2023


Git commit 8ae9cee4d4ee4cf9c9d14aa25b16641505fe348e by Carlos De Maine.
Committed on 17/11/2023 at 17:22.
Pushed by carlosdem into branch 'Neon/unstable'.

lints

M  +11   -2    debian/control

https://invent.kde.org/neon/kf6/kf6-knewstuff/-/commit/8ae9cee4d4ee4cf9c9d14aa25b16641505fe348e

diff --git a/debian/control b/debian/control
index 75be225..cb73a1d 100644
--- a/debian/control
+++ b/debian/control
@@ -39,7 +39,12 @@ Package: kf6-knewstuff
 Architecture: any
 Section: kde
 X-Neon-MergedPackage: true
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: kf6-kcmutils,
+         kf6-kirigami2,
+         qt6-5compat,
+         qt6-base,
+         ${misc:Depends}, 
+         {shlibs:Depends}
 Description: Support for downloading application assets from the network.
  Framework for downloading and sharing additional
  application data.
@@ -50,7 +55,11 @@ Package: kf6-knewstuff-dev
 Architecture: any
 Section: kde
 X-Neon-MergedPackage: true
-Depends: kf6-knewstuff (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Depends: kf6-kcoreaddons-dev,
+         kf6-knewstuff (= ${binary:Version}),
+         qt6-base-dev,
+         ${misc:Depends}, 
+         ${shlibs:Depends}
 Description: development files for knewstuff
  Framework for downloading and sharing additional
  application data.


More information about the Neon-commits mailing list