[neon/kf6/kf6-knewstuff/Neon/unstable] debian: doc
Carlos De Maine
null at kde.org
Tue Oct 31 12:38:49 GMT 2023
Git commit 77d6efdf6fbbd7fb8b6511661ed4f49663978422 by Carlos De Maine.
Committed on 31/10/2023 at 13:38.
Pushed by carlosdem into branch 'Neon/unstable'.
doc
M +1 -1 debian/control
M +1 -0 debian/kf6-knewstuff-dev.install
M +2 -2 debian/rules
https://invent.kde.org/neon/kf6/kf6-knewstuff/-/commit/77d6efdf6fbbd7fb8b6511661ed4f49663978422
diff --git a/debian/control b/debian/control
index 7746376..82b3e77 100644
--- a/debian/control
+++ b/debian/control
@@ -30,7 +30,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/knewstuff
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/knewstuff
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/knewstuff.git
diff --git a/debian/kf6-knewstuff-dev.install b/debian/kf6-knewstuff-dev.install
index 21cdb19..0ffcc60 100644
--- a/debian/kf6-knewstuff-dev.install
+++ b/debian/kf6-knewstuff-dev.install
@@ -2,3 +2,4 @@ usr/include/KF6/
usr/lib/*/cmake/
usr/lib/*/libKF6NewStuff*.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..4e88425 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,5 +4,5 @@
%:
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
More information about the Neon-commits
mailing list