[neon/kf6/kf6-kcmutils/Neon/unstable] debian: clean up build deps and docs
Carlos De Maine
null at kde.org
Wed Nov 8 00:40:35 GMT 2023
Git commit d17a93f0e43d20ed132228112f236b591b86350b by Carlos De Maine.
Committed on 08/11/2023 at 01:40.
Pushed by carlosdem into branch 'Neon/unstable'.
clean up build deps and docs
M +4 -7 debian/control
M +2 -2 debian/rules
https://invent.kde.org/neon/kf6/kf6-kcmutils/-/commit/d17a93f0e43d20ed132228112f236b591b86350b
diff --git a/debian/control b/debian/control
index 14bb78c..9dfed7b 100644
--- a/debian/control
+++ b/debian/control
@@ -7,21 +7,18 @@ Build-Depends: cmake,
doxygen,
graphviz,
kf6-extra-cmake-modules,
- kf6-kactivities-dev,
- kf6-kcolorscheme-dev,
+ kf6-kconfigwidgets-dev,
kf6-kcoreaddons-dev,
+ kf6-kguiaddons-dev,
kf6-ki18n-dev,
- kf6-kiconthemes-dev,
kf6-kio-dev,
- kf6-kirigami2-dev,
- kf6-kpackage-dev,
- kf6-kwindowsystem-dev,
+ kf6-kitemviews-dev,
kf6-kxmlgui-dev,
pkg-kde-tools-neon,
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/kcmutils
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kcmutils
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kcmutils.git
diff --git a/debian/rules b/debian/rules
index fa0af1d..8dc42c9 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
\ No newline at end of file
More information about the Neon-commits
mailing list