[neon/kf6/kf6-plasma-framework/Neon/unstable] debian: docs

Carlos De Maine null at kde.org
Fri Nov 3 06:15:25 GMT 2023


Git commit 30c2e5f170e95f0e00aad34ac9c07c01fbd0b668 by Carlos De Maine.
Committed on 03/11/2023 at 07:15.
Pushed by carlosdem into branch 'Neon/unstable'.

docs

M  +1    -0    debian/control
M  +1    -0    debian/kf6-plasma-framework-dev.install
M  +4    -2    debian/rules

https://invent.kde.org/neon/kf6/kf6-plasma-framework/-/commit/30c2e5f170e95f0e00aad34ac9c07c01fbd0b668

diff --git a/debian/control b/debian/control
index e5aeea2..40ea1b2 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Build-Depends: cmake,
                debhelper-compat (= 13),
                doxygen,
                gettext,
+               graphviz,
                kf6-extra-cmake-modules,
                kf6-kactivities-dev,
                kf6-karchive-dev,
diff --git a/debian/kf6-plasma-framework-dev.install b/debian/kf6-plasma-framework-dev.install
index d8f538d..a4260b5 100644
--- a/debian/kf6-plasma-framework-dev.install
+++ b/debian/kf6-plasma-framework-dev.install
@@ -5,3 +5,4 @@ usr/lib/*/cmake/KF6PlasmaQuick/
 usr/lib/*/libKF6Plasma.so
 usr/lib/*/libKF6PlasmaQuick.so
 usr/share/kdevappwizard/
+usr/share/qt6/doc/
diff --git a/debian/rules b/debian/rules
index fa0af1d..b12929f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,5 +4,7 @@
 %:
 	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 \
+	-BBUILD_EXAMPLES=ON


More information about the Neon-commits mailing list