Package: zomg Version: 0.5.14-2 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu natty ubuntu-patch
In Ubuntu we use bintuils-gold, and this package ftbfs with it, in the future debian will use binutils-gold too, so I think this change will be interesting for Debian. Thanks! *** /tmp/tmpQcSoGL In Ubuntu, we've applied the attached patch to achieve the following: * debian/patches/fix_ftbfs_with_binutils_gold: - Add xml2 to linker flags to fix FTBFS with binutils-gold (LP :#683597) We thought you might be interested in doing the same. -- System Information: Debian Release: squeeze/sid APT prefers natty-updates APT policy: (500, 'natty-updates'), (500, 'natty-security'), (500, 'natty') Architecture: amd64 (x86_64) Kernel: Linux 2.6.37-5-generic (SMP w/1 CPU core) Locale: LANG=es_ES.utf8, LC_CTYPE=es_ES.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru zomg-0.5.14/debian/patches/fix_ftbfs_with_binutils_gold zomg-0.5.14/debian/patches/fix_ftbfs_with_binutils_gold --- zomg-0.5.14/debian/patches/fix_ftbfs_with_binutils_gold 1970-01-01 01:00:00.000000000 +0100 +++ zomg-0.5.14/debian/patches/fix_ftbfs_with_binutils_gold 2010-12-01 12:49:21.000000000 +0100 @@ -0,0 +1,16 @@ +Description: Fix ftbfs with binutils-gold +Author: Angel Abad <angela...@ubuntu.com> +Bug-Ubuntu: https://launchpad.net/bugs/683597 +Forwarded: no + +--- zomg-0.5.14.orig/Makefile.in ++++ zomg-0.5.14/Makefile.in +@@ -138,7 +138,7 @@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ + INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ + LDFLAGS = @LDFLAGS@ + LIBOBJS = @LIBOBJS@ +-LIBS = @LIBS@ ++LIBS = @LIBS@ -lxml2 + LTLIBOBJS = @LTLIBOBJS@ + M4 = @M4@ + MAKEINFO = @MAKEINFO@ diff -Nru zomg-0.5.14/debian/patches/series zomg-0.5.14/debian/patches/series --- zomg-0.5.14/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 +++ zomg-0.5.14/debian/patches/series 2010-12-01 12:43:57.000000000 +0100 @@ -0,0 +1 @@ +fix_ftbfs_with_binutils_gold