diff -pruN 1:1.97-10.2/debian/changelog 1:1.97-10.2ubuntu1/debian/changelog
--- 1:1.97-10.2/debian/changelog	2009-10-21 15:37:25.000000000 +0100
+++ 1:1.97-10.2ubuntu1/debian/changelog	2009-10-21 15:37:25.000000000 +0100
@@ -1,3 +1,10 @@
+bobot++ (1:1.97-10.2ubuntu1) karmic; urgency=low
+
+  * source/String.C: add missing include to fix FTBFS. Thanks 
+    Martin Michlmayr for the patch (DBTS: 505372).
+
+ -- Stefan Potyra <sistpoty@ubuntu.com>  Wed, 30 Sep 2009 21:24:09 +0200
+
 bobot++ (1:1.97-10.2) unstable; urgency=low
 
   * Non-maintainer upload.
diff -pruN 1:1.97-10.2/debian/control 1:1.97-10.2ubuntu1/debian/control
--- 1:1.97-10.2/debian/control	2009-10-21 15:37:25.000000000 +0100
+++ 1:1.97-10.2ubuntu1/debian/control	2009-10-21 15:37:25.000000000 +0100
@@ -1,7 +1,8 @@
 Source: bobot++
 Section: net
 Priority: optional
-Maintainer: Sam Hocevar (Debian packages) <sam+deb@zoy.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Sam Hocevar (Debian packages) <sam+deb@zoy.org>
 Build-Depends: debhelper (>= 3.0), guile-1.6-dev (>= 1.6.4-2.1)
 Standards-Version: 3.6.2.1
 
diff -pruN 1:1.97-10.2/source/String.C 1:1.97-10.2ubuntu1/source/String.C
--- 1:1.97-10.2/source/String.C	2009-10-21 15:37:25.000000000 +0100
+++ 1:1.97-10.2ubuntu1/source/String.C	2009-10-21 15:37:25.000000000 +0100
@@ -17,6 +17,7 @@
 
 #include "String.H"
 
+#include <cstdio>
 #include <cstdlib>
 #include <cstring>
 #include <cctype>
