tags 665629 + patch stop Hello,
the attached debdiff fixes the ftbfs error for me. Thanks, Gregor
diff -u xoo-0.8/debian/changelog xoo-0.8/debian/changelog --- xoo-0.8/debian/changelog +++ xoo-0.8/debian/changelog @@ -1,3 +1,10 @@ +xoo (0.8-1.2) unstable; urgency=low + + * Non-maintainer upload. + * Fix FTBFS error (Closes: #665629) + + -- Gregor Jasny <gja...@googlemail.com> Wed, 27 Jun 2012 21:54:56 +0200 + xoo (0.8-1.1) unstable; urgency=low * Non-maintainer upload. only in patch2: unchanged: --- xoo-0.8.orig/debian/patches/02_glib-single-include.patch +++ xoo-0.8/debian/patches/02_glib-single-include.patch @@ -0,0 +1,13 @@ +Index: xoo-0.8/src/button.c +=================================================================== +--- xoo-0.8.orig/src/button.c 2007-08-06 11:19:10.000000000 +0200 ++++ xoo-0.8/src/button.c 2012-06-27 21:53:40.000000000 +0200 +@@ -16,7 +16,7 @@ + #include "config.h" + #include <string.h> + #include <stdio.h> +-#include <glib/gmessages.h> ++#include <glib.h> + #include <gtk/gtkimage.h> + #include "fakedev.h" +