[neon/kde/baloo/Neon/release] debian: bring back DBUILD_INDEXER_SERVICE for Neon/relase for now

Jonathan Esk-Riddell null at kde.org
Mon Jan 22 16:10:12 GMT 2024


Git commit d41a83ea98e3eb84646ba2a7299bcbdb11fce7b8 by Jonathan Esk-Riddell.
Committed on 22/01/2024 at 17:09.
Pushed by jriddell into branch 'Neon/release'.

bring back DBUILD_INDEXER_SERVICE for Neon/relase for now

M  +1    -0    debian/baloo-kf5-dev.install
M  +3    -0    debian/baloo-kf5.install
M  +4    -3    debian/baloo-kf5.lintian-overrides
D  +0    -1    debian/libkf5balooengine5.lintian-overrides
M  +0    -4    debian/meta/cmake-ignore
M  +1    -1    debian/rules

https://invent.kde.org/neon/kde/baloo/-/commit/d41a83ea98e3eb84646ba2a7299bcbdb11fce7b8

diff --git a/debian/baloo-kf5-dev.install b/debian/baloo-kf5-dev.install
index af81c27..2731d3c 100644
--- a/debian/baloo-kf5-dev.install
+++ b/debian/baloo-kf5-dev.install
@@ -2,4 +2,5 @@ usr/include/
 usr/lib/*/*.so
 usr/lib/*/cmake/*
 usr/lib/*/pkgconfig/Baloo.pc
+usr/share/dbus-1/interfaces/
 usr/share/qt5/doc/KF5Baloo.tags
diff --git a/debian/baloo-kf5.install b/debian/baloo-kf5.install
index f619400..2d972c8 100644
--- a/debian/baloo-kf5.install
+++ b/debian/baloo-kf5.install
@@ -1,4 +1,7 @@
+etc/xdg/autostart/baloo_file.desktop
 usr/bin/baloo*
+usr/lib/*/libexec/*
 usr/lib/*/qt5
+usr/lib/systemd/user/kde-baloo.service
 usr/share/locale/
 usr/share/qlogging-categories5/
diff --git a/debian/baloo-kf5.lintian-overrides b/debian/baloo-kf5.lintian-overrides
index 3ae70fb..34a75fd 100644
--- a/debian/baloo-kf5.lintian-overrides
+++ b/debian/baloo-kf5.lintian-overrides
@@ -1,5 +1,6 @@
+baloo-kf5: binary-without-manpage usr/bin/baloo_file
+baloo-kf5: binary-without-manpage usr/bin/baloo_file_cleaner
+baloo-kf5: binary-without-manpage usr/bin/baloo_file_extractor
+baloo-kf5: binary-without-manpage usr/bin/balooctl
 baloo-kf5: binary-without-manpage usr/bin/baloosearch
 baloo-kf5: binary-without-manpage usr/bin/balooshow
-baloo-kf5: no-manual-page usr/bin/baloo_file
-baloo-kf5: no-manual-page usr/bin/baloo_file_extractor
-baloo-kf5: no-manual-page usr/bin/balooctl
\ No newline at end of file
diff --git a/debian/libkf5balooengine5.lintian-overrides b/debian/libkf5balooengine5.lintian-overrides
deleted file mode 100644
index c816c16..0000000
--- a/debian/libkf5balooengine5.lintian-overrides
+++ /dev/null
@@ -1 +0,0 @@
-libkf5balooengine5: lacks-unversioned-link-to-shared-library usr/lib/*/libKF5BalooEngine.so.5.*.0 usr/lib/*/libKF5BalooEngine.so
\ No newline at end of file
diff --git a/debian/meta/cmake-ignore b/debian/meta/cmake-ignore
index fa6edf8..be04c0e 100644
--- a/debian/meta/cmake-ignore
+++ b/debian/meta/cmake-ignore
@@ -1,6 +1,2 @@
 - QCH , API documentation in QCH format (for e.g. Qt Assistant, Qt Creator & KDevelop):
   series: xenial
-
-- EXP, Build experimental features
-
-- INDEXER_SERVICE, Build and install the session wide indexer service. The service is started with the session and running in the background.
diff --git a/debian/rules b/debian/rules
index aa34441..3a16e48 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ include /usr/share/pkg-kde-tools/qt-kde-team/2/l10n-packages.mk
 	dh $@ --with kf5,pkgkde_symbolshelper --buildsystem kf5 --without build_stamp
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DBUILD_QCH=ON -DBUILD_INDEXER_SERVICE=OFF
+	dh_auto_configure -- -DBUILD_QCH=ON
 
 override_dh_strip:
 	dh_strip --dbgsym-migration='baloo-kf5-dbg (<= 5.19.0-1~~)'


More information about the Neon-commits mailing list