[neon/kf6/kf6-kconfig/Neon/unstable] debian: docs

Carlos De Maine null at kde.org
Wed Nov 8 04:50:01 GMT 2023


Git commit 5c8bf3e30aa14215d9ab1fbea10b0599c3db7a5b by Carlos De Maine.
Committed on 08/11/2023 at 05:50.
Pushed by carlosdem into branch 'Neon/unstable'.

docs

M  +1    -1    debian/control
M  +1    -0    debian/kf6-kconfig-dev.install
M  +3    -2    debian/rules

https://invent.kde.org/neon/kf6/kf6-kconfig/-/commit/5c8bf3e30aa14215d9ab1fbea10b0599c3db7a5b

diff --git a/debian/control b/debian/control
index aad1f13..656a264 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends: cmake,
                qt6-base-dev,
                qt6-declarative-dev,
                qt6-tools-dev
-Standards-Version: 4.1.4
+Standards-Version: 4.6.2
 Homepage: https://projects.kde.org/projects/frameworks/kconfig
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kconfig
 Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kconfig.git
diff --git a/debian/kf6-kconfig-dev.install b/debian/kf6-kconfig-dev.install
index 9b9fa70..809db92 100644
--- a/debian/kf6-kconfig-dev.install
+++ b/debian/kf6-kconfig-dev.install
@@ -4,3 +4,4 @@ usr/lib/*/cmake/KF6Config/
 usr/lib/*/libKF6ConfigCore.so
 usr/lib/*/libKF6ConfigGui.so
 usr/lib/*/libKF6ConfigQml.so
+usr/share/qt6/doc/
diff --git a/debian/rules b/debian/rules
index fa0af1d..2357f1e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,5 +4,6 @@
 %:
 	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
\ No newline at end of file


More information about the Neon-commits mailing list