tags 556491 + pending
thanks

Dear maintainer,

I've prepared an NMU for terminatorx (versioned as 3.82-7.4) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

diff -u terminatorx-3.82/debian/changelog terminatorx-3.82/debian/changelog
--- terminatorx-3.82/debian/changelog
+++ terminatorx-3.82/debian/changelog
@@ -1,3 +1,11 @@
+terminatorx (3.82-7.4) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Append -ldl to LDADD to fix FTBFS with binutils-gold (Closes: #556491);
+    thank to Mahyuddin Susanto <[email protected]> for the patch.
+
+ -- Alessio Treglia <[email protected]>  Thu, 05 May 2011 19:22:08 +0200
+
 terminatorx (3.82-7.3) unstable; urgency=low

   * Non-maintainer upload.
diff -u terminatorx-3.82/debian/patches/00list
terminatorx-3.82/debian/patches/00list
--- terminatorx-3.82/debian/patches/00list
+++ terminatorx-3.82/debian/patches/00list
@@ -4,0 +5 @@
+21_fix_ftbfs_binutils_gold
only in patch2:
unchanged:
--- terminatorx-3.82.orig/debian/patches/21_fix_ftbfs_binutils_gold.dpatch
+++ terminatorx-3.82/debian/patches/21_fix_ftbfs_binutils_gold.dpatch
@@ -0,0 +1,30 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 21_fix_ftbfs_binutils_gold.dpatch by Mahyuddin Susanto <[email protected]>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fix FTBFS binutils-gold with ld --no-add-needed by addding dl library
+
+@DPATCH@
+diff -Nurp terminatorx-3.82/src/Makefile.am
terminatorx-3.82.ubuntu/src/Makefile.am
+--- terminatorx-3.82/src/Makefile.am   2004-10-30 03:37:11.000000000 +0700
++++ terminatorx-3.82.ubuntu/src/Makefile.am    2011-01-11 19:49:34.329187002 
+0700
+@@ -5,6 +5,7 @@ SUBDIRS = icons
+ EXTRA_CFLAGS=-D_REENTRANT @DEPRECATED_FLAGS@
+ AM_CFLAGS=@CFLAGS@ @GTK_CFLAGS@ $(EXTRA_CFLAGS)
+ AM_CXXFLAGS=@CFLAGS@ @GTK_CFLAGS@  $(EXTRA_CFLAGS)
++terminatorX_LDADD = @LDADD@ -ldl
+
+ license.c: $(top_srcdir)/COPYING
+       @AWK@ -f $(srcdir)/licmak.awk < $(top_srcdir)/COPYING > 
$(srcdir)/license.c
+diff -Nurp terminatorx-3.82/src/Makefile.in
terminatorx-3.82.ubuntu/src/Makefile.in
+--- terminatorx-3.82/src/Makefile.in   2004-11-03 21:41:09.000000000 +0700
++++ terminatorx-3.82.ubuntu/src/Makefile.in    2011-01-11 19:49:39.033187001 
+0700
+@@ -65,7 +65,7 @@ am_terminatorX_OBJECTS = tX_endian.$(OBJ
+       tX_glade_callbacks.$(OBJEXT) tX_glade_support.$(OBJEXT) \
+       tX_ladspa_class.$(OBJEXT) tX_capabilities.$(OBJEXT)
+ terminatorX_OBJECTS = $(am_terminatorX_OBJECTS)
+-terminatorX_LDADD = $(LDADD)
++terminatorX_LDADD = $(LDADD) -ldl
+ DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
+ depcomp = $(SHELL) $(top_srcdir)/depcomp
+ am__depfiles_maybe = depfiles

-- 
Alessio Treglia          | www.alessiotreglia.com
Debian Developer         | [email protected]
Ubuntu Core Developer    | [email protected]
0FEC 59A5 E18E E04F 6D40 593B 45D4 8C7C DCFC 3FD0



--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to