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

Carlos De Maine null at kde.org
Wed Nov 8 02:18:25 GMT 2023


Git commit 81452302d04474584661aef9eafee3e00f7d2d8e by Carlos De Maine.
Committed on 08/11/2023 at 03:18.
Pushed by carlosdem into branch 'Neon/unstable'.

docs

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

https://invent.kde.org/neon/kf6/kf6-kconfigwidgets/-/commit/81452302d04474584661aef9eafee3e00f7d2d8e

diff --git a/debian/control b/debian/control
index e701f9d..19860c1 100644
--- a/debian/control
+++ b/debian/control
@@ -9,11 +9,9 @@ Build-Depends: cmake,
                doxygen,
                graphviz,
                kf6-extra-cmake-modules,
-               kf6-kauth-dev,
                kf6-kcodecs-dev,
-               kf6-kcolorscheme-dev,
                kf6-kconfig-dev,
-               kf6-kcoreaddons-dev,
+               kf6-kcolorscheme-dev,
                kf6-kdoctools-dev,
                kf6-kguiaddons-dev,
                kf6-ki18n-dev,
@@ -25,7 +23,7 @@ Build-Depends: cmake,
                qt6-tools-dev,
                xauth,
                xvfb
-Standards-Version: 4.1.4
+Standards-Version: 4.6.2
 Homepage: https://projects.kde.org/projects/frameworks/kconfigwidgets
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kconfigwidgets
 Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kconfigwidgets.git
diff --git a/debian/kf6-kconfigwidgets-dev.install b/debian/kf6-kconfigwidgets-dev.install
index d44c346..c70467b 100644
--- a/debian/kf6-kconfigwidgets-dev.install
+++ b/debian/kf6-kconfigwidgets-dev.install
@@ -2,3 +2,4 @@ usr/include/KF6/
 usr/lib/*/cmake/KF6ConfigWidgets/
 usr/lib/*/libKF6ConfigWidgets.so
 usr/lib/*/qt6/plugins/designer/
+usr/share/qt6/doc/
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index fa0af1d..0655e4b 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)/
+dh_auto_configure -- \
+	-DBUILD_QCH=ON \
+	-DBUILD_DESIGNERPLUGIN=ON 
\ No newline at end of file


More information about the Neon-commits mailing list