Dear maintainer,

I've prepared an NMU for gpivtools (versioned as 0.6.0-1.1). The diff is
attached to this message.

Regards.

diff -u gpivtools-0.6.0/debian/changelog gpivtools-0.6.0/debian/changelog
--- gpivtools-0.6.0/debian/changelog
+++ gpivtools-0.6.0/debian/changelog
@@ -1,3 +1,12 @@
+gpivtools (0.6.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix "FTBFS with binutils-gold" add link to libm
+    (thanks Mahyuddin Susanto) (Closes: #554737)
+  * Changed urgency to medium
+
+ -- root <me...@debian.org>  Sat, 03 Dec 2011 14:09:44 +0100
+
 gpivtools (0.6.0-1) unstable; urgency=low
 
   * New upstream release
diff -u gpivtools-0.6.0/debian/patches/00list 
gpivtools-0.6.0/debian/patches/00list
--- gpivtools-0.6.0/debian/patches/00list
+++ gpivtools-0.6.0/debian/patches/00list
@@ -1,0 +2 @@
+02_fix_ftbfs_binutils-gold.dpatch
only in patch2:
unchanged:
--- gpivtools-0.6.0.orig/debian/patches/02_fix_ftbfs_binutils-gold.dpatch
+++ gpivtools-0.6.0/debian/patches/02_fix_ftbfs_binutils-gold.dpatch
@@ -0,0 +1,28 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## Description: Fix FTBFS binutils-gold
+## Author: Mahyuddin Susanto <udi...@ubuntu.com>
+## Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=554737
+
+@DPATCH@
+diff -urNad gpivtools-0.6.0~/src/misc/Makefile.am 
gpivtools-0.6.0/src/misc/Makefile.am
+--- gpivtools-0.6.0~/src/misc/Makefile.am      2008-10-09 21:49:30.000000000 
+0700
++++ gpivtools-0.6.0/src/misc/Makefile.am       2011-01-29 07:36:56.060743848 
+0700
+@@ -73,4 +73,4 @@
+               fi-keyline.pl
+ 
+ INCLUDES              = @GLIB_CFLAGS@ -I $(RTA_TOPDIR)/include -I . -I 
$(K_TOPDIR)/include
+-LDADD                 = @GLIB_LIBS@
++LDADD                 = @GLIB_LIBS@ -lm
+diff -urNad gpivtools-0.6.0~/src/misc/Makefile.in 
gpivtools-0.6.0/src/misc/Makefile.in
+--- gpivtools-0.6.0~/src/misc/Makefile.in      2008-10-09 22:29:23.000000000 
+0700
++++ gpivtools-0.6.0/src/misc/Makefile.in       2011-01-29 07:37:55.240743789 
+0700
+@@ -241,7 +241,7 @@
+               fi-keyline.pl
+ 
+ INCLUDES = @GLIB_CFLAGS@ -I $(RTA_TOPDIR)/include -I . -I $(K_TOPDIR)/include
+-LDADD = @GLIB_LIBS@
++LDADD = @GLIB_LIBS@ -lm
+ all: all-am
+ 
+ .SUFFIXES:
+

Reply via email to