tags 640712 + patch tags 640712 + pending thanks Dear maintainer,
I've prepared an NMU for ibus-hangul (versioned as 1.3.1-2.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. -- Mehdi Dogguy
diff -Nru ibus-hangul-1.3.1/debian/changelog ibus-hangul-1.3.1/debian/changelog --- ibus-hangul-1.3.1/debian/changelog 2011-02-27 10:22:48.000000000 +0100 +++ ibus-hangul-1.3.1/debian/changelog 2011-09-23 23:03:53.000000000 +0200 @@ -1,3 +1,11 @@ +ibus-hangul (1.3.1-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Build depend on libibus-1.0-dev instead of libibus-dev (Closes: #640712) + and fix ibus_config_get_value call in src/engine.c. + + -- Mehdi Dogguy <me...@debian.org> Fri, 23 Sep 2011 22:47:47 +0200 + ibus-hangul (1.3.1-2) unstable; urgency=low * debian/control: diff -Nru ibus-hangul-1.3.1/debian/control ibus-hangul-1.3.1/debian/control --- ibus-hangul-1.3.1/debian/control 2011-02-27 10:19:56.000000000 +0100 +++ ibus-hangul-1.3.1/debian/control 2011-09-23 22:47:43.000000000 +0200 @@ -5,7 +5,7 @@ Uploaders: LI Daobing <lidaob...@debian.org> Build-Depends: debhelper (>= 7), autotools-dev, libhangul-dev (>= 0.0.12), - python-support, swig, python-dev (>= 2.5), pkg-config, libibus-dev (>= 1.2.99), + python-support, swig, python-dev (>= 2.5), pkg-config, libibus-1.0-dev (>= 1.2.99), intltool Standards-Version: 3.9.1 Homepage: http://code.google.com/p/ibus diff -Nru ibus-hangul-1.3.1/debian/patches/ibus1.3.99.patch ibus-hangul-1.3.1/debian/patches/ibus1.3.99.patch --- ibus-hangul-1.3.1/debian/patches/ibus1.3.99.patch 1970-01-01 01:00:00.000000000 +0100 +++ ibus-hangul-1.3.1/debian/patches/ibus1.3.99.patch 2011-09-23 23:20:36.000000000 +0200 @@ -0,0 +1,20 @@ +--- ibus-hangul-1.3.1.orig/src/engine.c ++++ ibus-hangul-1.3.1/src/engine.c +@@ -188,7 +188,7 @@ ibus_hangul_init (IBusBus *bus) + + hangul_keyboard = g_string_new_len ("2", 8); + res = ibus_config_get_value (config, "engine/Hangul", +- "HangulKeyboard", &value); ++ "HangulKeyboard"); + if (res) { + const gchar* str = g_value_get_string (&value); + g_string_assign (hangul_keyboard, str); +@@ -198,7 +198,7 @@ ibus_hangul_init (IBusBus *bus) + hanja_key_list_init(&hanja_keys); + + res = ibus_config_get_value (config, "engine/Hangul", +- "HanjaKeys", &value); ++ "HanjaKeys"); + if (res) { + const gchar* str = g_value_get_string (&value); + hanja_key_list_set_from_string(&hanja_keys, str); diff -Nru ibus-hangul-1.3.1/debian/patches/series ibus-hangul-1.3.1/debian/patches/series --- ibus-hangul-1.3.1/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 +++ ibus-hangul-1.3.1/debian/patches/series 2011-09-23 23:20:21.000000000 +0200 @@ -0,0 +1 @@ +ibus1.3.99.patch