[Python-apps-commits] r9068 - in packages/alot/trunk/debian/patches (2 files)
laarmen-guest at users.alioth.debian.org
laarmen-guest at users.alioth.debian.org
Mon Aug 27 17:58:08 UTC 2012
Date: Monday, August 27, 2012 @ 17:58:06
Author: laarmen-guest
Revision: 9068
Add a patch to s/Couls/Could/
Added:
packages/alot/trunk/debian/patches/0006-fix-config-error-typo
Modified:
packages/alot/trunk/debian/patches/series
Added: packages/alot/trunk/debian/patches/0006-fix-config-error-typo
===================================================================
--- packages/alot/trunk/debian/patches/0006-fix-config-error-typo (rev 0)
+++ packages/alot/trunk/debian/patches/0006-fix-config-error-typo 2012-08-27 17:58:06 UTC (rev 9068)
@@ -0,0 +1,17 @@
+Description: Fix a typo in the error message for unreadble config file.
+Author: Simon Chopin <chopin.simon at gmail.com>
+Origin: vendor
+Applied-Upstream: f050a250526dfc38336150518819aa2d7bfadd72
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/alot/settings/utils.py
++++ b/alot/settings/utils.py
+@@ -25,7 +25,7 @@
+ config = ConfigObj(infile=configpath, configspec=specpath,
+ file_error=True, encoding='UTF8')
+ except (ConfigObjError, IOError):
+- raise ConfigError('Couls not read %s' % configpath)
++ raise ConfigError('Could not read %s' % configpath)
+ except UnboundLocalError:
+ # this works around a bug in configobj
+ msg = '%s is malformed. Check for sections without parents..'
Modified: packages/alot/trunk/debian/patches/series
===================================================================
--- packages/alot/trunk/debian/patches/series 2012-08-26 00:57:57 UTC (rev 9067)
+++ packages/alot/trunk/debian/patches/series 2012-08-27 17:58:06 UTC (rev 9068)
@@ -2,3 +2,4 @@
0003-Replace-non-ascii-char.patch
0004-enable-doc-sidebar
0005-patch-out-_templates.patch
+0006-fix-config-error-typo
More information about the Python-apps-commits
mailing list