diff -pruN 20050207-4/debian/changelog 20050207-4ubuntu1/debian/changelog
--- 20050207-4/debian/changelog	2010-03-06 23:48:00.000000000 +0000
+++ 20050207-4ubuntu1/debian/changelog	2010-03-06 23:44:34.000000000 +0000
@@ -1,3 +1,10 @@
+uisp (20050207-4ubuntu1) lucid; urgency=low
+
+  * Build with -Wno-error as some warn_unused_result warnings are
+    generated. Fixes FTBFS.
+
+ -- Ilya Barygin <barygin@gmail.com>  Sun, 07 Mar 2010 00:28:56 +0300
+
 uisp (20050207-4) unstable; urgency=low
 
   * Changed debian/rules to apply dpatches at configure-time.
diff -pruN 20050207-4/debian/control 20050207-4ubuntu1/debian/control
--- 20050207-4/debian/control	2010-03-06 23:48:00.000000000 +0000
+++ 20050207-4ubuntu1/debian/control	2010-03-06 23:44:34.000000000 +0000
@@ -1,7 +1,8 @@
 Source: uisp
 Section: electronics
 Priority: extra
-Maintainer: Margarita Manterola <marga@debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Margarita Manterola <marga@debian.org>
 Standards-Version: 3.7.2
 Build-Depends: debhelper (>=5), dpatch
 Homepage: http://www.nongnu.org/uisp/
diff -pruN 20050207-4/debian/rules 20050207-4ubuntu1/debian/rules
--- 20050207-4/debian/rules	2010-03-06 23:48:00.000000000 +0000
+++ 20050207-4ubuntu1/debian/rules	2010-03-06 23:44:34.000000000 +0000
@@ -13,7 +13,7 @@ DEB_HOST_GNU_TYPE   ?= $(shell dpkg-arch
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
 # Flags for debugging
-CXXFLAGS = -g -Wall
+CXXFLAGS = -g -Wall -Wno-error
 
 # Flags for optimization
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))

