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

Carlos De Maine null at kde.org
Wed Nov 8 04:47:12 GMT 2023


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

docs

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

https://invent.kde.org/neon/kf6/kf6-kcompletion/-/commit/f845993d9124cb9afd70ec3e58ff3c064916864b

diff --git a/debian/control b/debian/control
index 030f2d1..22ae8fa 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,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/kcompletion
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kcompletion
 Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kcompletion.git
diff --git a/debian/kf6-kcompletion-dev.install b/debian/kf6-kcompletion-dev.install
index ab22edc..494c24d 100644
--- a/debian/kf6-kcompletion-dev.install
+++ b/debian/kf6-kcompletion-dev.install
@@ -2,3 +2,4 @@ usr/include/KF6/KCompletion/
 usr/lib/*/cmake/KF6Completion/
 usr/lib/*/libKF6Completion.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..4d88869 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 \
+	-DBUILD_DESIGNERPLUGIN=ON 
\ No newline at end of file


More information about the Neon-commits mailing list