tags 713727 + patch
tags 713727 + pending
thanks

Dear maintainer,

I've prepared an NMU for xmlroff (versioned as 0.6.2-1.3) 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 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Dawn Landes: I'm In Love With The Night
diff -u xmlroff-0.6.2/debian/changelog xmlroff-0.6.2/debian/changelog
--- xmlroff-0.6.2/debian/changelog
+++ xmlroff-0.6.2/debian/changelog
@@ -1,3 +1,14 @@
+xmlroff (0.6.2-1.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "FTBFS: ld: ../libfo/.libs/libfo-0.6.a(fo-datatype.o): undefined
+    reference to symbol 'floor@@GLIBC_2.2.5'":
+    apply patch from Ubuntu / Daniel T Chen:
+    - Added missing math lib to link, fixing FTBFS.
+    (Closes: #713727)
+
+ -- gregor herrmann <[email protected]>  Wed, 06 Nov 2013 18:24:49 +0100
+
 xmlroff (0.6.2-1.2) unstable; urgency=low
 
   * Non-maintainer upload.
only in patch2:
unchanged:
--- xmlroff-0.6.2.orig/cunit/Makefile.am
+++ xmlroff-0.6.2/cunit/Makefile.am
@@ -34,4 +34,4 @@
 test_LDADD = \
 	$(CUNIT_LIBS)		\
 	$(PANGO_LIBS)		\
-	../libfo/libfo-0.6.la
\ No newline at end of file
+	../libfo/libfo-0.6.la -lm
only in patch2:
unchanged:
--- xmlroff-0.6.2.orig/cunit/Makefile.in
+++ xmlroff-0.6.2/cunit/Makefile.in
@@ -282,7 +282,7 @@
 test_LDADD = \
 	$(CUNIT_LIBS)		\
 	$(PANGO_LIBS)		\
-	../libfo/libfo-0.6.la
+	../libfo/libfo-0.6.la -lm
 
 all: all-am
 
only in patch2:
unchanged:
--- xmlroff-0.6.2.orig/xmlroff/Makefile.am
+++ xmlroff-0.6.2/xmlroff/Makefile.am
@@ -25,4 +25,4 @@
 	$(PANGO_LIBS) \
 	$(GNOMEPRINT_LIBS) \
 	$(LIBXSLT_LIBS) \
-	$(FREETYPE_LIBS)
+	$(FREETYPE_LIBS) -lm
only in patch2:
unchanged:
--- xmlroff-0.6.2.orig/xmlroff/Makefile.in
+++ xmlroff-0.6.2/xmlroff/Makefile.in
@@ -272,7 +272,7 @@
 	$(PANGO_LIBS) \
 	$(GNOMEPRINT_LIBS) \
 	$(LIBXSLT_LIBS) \
-	$(FREETYPE_LIBS)
+	$(FREETYPE_LIBS) -lm
 
 all: all-am
 

Attachment: signature.asc
Description: Digital signature

Reply via email to