diff -Nru bisho-0.27.2+git20101119.ab448145/debian/changelog bisho-0.27.2+git20101119.ab448145/debian/changelog --- bisho-0.27.2+git20101119.ab448145/debian/changelog 2011-04-12 18:30:43.000000000 +0000 +++ bisho-0.27.2+git20101119.ab448145/debian/changelog 2012-01-25 04:01:19.000000000 +0000 @@ -1,3 +1,9 @@ +bisho (0.27.2+git20101119.ab448145-3ubuntu1) precise; urgency=low + + * Add glib_deprecated.diff to fix FTBFS. + + -- Daniel T Chen Tue, 24 Jan 2012 23:01:06 -0500 + bisho (0.27.2+git20101119.ab448145-3) unstable; urgency=low * Remove *.la files (Closes: #621245) diff -Nru bisho-0.27.2+git20101119.ab448145/debian/control bisho-0.27.2+git20101119.ab448145/debian/control --- bisho-0.27.2+git20101119.ab448145/debian/control 2011-03-31 03:21:53.000000000 +0000 +++ bisho-0.27.2+git20101119.ab448145/debian/control 2012-01-25 03:56:04.000000000 +0000 @@ -1,7 +1,8 @@ Source: bisho Section: web Priority: optional -Maintainer: Ying-Chun Liu (PaulLiu) +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Ying-Chun Liu (PaulLiu) Build-Depends: debhelper (>= 7), cdbs (>= 0.4.41), gettext, gnome-common, intltool, libgconf2-dev (>= 2.9.2), libgnome-keyring-dev, libgtk2.0-dev (>= 2.12), libsocialweb-dev (>= 0.25.7), diff -Nru bisho-0.27.2+git20101119.ab448145/debian/patches/glib_deprecated.diff bisho-0.27.2+git20101119.ab448145/debian/patches/glib_deprecated.diff --- bisho-0.27.2+git20101119.ab448145/debian/patches/glib_deprecated.diff 1970-01-01 00:00:00.000000000 +0000 +++ bisho-0.27.2+git20101119.ab448145/debian/patches/glib_deprecated.diff 2012-01-25 03:59:56.000000000 +0000 @@ -0,0 +1,13 @@ +Index: bisho-0.27.2+git20101119.ab448145/src/main.c +=================================================================== +--- bisho-0.27.2+git20101119.ab448145.orig/src/main.c 2011-02-26 01:14:41.000000000 -0500 ++++ bisho-0.27.2+git20101119.ab448145/src/main.c 2012-01-24 22:59:50.000000000 -0500 +@@ -87,8 +87,6 @@ + UniqueApp *app; + GtkWidget *window; + +- g_thread_init (NULL); +- + bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR); + bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); + textdomain (GETTEXT_PACKAGE); diff -Nru bisho-0.27.2+git20101119.ab448145/debian/patches/series bisho-0.27.2+git20101119.ab448145/debian/patches/series --- bisho-0.27.2+git20101119.ab448145/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ bisho-0.27.2+git20101119.ab448145/debian/patches/series 2012-01-25 04:00:44.000000000 +0000 @@ -0,0 +1 @@ +glib_deprecated.diff