[neon/kf6/kf6-krunner/Neon/unstable] debian: clean up deps and docs
Carlos De Maine
null at kde.org
Wed Nov 8 00:45:55 GMT 2023
Git commit 2888a3f301ffb90091ee72350a72ade0b93a47a4 by Carlos De Maine.
Committed on 08/11/2023 at 01:45.
Pushed by carlosdem into branch 'Neon/unstable'.
clean up deps and docs
M +2 -7 debian/control
M +1 -0 debian/kf6-krunner-dev.install
M +2 -2 debian/rules
https://invent.kde.org/neon/kf6/kf6-krunner/-/commit/2888a3f301ffb90091ee72350a72ade0b93a47a4
diff --git a/debian/control b/debian/control
index dc6935a..afcdc2f 100644
--- a/debian/control
+++ b/debian/control
@@ -6,22 +6,17 @@ Build-Depends: cmake,
debhelper-compat (= 13),
doxygen,
graphviz,
+ kactivities6-dev,
kf6-extra-cmake-modules,
- kf6-kactivities-dev,
kf6-kconfig-dev,
kf6-kcoreaddons-dev,
kf6-ki18n-dev,
- kf6-kio-dev,
kf6-kitemmodels-dev,
- kf6-kservice-dev,
- kf6-plasma-framework-dev,
- kf6-solid-dev,
- kf6-threadweaver-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/krunner
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/krunner
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/krunner.git
diff --git a/debian/kf6-krunner-dev.install b/debian/kf6-krunner-dev.install
index dda4993..8aad524 100644
--- a/debian/kf6-krunner-dev.install
+++ b/debian/kf6-krunner-dev.install
@@ -3,3 +3,4 @@ usr/lib/*/cmake/KF6Runner/
usr/lib/*/libKF6Runner.so
usr/share/dbus-1/interfaces/kf6_org.kde.krunner1.xml
usr/share/kdevappwizard/
+usr/share/qt6/doc/
diff --git a/debian/rules b/debian/rules
index fa0af1d..d10211d 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)/
+odh_auto_configure -- \
+ -DBUILD_QCH=ON
\ No newline at end of file
More information about the Neon-commits
mailing list