Samuel Thibault, le Sun 23 Nov 2014 22:24:16 +0100, a écrit :
> I have uploaded 1:0.71-18, which uses "characters" instead of
> "tts:char", fixing the issue, could you unblock it?

Sorry, I forgot to attach the debdiff, here it is.

Samuel
diff -u espeakup-0.71/debian/changelog espeakup-0.71/debian/changelog
--- espeakup-0.71/debian/changelog
+++ espeakup-0.71/debian/changelog
@@ -1,3 +1,9 @@
+espeakup (1:0.71-18) unstable; urgency=medium
+
+  * synth.c: Fix spelling capital keystrokes (Closes: #770753)
+
+ -- Samuel Thibault <sthiba...@debian.org>  Sun, 23 Nov 2014 21:07:37 +0100
+
 espeakup (1:0.71-17) unstable; urgency=medium
 
   * synth.c: Fix spelling keystrokes and char-by-char echo
diff -u espeakup-0.71/synth.c espeakup-0.71/synth.c
--- espeakup-0.71/synth.c
+++ espeakup-0.71/synth.c
@@ -125,7 +125,7 @@
        {
                char *buf;
                int n;
-               n = asprintf(&buf, "<say-as 
interpret-as=\"tts:char\">%c</say-as>", s->buf[0]);
+               n = asprintf(&buf, "<say-as 
interpret-as=\"characters\">%c</say-as>", s->buf[0]);
                if (n == -1)
                {
                        /* D'oh.  Not much to do on allocation failure.

Reply via email to