[neon/kf6/kf6-kquickcharts/Neon/unstable] debian: new solibs and doc
Carlos De Maine
null at kde.org
Wed Nov 1 07:55:37 GMT 2023
Git commit 1c74f3446abf57dd948b558676a4dc54e4a338ca by Carlos De Maine.
Committed on 01/11/2023 at 08:55.
Pushed by carlosdem into branch 'Neon/unstable'.
new solibs and doc
M +5 -1 debian/control
M +1 -0 debian/kf6-kquickcharts-dev.install
M +2 -0 debian/kf6-kquickcharts.install
M +2 -2 debian/rules
https://invent.kde.org/neon/kf6/kf6-kquickcharts/-/commit/1c74f3446abf57dd948b558676a4dc54e4a338ca
diff --git a/debian/control b/debian/control
index 49b2b75..ba82bfb 100644
--- a/debian/control
+++ b/debian/control
@@ -4,15 +4,18 @@ Priority: optional
Maintainer: Jonathan Esk-Riddell <jr at jriddell.org>
Build-Depends: cmake,
debhelper-compat (= 13),
+ doxygen,
+ qraphviz,
kf6-extra-cmake-modules,
kf6-kirigami2-dev,
pkg-kde-tools-neon,
qt6-base-dev,
qt6-declarative-dev,
qt6-shadertools-dev,
+ qt6-tools-dev,
xauth,
xvfb
-Standards-Version: 4.5.0
+Standards-Version: 4.6.2
Homepage: https://invent.kde.org/kde/kquickcharts
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kquickcharts
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kquickcharts.git
@@ -38,6 +41,7 @@ Depends: kf6-extra-cmake-modules,
kf6-kquickcharts (= ${binary:Version}),
qt6-base-dev,
qt6-declarative-dev,
+ qt6-tools-dev,
${misc:Depends},
${shlibs:Depends}
Description: Quick Charts - development files
diff --git a/debian/kf6-kquickcharts-dev.install b/debian/kf6-kquickcharts-dev.install
index 5f5b6be..a4b07fc 100644
--- a/debian/kf6-kquickcharts-dev.install
+++ b/debian/kf6-kquickcharts-dev.install
@@ -1 +1,2 @@
usr/lib/*/cmake/KF6QuickCharts
+usr/share/qt6/doc/
\ No newline at end of file
diff --git a/debian/kf6-kquickcharts.install b/debian/kf6-kquickcharts.install
index 662f43a..3fb0e30 100644
--- a/debian/kf6-kquickcharts.install
+++ b/debian/kf6-kquickcharts.install
@@ -1,2 +1,4 @@
usr/lib/*/qt6/qml/
+usr/lib/*/libQuickCharts.so
+usr/lib/*/libQuickChartsControls.so
usr/share/qlogging-categories6/kquickcharts.categories
diff --git a/debian/rules b/debian/rules
index fa0af1d..c1dd599 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,5 +4,5 @@
%:
dh $@ --with kf6 --buildsystem kf6
-override_dh_shlibdeps:
- dh_shlibdeps -l$(CURDIR)/debian/$(shell dh_listpackages | head -n1)/usr/kf6/lib/$(DEB_HOST_MULTIARCH)/
+override_dh_auto_configure:
+ dh_auto_configure -- -DBUILD_QCH=ON
More information about the Neon-commits
mailing list