diff -Nru gtkhtml4.0-4.2.2/debian/changelog gtkhtml4.0-4.2.2/debian/changelog --- gtkhtml4.0-4.2.2/debian/changelog 2011-12-16 18:50:12.000000000 +0000 +++ gtkhtml4.0-4.2.2/debian/changelog 2012-05-20 23:27:32.000000000 +0100 @@ -1,3 +1,11 @@ +gtkhtml4.0 (4.2.2-1.1+rpi1) unstable; urgency=low + + * Non-maintainer upload. + * Fixed a call to the obsolete function: g_thread_init as described here: + http://forums.gentoo.org/viewtopic-t-920302-start-0.html + + -- Mike Thompson Sun, 20 May 2012 15:26:31 -0700 + gtkhtml4.0 (4.2.2-1) unstable; urgency=low * New upstream release. diff -Nru gtkhtml4.0-4.2.2/debian/patches/g_thread_init_fix.diff gtkhtml4.0-4.2.2/debian/patches/g_thread_init_fix.diff --- gtkhtml4.0-4.2.2/debian/patches/g_thread_init_fix.diff 1970-01-01 01:00:00.000000000 +0100 +++ gtkhtml4.0-4.2.2/debian/patches/g_thread_init_fix.diff 2012-05-20 23:21:51.000000000 +0100 @@ -0,0 +1,11 @@ +--- a/components/editor/main.c ++++ b/components/editor/main.c +@@ -373,7 +373,7 @@ + bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); + textdomain (GETTEXT_PACKAGE); + +- g_thread_init (NULL); ++ g_type_init (); + + gtk_init (&argc, &argv); + diff -Nru gtkhtml4.0-4.2.2/debian/patches/series gtkhtml4.0-4.2.2/debian/patches/series --- gtkhtml4.0-4.2.2/debian/patches/series 2011-12-16 18:50:12.000000000 +0000 +++ gtkhtml4.0-4.2.2/debian/patches/series 2012-05-20 23:19:36.000000000 +0100 @@ -1 +1,2 @@ 01_deprecated.patch +g_thread_init_fix.diff