diff -u gpe-expenses-0.1.7/debian/changelog gpe-expenses-0.1.7/debian/changelog --- gpe-expenses-0.1.7/debian/changelog +++ gpe-expenses-0.1.7/debian/changelog @@ -1,3 +1,11 @@ +gpe-expenses (0.1.7-3ubuntu1) natty; urgency=low + + * debian/patches/01_fix_ftbfs_binutils-gold.patch: Fix FTBFS + binutils gold with ld --no-add-needed by adding GObject + Library in src/Makefile.* (LP: #700443) + + -- Mahyuddin Susanto Tue, 11 Jan 2011 17:18:13 +0700 + gpe-expenses (0.1.7-3) unstable; urgency=low * Regenerate autotools to cope with /bin/sh -> /bin/bash issues in diff -u gpe-expenses-0.1.7/debian/control gpe-expenses-0.1.7/debian/control --- gpe-expenses-0.1.7/debian/control +++ gpe-expenses-0.1.7/debian/control @@ -1,7 +1,8 @@ Source: gpe-expenses Section: utils Priority: optional -Maintainer: Neil Williams +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Neil Williams Uploaders: Debian GPE team , Moray Allan Build-Depends: cdbs, debhelper (>= 5), autotools-dev, intltool (>= 0.40), only in patch2: unchanged: --- gpe-expenses-0.1.7.orig/debian/patches/01_fix_ftbfs_binutils-gold.patch +++ gpe-expenses-0.1.7/debian/patches/01_fix_ftbfs_binutils-gold.patch @@ -0,0 +1,30 @@ +Description: Fix FTBFS binutils gold with ld --no-add-needed by adding GObject +Library linker in src/Makefile.* +Bug-Ubuntu: https://bugs.launchpad.net/bugs/700443 +Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=554729 +Author: Mahyuddin Susanto + +diff -Nur -x '*.orig' -x '*~' gpe-expenses-0.1.7/src/Makefile.am gpe-expenses-0.1.7.new/src/Makefile.am +--- gpe-expenses-0.1.7/src/Makefile.am 2007-12-24 18:46:40.000000000 +0700 ++++ gpe-expenses-0.1.7.new/src/Makefile.am 2011-01-11 17:06:48.000000000 +0700 +@@ -47,7 +47,7 @@ + ${QOF_LIBS} \ + ${PACKAGE_LIBS} \ + ${GPEPIMC_LIBS} \ +- ${POPT_LIBS} ++ ${POPT_LIBS} -lgobject-2.0 + + qofexpensesincludedir = ${includedir}/qofexpensesobjects + +diff -Nur -x '*.orig' -x '*~' gpe-expenses-0.1.7/src/Makefile.in gpe-expenses-0.1.7.new/src/Makefile.in +--- gpe-expenses-0.1.7/src/Makefile.in 2011-01-11 17:05:52.000000000 +0700 ++++ gpe-expenses-0.1.7.new/src/Makefile.in 2011-01-11 17:06:35.000000000 +0700 +@@ -334,7 +334,7 @@ + ${QOF_LIBS} \ + ${PACKAGE_LIBS} \ + ${GPEPIMC_LIBS} \ +- ${POPT_LIBS} ++ ${POPT_LIBS} -lgobject-2.0 + + qofexpensesincludedir = ${includedir}/qofexpensesobjects + qofexpensesinclude_HEADERS = \