tags 707439 + patch tags 707439 + pending thanks Dear maintainer,
I've prepared an NMU for libphone-ui-shr (versioned as 0.1+git20110827-3.1) and uploaded it to DELAYED/02. Please feel free to tell me if I should delay it longer. Cheers Luk
diff -Nru libphone-ui-shr-0.1+git20110827/debian/changelog libphone-ui-shr-0.1+git20110827/debian/changelog --- libphone-ui-shr-0.1+git20110827/debian/changelog 2012-04-28 02:51:47.000000000 +0200 +++ libphone-ui-shr-0.1+git20110827/debian/changelog 2013-09-13 17:06:42.000000000 +0200 @@ -1,3 +1,10 @@ +libphone-ui-shr (0.1+git20110827-3.1) unstable; urgency=high + + * Non-maintainer upload. + * Remove no longer needed g_type_init (Closes: #707439). + + -- Luk Claes <l...@debian.org> Fri, 13 Sep 2013 17:05:42 +0200 + libphone-ui-shr (0.1+git20110827-3) unstable; urgency=low * move translations and default.edj into libphone-ui-shr-data diff -Nru libphone-ui-shr-0.1+git20110827/debian/patches/fix-ftbfs-glib.patch libphone-ui-shr-0.1+git20110827/debian/patches/fix-ftbfs-glib.patch --- libphone-ui-shr-0.1+git20110827/debian/patches/fix-ftbfs-glib.patch 1970-01-01 01:00:00.000000000 +0100 +++ libphone-ui-shr-0.1+git20110827/debian/patches/fix-ftbfs-glib.patch 2013-09-13 17:05:16.000000000 +0200 @@ -0,0 +1,14 @@ +Description: Remove no longer needed g_type_init. +Author: Dmitrijs Ledkovs <dmitrij.led...@ubuntu.com> + +--- libphone-ui-shr-0.1+git20110827.orig/src/phoneui-init.c ++++ libphone-ui-shr-0.1+git20110827/src/phoneui-init.c +@@ -60,8 +60,6 @@ phoneui_backend_init(int argc, char **ar + phoneui_argc = argc; + phoneui_argv = argv; + +- g_type_init(); +- + keyfile = g_key_file_new(); + flags = G_KEY_FILE_KEEP_COMMENTS | G_KEY_FILE_KEEP_TRANSLATIONS; + if (g_key_file_load_from_file diff -Nru libphone-ui-shr-0.1+git20110827/debian/patches/series libphone-ui-shr-0.1+git20110827/debian/patches/series --- libphone-ui-shr-0.1+git20110827/debian/patches/series 2012-04-28 02:51:47.000000000 +0200 +++ libphone-ui-shr-0.1+git20110827/debian/patches/series 2013-09-13 17:05:30.000000000 +0200 @@ -1,2 +1,3 @@ update-po.patch unapply-api-changes.patch +fix-ftbfs-glib.patch