[Python-apps-commits] r8150 - in packages/catfish/trunk/debian (3 files)
jwilk at users.alioth.debian.org
jwilk at users.alioth.debian.org
Wed Feb 8 23:01:11 UTC 2012
Date: Wednesday, February 8, 2012 @ 23:01:09
Author: jwilk
Revision: 8150
Fix compatibility with tracker 0.8.
Added:
packages/catfish/trunk/debian/patches/30Fix_tracker_backend.dpatch
Modified:
packages/catfish/trunk/debian/changelog
packages/catfish/trunk/debian/patches/00list
Modified: packages/catfish/trunk/debian/changelog
===================================================================
--- packages/catfish/trunk/debian/changelog 2012-02-08 18:37:07 UTC (rev 8149)
+++ packages/catfish/trunk/debian/changelog 2012-02-08 23:01:09 UTC (rev 8150)
@@ -8,8 +8,12 @@
It only exists in old stable.
+ Closes: #532103.
- -- Python Applications Team <python-apps-team at lists.alioth.debian.org> Tue, 21 Jul 2009 08:33:58 +0200
+ [ Jakub Wilk ]
+ * Fix compatibility with tracker 0.8 (closes: #577205). Thanks to Michael
+ Biebl for the bug report and the patch.
+ -- Jakub Wilk <jwilk at debian.org> Wed, 08 Feb 2012 23:56:29 +0100
+
catfish (0.3.2-1) unstable; urgency=low
[ Marco Rodrigues ]
Modified: packages/catfish/trunk/debian/patches/00list
===================================================================
--- packages/catfish/trunk/debian/patches/00list 2012-02-08 18:37:07 UTC (rev 8149)
+++ packages/catfish/trunk/debian/patches/00list 2012-02-08 23:01:09 UTC (rev 8150)
@@ -1,2 +1,3 @@
10Fix_makefile.dpatch
20Fix_desktopfile.dpatch
+30Fix_tracker_backend.dpatch
Added: packages/catfish/trunk/debian/patches/30Fix_tracker_backend.dpatch
===================================================================
--- packages/catfish/trunk/debian/patches/30Fix_tracker_backend.dpatch (rev 0)
+++ packages/catfish/trunk/debian/patches/30Fix_tracker_backend.dpatch 2012-02-08 23:01:09 UTC (rev 8150)
@@ -0,0 +1,18 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 30Fix_tracker_backend.dpatch by Michael Biebl <biebl at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fix compatibility with Tracker 0.8.
+
+ at DPATCH@
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' catfish-0.3.2~/catfish.py catfish-0.3.2/catfish.py
+--- catfish-0.3.2~/catfish.py 2010-04-13 02:01:04.000000000 +0200
++++ catfish-0.3.2/catfish.py 2010-04-13 02:01:17.249556252 +0200
+@@ -629,6 +629,7 @@
+ if self.options.debug: print 'Debug:', msg
+ query = generic_query()
+ for filename in query.run(keywords, folder, exact, hidden, limit):
++ filename = filename.strip()
+ if self.abort_find or len(listmodel) == limit: break
+ filename = filename.split(os.linesep)[0]
+ # Convert uris to filenames
Property changes on: packages/catfish/trunk/debian/patches/30Fix_tracker_backend.dpatch
___________________________________________________________________
Added: svn:executable
+ *
More information about the Python-apps-commits
mailing list