diff -pruN 0.1.1-3/configure 0.1.1-3ubuntu1/configure
--- 0.1.1-3/configure	2008-09-27 18:42:14.000000000 +0000
+++ 0.1.1-3ubuntu1/configure	2011-07-29 17:35:03.000000000 +0000
@@ -20909,6 +20909,7 @@ See \`config.log' for more details." >&2
 else
 	LIBGUPNP_UI_CFLAGS=$pkg_cv_LIBGUPNP_UI_CFLAGS
 	LIBGUPNP_UI_LIBS=$pkg_cv_LIBGUPNP_UI_LIBS
+	LIBS="$LIBS $LIBGUPNP_UI_LIBS"
         { echo "$as_me:$LINENO: result: yes" >&5
 echo "${ECHO_T}yes" >&6; }
 	:
diff -pruN 0.1.1-3/configure.ac 0.1.1-3ubuntu1/configure.ac
--- 0.1.1-3/configure.ac	2008-09-27 18:41:49.000000000 +0000
+++ 0.1.1-3ubuntu1/configure.ac	2011-07-29 17:35:03.000000000 +0000
@@ -10,7 +10,7 @@ AC_PROG_CC
 AC_STDC_HEADERS
 AC_PROG_LIBTOOL
 
-PKG_CHECK_MODULES(LIBGUPNP_UI, gupnp-1.0 >= 0.3 gtk+-2.0)
+PKG_CHECK_MODULES(LIBGUPNP_UI, gupnp-1.0 >= 0.3 gtk+-2.0, LIBS="$LIBS $LIBGUPNP_UI_LIBS")
 
 PKG_CHECK_MODULES(GTHREAD, gthread-2.0)
 
diff -pruN 0.1.1-3/debian/changelog 0.1.1-3ubuntu1/debian/changelog
--- 0.1.1-3/debian/changelog	2011-07-29 17:42:18.000000000 +0000
+++ 0.1.1-3ubuntu1/debian/changelog	2011-07-29 17:35:03.000000000 +0000
@@ -1,3 +1,10 @@
+gupnp-ui (0.1.1-3ubuntu1) oneiric; urgency=low
+
+  * configure, configure.ac: add libgupnp libraries to LIBS in 
+    order to solve FTBFS with ld --no-add-needed (LP: #749152)
+
+ -- Sebastian Carneiro <scarneiro@fibertel.com.ar>  Wed, 20 Jul 2011 09:50:52 -0300
+
 gupnp-ui (0.1.1-3) unstable; urgency=low
 
   * Rebuild against new libgupnp
diff -pruN 0.1.1-3/debian/control 0.1.1-3ubuntu1/debian/control
--- 0.1.1-3/debian/control	2011-07-29 17:42:18.000000000 +0000
+++ 0.1.1-3ubuntu1/debian/control	2011-07-29 17:35:03.000000000 +0000
@@ -1,7 +1,8 @@
 Source: gupnp-ui
 Section: libs
 Priority: optional
-Maintainer: Ross Burton <ross@debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Ross Burton <ross@debian.org>
 Build-Depends: debhelper (>= 5), cdbs, libgupnp-1.0-dev (>= 0.13), libgtk2.0-dev, uuid-dev
 Standards-Version: 3.8.3
 
