This bug was fixed in the package tracker - 0.6.95-1ubuntu1 --------------- tracker (0.6.95-1ubuntu1) karmic; urgency=low * Merge from debian unstable (LP: #387440), remaining changes: - debian/control: + Do not build-depend on universe dependencies: libunac1-dev, libqdbm-dev. + tracker depends on procps. - debian/30-tracker.conf: + Increase maximum number of inotify watches to 524288. - debian/rules: + Don't use external qdbm. + Pass --disable-unac to configure. This version won't automatically build without UNAC support when it is not installed now. - debian/tracker.install: + Don't install the DBus service so trackerd is not automatically started when other software try to see if it's already running - debian/patches/02_no_kde_autostart.patch: + Do not autostart trackerd in KDE. - debian/patches/03_dont_activate_indexing_and_watching.patch: + Don't active indexing nor watching as decided by the technical board. - debian/patches/05_am_maintainer_mode.patch: + Enable AM_MAINTAINER_MODE, to stop the build system being updated, which will fail in the buildd anyway. - debian/patches/11_drop_evolution_module.patch: + Don't build the evolution indexer module. - debian/patches/20_index_error_auto_reindex.patch: + Automatically reindex if the index becomes corrupt as opposed to displaying a notification with reindex action, which requires user intervention and results in a confusing fallback notification. Reindexing is the only sane way to recover from a corrupt index anyway. - debian/patches/20-tracker-defaults.patch: + Don't disable the evolution module in the default config - we don't even install the module in Ubuntu so there's no point in doing this. - debian/patches/99_autotools.patch: + Autotools update. - debian/tracker.postinst: + Start procps to apply "sysctl.d/30-tracker.conf" - debian/tracker.py: + Apport hook to ignore tracker-extract crashes. The hook is not installed since tracker-extract no longer limits memory with setrlimit(). * debian/tracker.install: - Don't install tracker.py in /usr/share/apport/package-hooks/, as memory limits using setrlimit() were disabled in 0.6.93. - Don't install the push-modules - they don't work and have been disabled upstream. * debian/control: - Don't build-depend on evolution-dev or evolution-data-server-dev. The push-modules were disabled upstream, so these dependencies are not required. * Dropped patches merged upstream: - 21_remove_all_indexes_on_reindex.patch. - 22_flush_stop_on_index_error.patch. - 23_indexer_pause_on_index_error.patch. - 30_dont_index_removable_media.patch. * debian/rules: - Drop obsolete --enable-external-sqlite configure flag. * debian/patches/11_drop_evolution_module.patch: - Updated to hide the Evolution indexing option from the preferences dialog. tracker (0.6.95-1) unstable; urgency=low * New upstream release. * Stop installing the kmail push module for now as kmail support is not yet mature enough. * debian/libtrackerclient0.symbols - Updated for new API additions. tracker (0.6.94-1) unstable; urgency=low * New upstream release. * Drop Build-Depends on deskbar-applet and python-gtk2-dev again and install the tracker deskbar-applet module manually instead. * debian/patches/20-tracker-defaults.patch Create configuration file with more conservative defaults. (Closes: #525107) - Disable evolution plugin by default. - Set throttle level to 10. NOTE: An existing ~/.config/tracker/tracker.cfg will *not* be updated automatically. This change only affects newly created configuration files. tracker (0.6.93-1) unstable; urgency=low * New upstream release. * debian/tracker-utils.install - Install tracker-processes binary. * debian/libtrackerclient0.symbols - Updated for new API additions. * debian/control - Add Build-Depends on libvorbis-dev (>= 0.22). * debian/rules - Add --enable-libvorbis to configure flags for the vorbis metadata extractor. -- Chris Coulson