diff -pruN 0.4.12-2/debian/changelog 0.4.12-2ubuntu1/debian/changelog
--- 0.4.12-2/debian/changelog	2012-01-29 19:17:46.000000000 +0000
+++ 0.4.12-2ubuntu1/debian/changelog	2012-01-29 19:17:46.000000000 +0000
@@ -1,3 +1,9 @@
+gobby (0.4.12-2ubuntu1) precise; urgency=low
+
+  * inc/gselector.hpp: include an additional header to fix FTBFS.
+
+ -- Ilya Barygin <randomaction@ubuntu.com>  Sun, 29 Jan 2012 20:28:50 +0400
+
 gobby (0.4.12-2) unstable; urgency=low
 
   * Update .desktop file to state that it's the 0.4 version.
diff -pruN 0.4.12-2/debian/control 0.4.12-2ubuntu1/debian/control
--- 0.4.12-2/debian/control	2012-01-29 19:17:46.000000000 +0000
+++ 0.4.12-2ubuntu1/debian/control	2012-01-29 19:17:46.000000000 +0000
@@ -1,7 +1,8 @@
 Source: gobby
 Section: net
 Priority: optional
-Maintainer: Philipp Kern <pkern@debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Philipp Kern <pkern@debian.org>
 Build-Depends: debhelper (>= 7.0.50), autotools-dev, libxml++2.6-dev (>= 2.6.1-2.2), libgtkmm-2.4-dev (>> 1:2.6.5), libnet6-1.3-dev (>> 1:1.3.9), libobby-0.4-dev (>> 0.4.6), libgtksourceview2.0-dev, libgnomevfs2-dev, gettext, intltool
 Standards-Version: 3.8.3
 Homepage: http://gobby.0x539.de
diff -pruN 0.4.12-2/inc/gselector.hpp 0.4.12-2ubuntu1/inc/gselector.hpp
--- 0.4.12-2/inc/gselector.hpp	2009-12-07 21:43:35.000000000 +0000
+++ 0.4.12-2ubuntu1/inc/gselector.hpp	2012-01-29 19:17:46.000000000 +0000
@@ -22,6 +22,7 @@
 #include <map>
 #include <memory>
 #include <sigc++/connection.h>
+#include <glibmm/main.h>
 #include <glibmm/iochannel.h>
 #include <glibmm/thread.h>
 #include <net6/socket.hpp>

