tags 713627 + pending
thanks

Dear maintainer,

I've prepared an NMU for rox (versioned as 2.10-3.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 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: Misha Alperin: Morning
diff -u rox-2.10/debian/changelog rox-2.10/debian/changelog
--- rox-2.10/debian/changelog
+++ rox-2.10/debian/changelog
@@ -1,3 +1,13 @@
+rox (2.10-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "FTBFS: ld: support.o: undefined reference to symbol
+    'floor@@GLIBC_2.2.5'":
+    add patch gcc-4.8.dpatch to link against math lib.
+    (Closes: #713627)
+
+ -- gregor herrmann <gre...@debian.org>  Sun, 14 Jul 2013 15:16:21 +0200
+
 rox (2.10-3) unstable; urgency=low
 
   * Added asneeded.dpatch to fix a missing libdl linking. 
diff -u rox-2.10/debian/patches/00list rox-2.10/debian/patches/00list
--- rox-2.10/debian/patches/00list
+++ rox-2.10/debian/patches/00list
@@ -13,0 +14 @@
+gcc-4.8
only in patch2:
unchanged:
--- rox-2.10.orig/debian/patches/gcc-4.8.dpatch
+++ rox-2.10/debian/patches/gcc-4.8.dpatch
@@ -0,0 +1,20 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## gcc-4.8.dpatch by gregor herrmann <gre...@debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: link to math lib
+## DP: http://bugs.debian.org/713627
+
+@DPATCH@
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' rox-2.10~/ROX-Filer/src/Makefile.in rox-2.10/ROX-Filer/src/Makefile.in
+--- rox-2.10~/ROX-Filer/src/Makefile.in	2013-07-14 15:12:29.000000000 +0200
++++ rox-2.10/ROX-Filer/src/Makefile.in	2013-07-14 15:13:04.428628166 +0200
+@@ -7,7 +7,7 @@
+ .SUFFIXES: .c .o
+ 
+ PKG_CONFIG = @PKG_CONFIG@
+-LIBS = @LIBS@ @LFS_LDFLAGS@ -lICE -lSM -ldl
++LIBS = @LIBS@ @LFS_LDFLAGS@ -lICE -lSM -ldl -lm
+ #PROF = -fprofile-arcs -pg
+ 
+ PKG_CONFIG_FLAGS=

Attachment: signature.asc
Description: Digital signature

Reply via email to