[Python-apps-commits] r5150 - in packages/foff/trunk/debian/patches (filename_spaces.patch)
dktrkranz at users.alioth.debian.org
dktrkranz at users.alioth.debian.org
Sun Apr 25 21:17:48 UTC 2010
Date: Sunday, April 25, 2010 @ 21:17:35
Author: dktrkranz
Revision: 5150
Previous commit was incomplete, add a second hunk
Modified:
packages/foff/trunk/debian/patches/filename_spaces.patch
Modified: packages/foff/trunk/debian/patches/filename_spaces.patch
===================================================================
--- packages/foff/trunk/debian/patches/filename_spaces.patch 2010-04-25 21:03:20 UTC (rev 5149)
+++ packages/foff/trunk/debian/patches/filename_spaces.patch 2010-04-25 21:17:35 UTC (rev 5150)
@@ -2,8 +2,8 @@
Index: foff-0.99.5/foff.py
===================================================================
---- foff-0.99.5.orig/foff.py 2010-04-25 22:59:13.669347269 +0200
-+++ foff-0.99.5/foff.py 2010-04-25 23:00:04.473341021 +0200
+--- foff-0.99.5.orig/foff.py 2010-04-25 23:12:00.000000000 +0200
++++ foff-0.99.5/foff.py 2010-04-25 23:12:43.597344747 +0200
@@ -42,6 +42,7 @@
import threading
import os, stat
@@ -21,3 +21,12 @@
# if diritem in ('.','..'):
# continue
+@@ -1318,7 +1319,7 @@
+ def cb_list_files(self, line):
+
+ words = line.split()
+- diritem = words[-1]
++ diritem = string.join(words[8:])
+
+ if words[0][0] != 'd' and words[0][0] != 'l':
+
More information about the Python-apps-commits
mailing list