[neon/kf6/kf6-kquickcharts/Neon/unstable] debian: Add missing -dev runtime, add missing qml dep, fix extra space.

Scarlett Moore null at kde.org
Fri Oct 27 16:03:32 BST 2023


Git commit 6f501d8f4543f258c814ba7e2ee5d489680e1d5b by Scarlett Moore.
Committed on 27/10/2023 at 17:03.
Pushed by scarlettmoore into branch 'Neon/unstable'.

Add missing -dev runtime, add missing qml dep, fix extra space.

M  +5    -3    debian/control

https://invent.kde.org/neon/kf6/kf6-kquickcharts/-/commit/6f501d8f4543f258c814ba7e2ee5d489680e1d5b

diff --git a/debian/control b/debian/control
index 0ae572c..49b2b75 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,8 @@ Package: kf6-kquickcharts
 Architecture: any
 Section: kde
 X-Neon-MergedPackage: true
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: kf6-kirigami2,
+         ${misc:Depends}, ${shlibs:Depends}
 Description: Quick Charts
  A QtQuick plugin providing high-performance charts.
  .
@@ -32,7 +33,8 @@ Package: kf6-kquickcharts-dev
 Architecture: any
 Section: kde
 X-Neon-MergedPackage: true
-Depends: kf6-kirigami2-dev,
+Depends: kf6-extra-cmake-modules,
+         kf6-kirigami2-dev,
          kf6-kquickcharts (= ${binary:Version}),
          qt6-base-dev,
          qt6-declarative-dev,
@@ -53,4 +55,4 @@ Package: kquickcharts6-dev
 Architecture: all
 Depends: kf6-kquickcharts-dev
 Description: Dummy transitional
-  Transitional dummy package.
+ Transitional dummy package.


More information about the Neon-commits mailing list