diff -pruN 1.3.2-2/debian/changelog 1.3.2-2ubuntu1/debian/changelog
--- 1.3.2-2/debian/changelog	2009-10-21 16:13:42.000000000 +0100
+++ 1.3.2-2ubuntu1/debian/changelog	2009-10-21 16:13:42.000000000 +0100
@@ -1,3 +1,10 @@
+mailto (1.3.2-2ubuntu1) karmic; urgency=low
+
+  * util.c: Rename getline function to fix FTBFS as its included
+    in stdio.h 
+
+ -- Stefan Lesicnik <stefan@lsd.co.za>  Sun, 18 Oct 2009 11:15:14 +0200
+
 mailto (1.3.2-2) unstable; urgency=low
 
   * Fixed typo in NMU-Disclaimer, thanks to Petter Reinholdtsen (See:
diff -pruN 1.3.2-2/debian/control 1.3.2-2ubuntu1/debian/control
--- 1.3.2-2/debian/control	2009-10-21 16:13:42.000000000 +0100
+++ 1.3.2-2ubuntu1/debian/control	2009-10-21 16:13:42.000000000 +0100
@@ -1,7 +1,8 @@
 Source: mailto
 Section: web
 Priority: optional
-Maintainer: Martin Schulze <joey@debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Martin Schulze <joey@debian.org>
 Standards-Version: 3.6.1
 
 Package: mailto
diff -pruN 1.3.2-2/util.c 1.3.2-2ubuntu1/util.c
--- 1.3.2-2/util.c	1996-08-13 15:40:39.000000000 +0100
+++ 1.3.2-2ubuntu1/util.c	2009-10-21 16:13:42.000000000 +0100
@@ -93,7 +93,7 @@ int rind(char *s, char c) {
     return -1;
 }
 
-int getline(char *s, int n, FILE *f) {
+int my_getline(char *s, int n, FILE *f) {
     register int i=0;
 
     while(1) {
