[Python-modules-commits] r11328 - in packages/gamera/trunk/debian (3 files)
jwilk-guest at users.alioth.debian.org
jwilk-guest at users.alioth.debian.org
Tue Jan 26 11:36:18 UTC 2010
Date: Tuesday, January 26, 2010 @ 11:36:17
Author: jwilk-guest
Revision: 11328
Fix a typo in the gamera_gui help text (gui-help-typo.diff).
Added:
packages/gamera/trunk/debian/patches/gui-help-typo.diff
Modified:
packages/gamera/trunk/debian/changelog
packages/gamera/trunk/debian/patches/series
Modified: packages/gamera/trunk/debian/changelog
===================================================================
--- packages/gamera/trunk/debian/changelog 2010-01-26 11:28:17 UTC (rev 11327)
+++ packages/gamera/trunk/debian/changelog 2010-01-26 11:36:17 UTC (rev 11328)
@@ -16,6 +16,7 @@
* Make gamera.util.CallbackSet objects unpicklable (closes: #555089).
* The sets module is deprecated in Python 2.6. Use set objects, rather than
sets.Set objects (updated use-system-modules.diff).
+ * Fix a typo in the gamera_gui help text (gui-help-typo.diff).
-- Jakub Wilk <ubanus at users.sf.net> Tue, 26 Jan 2010 12:24:45 +0100
Added: packages/gamera/trunk/debian/patches/gui-help-typo.diff
===================================================================
--- packages/gamera/trunk/debian/patches/gui-help-typo.diff (rev 0)
+++ packages/gamera/trunk/debian/patches/gui-help-typo.diff 2010-01-26 11:36:17 UTC (rev 11328)
@@ -0,0 +1,17 @@
+Description: Fix a typo in the gamera_gui help text.
+Origin: upstream, http://gamera.svn.sourceforge.net/viewvc/gamera?view=rev&revision=1189
+Bug: http://tech.groups.yahoo.com/group/gamera-devel/message/1910
+
+Index: gamera-3.2.3/gamera/gui/gui.py
+===================================================================
+--- gamera-3.2.3.orig/gamera/gui/gui.py 2010-01-26 12:31:09.000000000 +0100
++++ gamera-3.2.3/gamera/gui/gui.py 2010-01-26 12:31:12.000000000 +0100
+@@ -68,7 +68,7 @@
+ help="[shell] Run execfile(...) on the given file. This argument may be given multiple times")
+ config.add_option(
+ "-v", "--verbosity-level", type="int", default=1,
+- help="[shell] when non zero, debug messsages on loaded plugins etc. are written to stdout.")
++ help="[shell] when non zero, debug messages on loaded plugins etc. are written to stdout.")
+
+
+ main_win = None
Modified: packages/gamera/trunk/debian/patches/series
===================================================================
--- packages/gamera/trunk/debian/patches/series 2010-01-26 11:28:17 UTC (rev 11327)
+++ packages/gamera/trunk/debian/patches/series 2010-01-26 11:36:17 UTC (rev 11328)
@@ -1,3 +1,4 @@
+gui-help-typo.diff
gendoc-use-wxversion.diff
gendoc-draw-text.diff
gendoc-source-path.diff
More information about the Python-modules-commits
mailing list