r20707 - in /desktop/experimental/gnome-orca/debian: changelog patches/02_remove_errant_comma.patch

mlang at users.alioth.debian.org mlang at users.alioth.debian.org
Wed Jul 15 09:02:56 UTC 2009


Author: mlang
Date: Wed Jul 15 09:02:55 2009
New Revision: 20707

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=20707
Log:
debian/patches/02_remove_errant_comma.patch: Taken from upstream.

Added:
    desktop/experimental/gnome-orca/debian/patches/02_remove_errant_comma.patch
Modified:
    desktop/experimental/gnome-orca/debian/changelog

Modified: desktop/experimental/gnome-orca/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-orca/debian/changelog?rev=20707&op=diff
==============================================================================
--- desktop/experimental/gnome-orca/debian/changelog (original)
+++ desktop/experimental/gnome-orca/debian/changelog Wed Jul 15 09:02:55 2009
@@ -6,8 +6,9 @@
   * debian/{control,.in}: (Build-)Depend on python-louis and drop binary
     package gnome-orca-louis.
   * debian/gnome-orca-louis.install: Deleted.
-
- -- Mario Lang <mlang at debian.org>  Tue, 14 Jul 2009 15:16:32 +0200
+  * debian/patches/02_remove_errant_comma.patch: Taken from upstream.
+
+ -- Mario Lang <mlang at debian.org>  Wed, 15 Jul 2009 11:02:32 +0200
 
 gnome-orca (2.27.2-2) experimental; urgency=low
 

Added: desktop/experimental/gnome-orca/debian/patches/02_remove_errant_comma.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-orca/debian/patches/02_remove_errant_comma.patch?rev=20707&op=file
==============================================================================
--- desktop/experimental/gnome-orca/debian/patches/02_remove_errant_comma.patch (added)
+++ desktop/experimental/gnome-orca/debian/patches/02_remove_errant_comma.patch Wed Jul 15 09:02:55 2009
@@ -1,0 +1,19 @@
+commit afe1d21742098871237c1e6675082ed42f099739
+Author: Willie Walker <william.walker at sun.com>
+Date:   Tue Jul 14 17:37:33 2009 -0400
+
+    Remove errant comma at end of line
+
+diff --git a/src/orca/formatting.py b/src/orca/formatting.py
+index 40f633e..4fa0b45 100644
+--- a/src/orca/formatting.py
++++ b/src/orca/formatting.py
+@@ -565,7 +565,7 @@ if settings.useExperimentalSpeechProsody:
+     formatting['speech'][pyatspi.ROLE_TERMINAL]['detailedWhereAmI'] = \
+         'label + readOnly + pause + textRole + pause + textContentWithAttributes + anyTextSelection + ' + MNEMONIC + ' + ' + TUTORIAL
+     formatting['speech'][pyatspi.ROLE_TEXT]['focused'] = \
+-        'labelOrName + readOnly + textRole + pause + currentLineText + allTextSelection',
++        'labelOrName + readOnly + textRole + pause + currentLineText + allTextSelection'
+     formatting['speech'][pyatspi.ROLE_TEXT]['unfocused'] = \
+         'labelOrName + readOnly + textRole + pause + currentLineText + allTextSelection + ' + MNEMONIC
+     formatting['speech'][pyatspi.ROLE_TEXT]['basicWhereAmI'] = \




More information about the pkg-gnome-commits mailing list