tags 556715 + pending
thanks

Dear maintainer,

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

Regards.

-- 
 .''`.   Homepage: http://info.comodo.priv.at/ - OpenPGP key ID: 0x8649AA06
 : :' :  Debian GNU/Linux user, admin, & developer - http://www.debian.org/
 `. `'   Member of VIBE!AT & SPI, fellow of Free Software Foundation Europe
   `-    NP: Don McLean: Mother Nature
diff -u xoo-0.8/debian/changelog xoo-0.8/debian/changelog
--- xoo-0.8/debian/changelog
+++ xoo-0.8/debian/changelog
@@ -1,3 +1,13 @@
+xoo (0.8-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "FTBFS with binutils-gold":
+    add patch from Ubuntu / Mahyuddin Susanto:
+    01_fix_ftbfs_binutils-gold.patch: link with X11 libs
+    (Closes: #556715)
+
+ -- gregor herrmann <gre...@debian.org>  Tue, 20 Dec 2011 20:38:19 +0100
+
 xoo (0.8-1) unstable; urgency=low
 
   * Fix watch file, thanks Raphael Geissert (Closes: #449883)
only in patch2:
unchanged:
--- xoo-0.8.orig/debian/patches/01_fix_ftbfs_binutils-gold.patch
+++ xoo-0.8/debian/patches/01_fix_ftbfs_binutils-gold.patch
@@ -0,0 +1,21 @@
+diff -Nur -x '*.orig' -x '*~' xoo-0.8/src/Makefile.am xoo-0.8.new/src/Makefile.am
+--- xoo-0.8/src/Makefile.am	2007-08-06 16:19:10.000000000 +0700
++++ xoo-0.8.new/src/Makefile.am	2011-01-24 21:06:06.586486524 +0700
+@@ -6,4 +6,4 @@
+ endif
+ xoo_SOURCES =  main.c button.c callbacks.h callbacks.c config.c keys.c fakedev.h $(GCONF_SOURCES)
+ 
+-xoo_LDADD = @APP_LIBS@ @EXPAT_LIBS@ @X_LIBS@ @XTEST_LIBS@
++xoo_LDADD = @APP_LIBS@ @EXPAT_LIBS@ @X_LIBS@ @XTEST_LIBS@ -lX11
+diff -Nur -x '*.orig' -x '*~' xoo-0.8/src/Makefile.in xoo-0.8.new/src/Makefile.in
+--- xoo-0.8/src/Makefile.in	2007-11-25 21:48:08.000000000 +0700
++++ xoo-0.8.new/src/Makefile.in	2011-01-24 21:06:20.802684609 +0700
+@@ -162,7 +162,7 @@
+ INCLUDES = -DPKGDATADIR=\"$(pkgdatadir)\" @APP_CFLAGS@ @EXPAT_CFLAGS@ @X_CFLAGS@ -Wall
+ @HAVE_GCONF_TRUE@GCONF_SOURCES = prefs.c prefs.h
+ xoo_SOURCES = main.c button.c callbacks.h callbacks.c config.c keys.c fakedev.h $(GCONF_SOURCES)
+-xoo_LDADD = @APP_LIBS@ @EXPAT_LIBS@ @X_LIBS@ @XTEST_LIBS@
++xoo_LDADD = @APP_LIBS@ @EXPAT_LIBS@ @X_LIBS@ @XTEST_LIBS@ -lX11
+ all: all-am
+ 
+ .SUFFIXES:

Attachment: signature.asc
Description: Digital signature

Reply via email to