diff -u tracker-0.6.3/debian/changelog tracker-0.6.3/debian/changelog --- tracker-0.6.3/debian/changelog +++ tracker-0.6.3/debian/changelog @@ -1,3 +1,10 @@ +tracker (0.6.3-3ubuntu2) hardy; urgency=low + + * debian/patches/mail-fix.patch: + - fixed mail launch (LP: #160262) + + -- Mario Bonino Sat, 08 Dec 2007 11:07:53 +0100 + tracker (0.6.3-3ubuntu1) hardy; urgency=low * Merge with Debian, remaining Ubuntu changes: only in patch2: unchanged: --- tracker-0.6.3.orig/debian/patches/mail-fix.patch +++ tracker-0.6.3/debian/patches/mail-fix.patch @@ -0,0 +1,11 @@ +diff -Nur -x '*.orig' -x '*~' tracker-0.6.3/python/deskbar-handler/tracker-module.py tracker-0.6.3.new/python/deskbar-handler/tracker-module.py +--- tracker-0.6.3/python/deskbar-handler/tracker-module.py 2007-09-25 04:01:51.000000000 +0200 ++++ tracker-0.6.3.new/python/deskbar-handler/tracker-module.py 2007-12-08 11:07:47.000000000 +0100 +@@ -109,6 +109,7 @@ + 'action': { # more actions for different MUAs + 'key': 'mua', # see TrackerLiveSearchAction.action for a demo + 'Evolution': 'evolution %(uri)s', ++ 'Evolution/Email': 'evolution %(uri)s', + 'Thunderbird/Email': 'thunderbird -viewbeagle %(uri)s', + 'KMail': 'kmail --view %(uri)s', + },