tag 554729 + patch severity 554729 important user [email protected] usertags 554729 + natty ubuntu-patch thanks
In Ubuntu, the attached patch was applied to achieve the following:
* 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)
Thanks for considering the patch.
origin patches located at here:
https://bugs.launchpad.net/ubuntu/+source/gpe-expenses/+bug/700443/+attachment/1791039/+files/gpe-expenses_0.1.7-3ubuntu1.dsc.debdiff
-- System Information:
Debian Release: squeeze/sid
APT prefers lucid-updates
APT policy: (500, 'lucid-updates'), (500, 'lucid-security'), (500,
'lucid-backports'), (500, 'lucid')
Architecture: i386 (i686)
Kernel: Linux 2.6.37-10-generic (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
--
Mahyuddin Susanto (udienz)
Electrical Engineering students
--- 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 <[email protected]> + +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 = \
signature.asc
Description: OpenPGP digital signature

