Package: release.debian.org Severity: normal User: [email protected] Usertags: unblock
Please unblock package tracker The Evolution email miner in tracker is currently broken. With evo 3.0/3.2 it could lead to evolution hang during startup, with evo 3.4 it simply does nothing. I've talked to upstream but progress on this issue is very slow so it doesn't look like there will be a fix anytime soon. So the best option I see atm is to simply drop the tracker-miner-evolution binary package for now. While preparing the upload, I've also switched on xz compression. Full debdiff is attached. Thanks, Michael unblock tracker/0.14.1-3 -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (200, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores) Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru tracker-0.14.1/debian/changelog tracker-0.14.1/debian/changelog --- tracker-0.14.1/debian/changelog 2012-06-21 23:21:58.000000000 +0200 +++ tracker-0.14.1/debian/changelog 2012-10-08 22:17:51.000000000 +0200 @@ -1,3 +1,11 @@ +tracker (0.14.1-3) unstable; urgency=low + + * Use xz compression for binary packages. + * Disable Evolution email data miner. It is currently non-functional and + unlikely to be fixed in time for wheezy. (Closes: #666176) + + -- Michael Biebl <[email protected]> Mon, 08 Oct 2012 22:17:39 +0200 + tracker (0.14.1-2) unstable; urgency=low * debian/patches/0001-evolution-plugin-include-missing-header.patch: Include diff -Nru tracker-0.14.1/debian/control tracker-0.14.1/debian/control --- tracker-0.14.1/debian/control 2012-06-21 23:21:58.000000000 +0200 +++ tracker-0.14.1/debian/control 2012-10-08 22:17:51.000000000 +0200 @@ -23,9 +23,9 @@ libtotem-plparser-dev, zlib1g-dev, libexempi-dev (>= 2.1.0), - evolution-dev (>= 2.32.0), - evolution-data-server-dev (>= 2.32.0), - libcamel1.2-dev (>= 2.32.0), +# evolution-dev (>= 2.32.0), +# evolution-data-server-dev (>= 2.32.0), +# libcamel1.2-dev (>= 2.32.0), libxml2-dev (>= 2.6), libupower-glib-dev (>= 0.9.0), libnautilus-extension-dev (>= 3.0), @@ -58,7 +58,7 @@ Recommends: tracker-utils, tracker-gui, tracker-miner-fs, - tracker-miner-evolution +# tracker-miner-evolution Breaks: rygel-tracker (<< 0.5) Description: metadata database, indexer and search tool Tracker is an advanced framework for first class objects with associated @@ -312,17 +312,17 @@ metadata and tags. It provides a one stop solution for all metadata, tags, shared object databases, search tools and indexing. -Package: tracker-miner-evolution -Architecture: any -Depends: ${shlibs:Depends}, - ${misc:Depends}, - tracker (= ${binary:Version}) -Description: metadata database, indexer and search tool - evolution plugin - This package contains a plugin for indexing your evolution emails. - . - Tracker is an advanced framework for first class objects with associated - metadata and tags. It provides a one stop solution for all metadata, tags, - shared object databases, search tools and indexing. +#Package: tracker-miner-evolution +#Architecture: any +#Depends: ${shlibs:Depends}, +# ${misc:Depends}, +# tracker (= ${binary:Version}) +#Description: metadata database, indexer and search tool - evolution plugin +# This package contains a plugin for indexing your evolution emails. +# . +# Tracker is an advanced framework for first class objects with associated +# metadata and tags. It provides a one stop solution for all metadata, tags, +# shared object databases, search tools and indexing. Package: tracker-dbg Architecture: any diff -Nru tracker-0.14.1/debian/rules tracker-0.14.1/debian/rules --- tracker-0.14.1/debian/rules 2012-06-21 23:21:58.000000000 +0200 +++ tracker-0.14.1/debian/rules 2012-10-08 22:17:51.000000000 +0200 @@ -31,7 +31,7 @@ --disable-gnome-keyring \ --disable-miner-rss \ --disable-miner-flickr \ - --enable-miner-evolution \ + --disable-miner-evolution \ --enable-gtk-doc \ # Enforce tight shlibs dependencies @@ -47,3 +47,6 @@ override_dh_strip: dh_strip --dbg-package=tracker-dbg + +override_dh_builddeb: + dh_builddeb -- -Zxz

