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

Carlos De Maine null at kde.org
Wed Nov 8 05:10:01 GMT 2023


Git commit c9cb717a911bb8a35328c46bc63f21533e6ed7fd by Carlos De Maine.
Committed on 08/11/2023 at 06:10.
Pushed by carlosdem into branch 'Neon/unstable'.

docs

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

https://invent.kde.org/neon/kf6/kf6-kcoreaddons/-/commit/c9cb717a911bb8a35328c46bc63f21533e6ed7fd

diff --git a/debian/kf6-kcoreaddons-dev.install b/debian/kf6-kcoreaddons-dev.install
index 51b5851..f45657d 100644
--- a/debian/kf6-kcoreaddons-dev.install
+++ b/debian/kf6-kcoreaddons-dev.install
@@ -1,3 +1,4 @@
 usr/include/KF6/KCoreAddons/
 usr/lib/*/cmake/KF6CoreAddons/
 usr/lib/*/libKF6CoreAddons.so
+usr/share/qt6/doc/
diff --git a/debian/rules b/debian/rules
index 51afcf9..2357f1e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,5 @@
 	dh $@ --with kf6 --buildsystem kf6
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DEXCLUDE_DEPRECATED_BEFORE_AND_AT=5.99.0
-
-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
\ No newline at end of file


More information about the Neon-commits mailing list