[neon/kf6/kf6-purpose/Neon/unstable] debian: lint cmake & qml

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


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

lint cmake & qml

M  +7    -4    debian/control

https://invent.kde.org/neon/kf6/kf6-purpose/-/commit/df8e2dcfb211a8585e7bfa778e8ebbec8c401eac

diff --git a/debian/control b/debian/control
index bcff385..9007dc8 100644
--- a/debian/control
+++ b/debian/control
@@ -30,8 +30,11 @@ Architecture: any
 Section: kde
 X-Neon-MergedPackage: true
 Depends: kf6-bluez-qt,
+         kf6-kcmutils,
          kf6-kirigami2,
          kf6-prison, 
+         qt6-5compat,
+         qt6-base,
          ${misc:Depends}, 
          ${shlibs:Depends}
 Description: abstraction to provide and leverage actions of a specific kind, runtime
@@ -62,24 +65,24 @@ Description: abstraction to provide and leverage actions of a specific kind, dev
 
 Package: libkf6purpose-bin
 Architecture: all
-Depends: kf6-purpose
+Depends: kf6-purpose, ${misc:Depends}
 Description: Dummy transitional
  Transitional dummy package.
 
 Package: libkf6purpose6
 Architecture: all
-Depends: kf6-purpose
+Depends: kf6-purpose, ${misc:Depends}
 Description: Dummy transitional
  Transitional dummy package.
 
 Package: qml6-module-org-kde-purpose
 Architecture: all
-Depends: kf6-purpose
+Depends: kf6-purpose, ${misc:Depends}
 Description: Dummy transitional
  Transitional dummy package.
 
 Package: libkf6purpose-dev
 Architecture: all
-Depends: kf6-purpose-dev
+Depends: kf6-purpose-dev, ${misc:Depends}
 Description: Dummy transitional
   Transitional dummy package.


More information about the Neon-commits mailing list