[neon/kde/kqtquickcharts/Neon/release] debian: add a dev package
Carlos De Maine
null at kde.org
Sat Aug 16 07:34:42 BST 2025
Git commit ba2d261cc8cc1f25fd9b3886ac08f1875b98dbfa by Carlos De Maine.
Committed on 16/08/2025 at 06:34.
Pushed by carlosdem into branch 'Neon/release'.
add a dev package
M +12 -1 debian/control
A +2 -0 debian/qml6-module-org-kde-charts-dev.install
A +1 -0 debian/qml6-module-org-kde-charts.install
https://invent.kde.org/neon/kde/kqtquickcharts/-/commit/ba2d261cc8cc1f25fd9b3886ac08f1875b98dbfa
diff --git a/debian/control b/debian/control
index 43a3f3e..3a3f3ea 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kqtquickcharts.git
Package: qml6-module-org-kde-charts
Architecture: any
Section: libs
-Depends: qml6-module-qtquick,
+Depends: qt6-declarative,
${misc:Depends},
${shlibs:Depends}
Breaks: qml-module-org-kde-charts (<< 4:25.08.0)
@@ -27,6 +27,17 @@ Description: QtQuick plugin to render interactive charts
.
kqtquickcharts is part of KDE Applications.
+Package: qml6-module-org-kde-charts-dev
+Architecture: any
+Section: libs
+Depends: qml6-module-org-kde-charts,
+ ${misc:Depends},
+ ${shlibs:Depends}
+Description: QtQuick plugin to render interactive charts
+ A QtQuick plugin to render beautiful and interactive charts.
+ .
+ These are the development files.
+
Package: qml-module-org-kde-charts
Architecture: all
Depends: qml6-module-org-kde-charts, ${misc:Depends}
diff --git a/debian/qml6-module-org-kde-charts-dev.install b/debian/qml6-module-org-kde-charts-dev.install
new file mode 100644
index 0000000..1745103
--- /dev/null
+++ b/debian/qml6-module-org-kde-charts-dev.install
@@ -0,0 +1,2 @@
+usr/include/KF6/kqtquickcharts_version.h
+usr/lib/*/cmake/KQtQuickCharts/
diff --git a/debian/qml6-module-org-kde-charts.install b/debian/qml6-module-org-kde-charts.install
new file mode 100644
index 0000000..931554d
--- /dev/null
+++ b/debian/qml6-module-org-kde-charts.install
@@ -0,0 +1 @@
+usr/lib/*/qt6/qml/
More information about the Neon-commits
mailing list