This bug was fixed in the package tracker - 0.6.90-1ubuntu1 --------------- tracker (0.6.90-1ubuntu1) jaunty; urgency=low * Merge with Debian experimental, remaining changes (LP: #329201): - debian/control: + Do not build-depend on universe dependencies: libunac1-dev, libqdbm-dev. + Depend on python-gnome2-desktop (for patch 05_gnomedesktop.patch) - debian/patches/02_no_kde_autostart.patch: + Do not autostart trackerd in KDE, as they have strigi. - debian/patches/03_dont_activate_indexing_and_watching.patch: + Don't active indexing nor watching as decided by the technical board. - debian/patches/05_gnomedesktop.patch: + Use python module gnomedesktop directly rather than deskbar.core.gnomedesktop python module - debian/rules: + Enable sqlite external db instead of qdbm. + Pass --disable-unac to configure. The new version won't automatically build without UNAC support when it is not installed now. - debian/30-tracker.conf: + Increase maximum number of inotify watches to 524288. - debian/tracker.py: + Added an apport hook to ignore tracker-extract crashes, since they are caused by setrlimit terminating tracker-extract when it raises it's cpu/memory limit. - debian/tracker.install: + Don't install the DBus service so tracker is not automatically started when other software try to see if it's already running + Install tracker.py in /usr/share/apport/package-hooks/ - debian/tracker.postinst: + Start procps to apply "sysctl.d/30-tracker.conf" * Patches converted to quilt and updated for new version: - 02_no_kde_autostart.patch - 03_dont_activate_indexing_and_watching.patch - 05_gnomedesktop.patch * Dropped patches: - 04_Correct_spelling_of_additional.patch (merged upstream) - email-crasher.patch (the patch is obsolete now) tracker (0.6.90-1) experimental; urgency=low * New upstream release. - Adds proper D-Bus introspection support. Closes: #411778 - Limit of search results can now be specified via the --limit option for tracker-{query,tag,files}. Closes: #430621 * debian/patches/02-static_keywords_reply.patch - Removed, merged upstream. * debian/patches/03-prefer_odt2txt.patch - Removed, merged upstream. * debian/patches/01-secure_tmpdir.patch - Update to the latest upstream changes. - Output the resulting text file to stdout. * Switch patch management system to quilt. * debian/compat - Bump to debhelper v7 compat mode. * debian/control - Update Build-Depends + Bump debhelper to (>= 7). + Bump libglib2.0-dev to (>= 2.16.0). + Bump libgstreamer0.10-dev to (>= 0.10.12). + Add libgstreamer-plugins-base0.10-dev (>= 0.10.12). + Replace libxml-parser-perl with intltool. + Drop libgnomevfs2-dev. + Add libtotem-plparser-dev. + Add libraptor1-dev. + Add libhal-storage-dev (>= 0.5). + Add libtiff4-dev. - Add ${misc:Depends} to all packages. - Add tracker (= ${binary:Version}) to tracker-dbg. * Bump Standards-Version to 3.8.0. Add README.source as recommended by the new policy and refer to the quilt documentation. * Update symbols files. * Update list of installed files and man pages. * Install 30-tracker.conf into /etc/sysctl.d/ which will increase the maximum number of inotify watches to 65536. -- Chris Coulson