[SCM] jokosher packaging branch, master, updated. debian/0.11.5-2-4-g19c9b19

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon Jul 12 16:30:21 UTC 2010


The following commit has been merged in the master branch:
commit 19c9b1948456dd7ef56ba4e91ecfa2e1c1a55aaf
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon Jul 12 18:30:14 2010 +0200

    Patch Globals.py

diff --git a/debian/patches/string_exceptions.patch b/debian/patches/string_exceptions.patch
new file mode 100644
index 0000000..7d8bc7a
--- /dev/null
+++ b/debian/patches/string_exceptions.patch
@@ -0,0 +1,15 @@
+---
+ Jokosher/Globals.py |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- jokosher.orig/Jokosher/Globals.py
++++ jokosher/Jokosher/Globals.py
+@@ -424,7 +424,7 @@ for dirs in create_dirs:
+ 		try:
+ 			os.makedirs(new_dir)
+ 		except:
+-			raise "Failed to create user config directory %s" % new_dir
++			raise Exception("Failed to create user config directory %s" % new_dir)
+ 	
+ 	if jokosher_dir_empty and os.path.isdir(old_dir) and os.path.isdir(new_dir):
+ 		CopyAllFiles(old_dir, new_dir)

-- 
jokosher packaging



More information about the pkg-multimedia-commits mailing list