Package: conduit Version: 0.3.11.2-1 Severity: important Tags: patch User: [EMAIL PROTECTED] Usertags: origin-ubuntu hardy ubuntu-patch
conduit fails to configure properly due to a typo. In Ubuntu, we've applied the attached patch to achieve the following: * debian/patches/fix_ImportError_typo.dpatch: - Fix typo which caused SyntaxError (LP: #241202). We thought you might be interested in doing the same. -- System Information: Debian Release: lenny/sid APT prefers intrepid APT policy: (500, 'intrepid') Architecture: i386 (i686) Kernel: Linux 2.6.24-16-generic (SMP w/1 CPU core) Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -u conduit-0.3.11.2/debian/patches/00list conduit-0.3.11.2/debian/patches/00list --- conduit-0.3.11.2/debian/patches/00list +++ conduit-0.3.11.2/debian/patches/00list @@ -2,0 +3 @@ +fix_ImportError_typo.dpatch only in patch2: unchanged: --- conduit-0.3.11.2.orig/debian/patches/fix_ImportError_typo.dpatch +++ conduit-0.3.11.2/debian/patches/fix_ImportError_typo.dpatch @@ -0,0 +1,17 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## fix_ImportError_typo.dpatch by Luca Falavigna <[EMAIL PROTECTED]> +## DP: Fix typo which caused SyntaxError. + [EMAIL PROTECTED]@ +diff -urNad conduit-0.3.11.2~/conduit/modules/GoogleModule/gdata/apps/service.py conduit-0.3.11.2/conduit/modules/GoogleModule/gdata/apps/service.py +--- conduit-0.3.11.2~/conduit/modules/GoogleModule/gdata/apps/service.py 2008-06-10 22:00:34.000000000 +0200 ++++ conduit-0.3.11.2/conduit/modules/GoogleModule/gdata/apps/service.py 2008-06-19 13:12:49.000000000 +0200 +@@ -24,7 +24,7 @@ + except ImportError: + try: + from xml.etree import ElementTree +- except Import Error: ++ except ImportError: + from elementtree import ElementTree + import urllib + import gdata