diff -Nru gpe-what-0.43/debian/changelog gpe-what-0.43/debian/changelog --- gpe-what-0.43/debian/changelog 2009-12-20 11:04:01.000000000 +0000 +++ gpe-what-0.43/debian/changelog 2011-01-10 12:57:24.000000000 +0000 @@ -1,3 +1,10 @@ +gpe-what (0.43-3ubuntu1) natty; urgency=low + + * fix FTBFS with binutils-gold by adding -lX11 to + Makefile.in and Makefile.am files (LP: #700449) + + -- Mahyuddin Susanto Mon, 10 Jan 2011 12:56:03 +0000 + gpe-what (0.43-3) unstable; urgency=low * Migrate to source format 3.0 (quilt) for .tar.bz2 support. diff -Nru gpe-what-0.43/debian/control gpe-what-0.43/debian/control --- gpe-what-0.43/debian/control 2009-12-12 07:08:39.000000000 +0000 +++ gpe-what-0.43/debian/control 2011-01-10 12:57:31.000000000 +0000 @@ -1,7 +1,8 @@ Source: gpe-what Section: x11 Priority: optional -Maintainer: Neil Williams +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Neil Williams Uploaders: Debian GPE team , Moray Allan , Phil Blundell , Philippe De Swert Build-Depends: cdbs, debhelper (>= 5), autotools-dev, libgpewidget-dev, libgtk2.0-dev, diff -Nru gpe-what-0.43/debian/patches/fix_ftbfs_with_binutils-gold gpe-what-0.43/debian/patches/fix_ftbfs_with_binutils-gold --- gpe-what-0.43/debian/patches/fix_ftbfs_with_binutils-gold 1970-01-01 00:00:00.000000000 +0000 +++ gpe-what-0.43/debian/patches/fix_ftbfs_with_binutils-gold 2011-01-10 13:06:47.000000000 +0000 @@ -0,0 +1,27 @@ +Description: fix FTBFS with binutils-gold by adding -lX11 to +Makefile.in and Makefile.am files (LP: #700449) +Author: Mahyuddin Susanto +Bug-Ubuntu: https://bugs.launchpad.net/bugs/700449 + +--- gpe-what-0.43.orig/Makefile.am ++++ gpe-what-0.43/Makefile.am +@@ -6,7 +6,7 @@ INCLUDES = $(DEPS_CFLAGS) -I$(top_srcdir + + bin_PROGRAMS = gpe-what + +-gpe_what_LDADD = @DEPS_LIBS@ ++gpe_what_LDADD = @DEPS_LIBS@ -lX11 + + gpe_what_SOURCES = gpe-what.c + +--- gpe-what-0.43.orig/Makefile.in ++++ gpe-what-0.43/Makefile.in +@@ -218,7 +218,7 @@ INCLUDES = $(DEPS_CFLAGS) -I$(top_srcdir + -DPREFIX=\"@prefix@\" -D_GNU_SOURCE \ + -DPACKAGE_LOCALE_DIR=\"@gpewhat_localedir@\" + +-gpe_what_LDADD = @DEPS_LIBS@ ++gpe_what_LDADD = @DEPS_LIBS@ -lX11 + gpe_what_SOURCES = gpe-what.c + desktopdir = $(datadir)/applications + desktop_in_files = gpe-what.desktop.in diff -Nru gpe-what-0.43/debian/patches/series gpe-what-0.43/debian/patches/series --- gpe-what-0.43/debian/patches/series 2009-12-12 07:08:39.000000000 +0000 +++ gpe-what-0.43/debian/patches/series 2011-01-10 13:07:33.000000000 +0000 @@ -1 +1,2 @@ desktop-validity +fix_ftbfs_with_binutils-gold