[neon/kf6/kf6-kbookmarks/Neon/unstable] debian: docs
Carlos De Maine
null at kde.org
Wed Nov 8 04:28:36 GMT 2023
Git commit 864a1e3b6293afaefb8a39274d1a266b9f5483dc by Carlos De Maine.
Committed on 08/11/2023 at 05:28.
Pushed by carlosdem into branch 'Neon/unstable'.
docs
M +1 -5 debian/control
M +1 -0 debian/kf6-kbookmarks.install
M +3 -2 debian/rules
https://invent.kde.org/neon/kf6/kf6-kbookmarks/-/commit/864a1e3b6293afaefb8a39274d1a266b9f5483dc
diff --git a/debian/control b/debian/control
index ac7cb67..ea6c6bc 100644
--- a/debian/control
+++ b/debian/control
@@ -7,19 +7,15 @@ Build-Depends: cmake,
doxygen,
graphviz,
kf6-extra-cmake-modules,
- kf6-kcodecs-dev,
- kf6-kcolorscheme-dev,
kf6-kconfig-dev,
kf6-kconfigwidgets-dev,
kf6-kcoreaddons-dev,
- kf6-kiconthemes-dev,
kf6-kwidgetsaddons-dev,
kf6-kwindowsystem-dev,
- kf6-kxmlgui-dev,
pkg-kde-tools-neon,
qt6-base-dev,
qt6-tools-dev
-Standards-Version: 4.1.4
+Standards-Version: 4.6.2
Homepage: https://projects.kde.org/projects/frameworks/kbookmarks
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kbookmarks
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kbookmarks.git
diff --git a/debian/kf6-kbookmarks.install b/debian/kf6-kbookmarks.install
index 626336b..baacdcd 100644
--- a/debian/kf6-kbookmarks.install
+++ b/debian/kf6-kbookmarks.install
@@ -4,3 +4,4 @@ usr/lib/*/libKF6BookmarksWidgets.so.5.*
usr/lib/*/libKF6BookmarksWidgets.so.6
usr/share/locale/
usr/share/qlogging-categories6/
+usr/share/qt6/doc/
\ No newline at end of file
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