Your message dated Mon, 24 Sep 2012 19:09:43 +0100
with message-id <[email protected]>
and subject line Re: Bug#688653: unblock: fcitx-m17n/0.1.2-2
has caused the Debian Bug report #688653,
regarding unblock: fcitx-m17n/0.1.2-2
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
688653: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=688653
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
This fixes Bug #688011. Even though most Pinyin users does not use
fcitx-m17n everyday, there are people who are using it because they
are learning to input Chinese, or they don't have access to install
software. This fix is an important one to complete fcitx-m17n's
functionality as its name suggested.
diff -Nru fcitx-m17n-0.1.2/debian/changelog fcitx-m17n-0.1.2/debian/changelog
--- fcitx-m17n-0.1.2/debian/changelog 2012-05-15 16:37:49.000000000 +0800
+++ fcitx-m17n-0.1.2/debian/changelog 2012-09-24 22:45:28.000000000 +0800
@@ -1,3 +1,9 @@
+fcitx-m17n (0.1.2-2) unstable; urgency=low
+
+ * Fix pinyin input window (Closes: #688011).
+
+ -- Aron Xu <[email protected]> Mon, 24 Sep 2012 22:42:54 +0800
+
fcitx-m17n (0.1.2-1) unstable; urgency=low
* New upstream release.
diff -Nru fcitx-m17n-0.1.2/debian/patches/0001-fix-debian-bug-688011.patch
fcitx-m17n-0.1.2/debian/patches/0001-fix-debian-bug-688011.patch
--- fcitx-m17n-0.1.2/debian/patches/0001-fix-debian-bug-688011.patch
1970-01-01
08:00:00.000000000 +0800
+++ fcitx-m17n-0.1.2/debian/patches/0001-fix-debian-bug-688011.patch
2012-09-24
22:45:28.000000000 +0800
@@ -0,0 +1,36 @@
+From: Weng Xuetian <[email protected]>
+Date: Sun, 23 Sep 2012 21:44:40 -0400
+Subject: fix debian bug #688011
+
+---
+ im/fcitx-m17n.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/im/fcitx-m17n.c b/im/fcitx-m17n.c
+index bc9a938..c404ddd 100644
+--- a/im/fcitx-m17n.c
++++ b/im/fcitx-m17n.c
+@@ -324,6 +324,7 @@ MSymbol KeySymToSymbol (FcitxKeySym sym, unsigned
int state)
+ }
+
+ const char* base = "";
++ char temp[2] = " ";
+
+ if (sym >= FcitxKey_space && sym <= FcitxKey_asciitilde) {
+ FcitxKeySym c = sym;
+@@ -337,7 +338,6 @@ MSymbol KeySymToSymbol (FcitxKeySym sym, unsigned
int state)
+ mask |= FcitxKeyState_Ctrl;
+ }
+
+- char temp[2] = " ";
+ temp[0] = c & 0xff;
+ base = temp;
+ }
+@@ -714,4 +714,4 @@ FcitxM17NCallback (MInputContext *context,
+ else if (len > 0)
+ FcitxInstanceDeleteSurroundingText (im->owner->owner,
ic, 0, -len);
+ }
+-}
+\ No newline at end of file
++}
+--
diff -Nru fcitx-m17n-0.1.2/debian/patches/series
fcitx-m17n-0.1.2/debian/patches/series
--- fcitx-m17n-0.1.2/debian/patches/series 1970-01-01 08:00:00.000000000
+0800
+++ fcitx-m17n-0.1.2/debian/patches/series 2012-09-24 22:45:28.000000000
+0800
@@ -0,0 +1 @@
+0001-fix-debian-bug-688011.patch
--
Regards,
Aron Xu
--- End Message ---
--- Begin Message ---
On Mon, 2012-09-24 at 23:00 +0800, Aron Xu wrote:
> This fixes Bug #688011. Even though most Pinyin users does not use
> fcitx-m17n everyday, there are people who are using it because they
> are learning to input Chinese, or they don't have access to install
> software. This fix is an important one to complete fcitx-m17n's
> functionality as its name suggested.
Unblocked; thanks.
Regards,
Adam
--- End Message ---