tags 556483 + patch tags 556483 + pending thanks Dear maintainer,
I've prepared an NMU for tagtool (versioned as 0.12.3-8.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. diff -Nru tagtool-0.12.3/debian/changelog tagtool-0.12.3/debian/changelog --- tagtool-0.12.3/debian/changelog 2010-06-13 07:47:44.000000000 +0200 +++ tagtool-0.12.3/debian/changelog 2011-05-06 01:54:34.000000000 +0200 @@ -1,3 +1,10 @@ +tagtool (0.12.3-8.1) unstable; urgency=low + + * Non-maintainer upload. + * Pass -logg to the linker to fix FTBFS with gold linker (Closes: #556483). + + -- Alessio Treglia <ales...@debian.org> Fri, 06 May 2011 01:53:31 +0200 + tagtool (0.12.3-8) unstable; urgency=low * debian/source/format: diff -Nru tagtool-0.12.3/debian/patches/05_binutils_gold.patch tagtool-0.12.3/debian/patches/05_binutils_gold.patch --- tagtool-0.12.3/debian/patches/05_binutils_gold.patch 1970-01-01 01:00:00.000000000 +0100 +++ tagtool-0.12.3/debian/patches/05_binutils_gold.patch 2011-05-06 01:53:28.000000000 +0200 @@ -0,0 +1,19 @@ +Description: Add -logg to LDADD flags to fix FTBFS with binutils-gold. +Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=556483 +Author: Alessio Treglia <ales...@debian.org> +Forwarded: no +--- + src/Makefile.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +--- tagtool-0.12.3.orig/src/Makefile.in ++++ tagtool-0.12.3/src/Makefile.in +@@ -194,7 +194,7 @@ tagtool_CFLAGS = -Wall -Wno-pointer-sign + + + tagtool_LDFLAGS = -export-dynamic +-tagtool_LDADD = $(GTK_LIBS) ++tagtool_LDADD = $(GTK_LIBS) -logg + + tagtool_SOURCES = file_list.c file_list.h file_util.c file_util.h \ + edit_tab.c edit_tab.h elist.c elist.h main.c math_util.c \ diff -Nru tagtool-0.12.3/debian/patches/series tagtool-0.12.3/debian/patches/series --- tagtool-0.12.3/debian/patches/series 2010-06-13 06:39:21.000000000 +0200 +++ tagtool-0.12.3/debian/patches/series 2011-05-06 01:49:35.000000000 +0200 @@ -1,3 +1,4 @@ 01_spelling_fix.patch 02_unknown_locale_fix.diff 04_german_translation_fix.patch +05_binutils_gold.patch -- Alessio Treglia | www.alessiotreglia.com Debian Developer | ales...@debian.org Ubuntu Core Developer | quadris...@ubuntu.com 0FEC 59A5 E18E E04F 6D40 593B 45D4 8C7C DCFC 3FD0 -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org