diff -Nru gfire-0.9.4/debian/changelog gfire-0.9.4/debian/changelog --- gfire-0.9.4/debian/changelog 2011-09-24 19:08:17.000000000 +0000 +++ gfire-0.9.4/debian/changelog 2012-09-27 12:37:40.000000000 +0000 @@ -1,3 +1,10 @@ +gfire (0.9.4-0ubuntu2) quantal; urgency=low + + * debian/patches/only_include_glib.h: + Only include instead of individual header files (fixes FTBFS). + + -- Michael Bienia Thu, 27 Sep 2012 14:36:54 +0200 + gfire (0.9.4-0ubuntu1) oneiric; urgency=low * New upstream release. (LP: #845552, LP: #852607) diff -Nru gfire-0.9.4/debian/patches/only_include_glib.h gfire-0.9.4/debian/patches/only_include_glib.h --- gfire-0.9.4/debian/patches/only_include_glib.h 1970-01-01 00:00:00.000000000 +0000 +++ gfire-0.9.4/debian/patches/only_include_glib.h 2012-09-27 12:36:42.000000000 +0000 @@ -0,0 +1,12 @@ +Index: gfire-0.9.4/src/gf_base.h +=================================================================== +--- gfire-0.9.4.orig/src/gf_base.h 2011-03-14 21:26:27.000000000 +0100 ++++ gfire-0.9.4/src/gf_base.h 2012-09-27 14:36:39.000000000 +0200 +@@ -59,7 +59,6 @@ + #include + #include + #include +-#include + + #ifdef HAVE_GTK + #include diff -Nru gfire-0.9.4/debian/patches/series gfire-0.9.4/debian/patches/series --- gfire-0.9.4/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ gfire-0.9.4/debian/patches/series 2012-09-27 12:35:34.000000000 +0000 @@ -0,0 +1 @@ +only_include_glib.h