diff -u gnome-u2ps-0.0.4/debian/changelog gnome-u2ps-0.0.4/debian/changelog --- gnome-u2ps-0.0.4/debian/changelog +++ gnome-u2ps-0.0.4/debian/changelog @@ -1,3 +1,10 @@ +gnome-u2ps (0.0.4-4.1ubuntu1) natty; urgency=low + + * debian/patches/02-fix-ftbfs-binutils-gold.patch: fix ftbfs binutils-gold + by adding gnomevfs-2 library in src/Makefile.* (LP: #712658) + + -- Mahyuddin Susanto Fri, 04 Feb 2011 01:38:16 +0700 + gnome-u2ps (0.0.4-4.1) unstable; urgency=low * Non-maintainer upload. diff -u gnome-u2ps-0.0.4/debian/control gnome-u2ps-0.0.4/debian/control --- gnome-u2ps-0.0.4/debian/control +++ gnome-u2ps-0.0.4/debian/control @@ -1,7 +1,8 @@ Source: gnome-u2ps Section: text Priority: optional -Maintainer: Sergio Talens-Oliag +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Sergio Talens-Oliag Build-Depends: cdbs, debhelper (>> 4.1.0), libbz2-dev, libgnome2-dev, libgnomeprint2.2-dev, libfribidi-dev, libxml-parser-perl Standards-Version: 3.6.2.1 only in patch2: unchanged: --- gnome-u2ps-0.0.4.orig/debian/patches/02-fix-ftbfs-binutils-gold.patch +++ gnome-u2ps-0.0.4/debian/patches/02-fix-ftbfs-binutils-gold.patch @@ -0,0 +1,29 @@ +## Description: Fix FTBFS binutils-gold by adding gnomevfs-2 in src/Makefile.* +## Author: Mahyuddin Susanto +## Bug-Debian: http://bugs.debian.org/554665 +## Bug-Ubuntu: https://launchpad.net/bugs/712658 + +diff -Nur -x '*.orig' -x '*~' gnome-u2ps-0.0.4/src/Makefile.am gnome-u2ps-0.0.4.new/src/Makefile.am +--- gnome-u2ps-0.0.4/src/Makefile.am 2004-05-05 17:11:31.000000000 +0700 ++++ gnome-u2ps-0.0.4.new/src/Makefile.am 2011-01-29 07:00:04.308243611 +0700 +@@ -9,7 +9,7 @@ + + u2ps_LDADD = \ + $(U2PS_LIBS) \ +- $(BZ2_LIBS) ++ $(BZ2_LIBS) -lgnomevfs-2 + + u2ps_SOURCES = \ + fribidi.c \ +diff -Nur -x '*.orig' -x '*~' gnome-u2ps-0.0.4/src/Makefile.in gnome-u2ps-0.0.4.new/src/Makefile.in +--- gnome-u2ps-0.0.4/src/Makefile.in 2011-01-29 06:59:43.578244597 +0700 ++++ gnome-u2ps-0.0.4.new/src/Makefile.in 2011-01-29 07:00:16.970745615 +0700 +@@ -220,7 +220,7 @@ + + u2ps_LDADD = \ + $(U2PS_LIBS) \ +- $(BZ2_LIBS) ++ $(BZ2_LIBS) -lgnomevfs-2 + + u2ps_SOURCES = \ + fribidi.c \