tags 747052 + patch
tags 747052 + pending
thanks

Dear maintainer,

I've prepared an NMU for easyspice (versioned as 0.6.8-2.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.
-- 
Regards,
        dai

GPG Fingerprint = 0B29 D88E 42E6 B765 B8D8 EA50 7839 619D D439 668E
diff -u easyspice-0.6.8/debian/changelog easyspice-0.6.8/debian/changelog
--- easyspice-0.6.8/debian/changelog
+++ easyspice-0.6.8/debian/changelog
@@ -1,3 +1,11 @@
+easyspice (0.6.8-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Added missing math lib to link, fixing FTBFS (Closes: 747052).
+    - debian/patches/libm_underlinkage.patch: pick up from 0.6.8-2ubuntu1.
+
+ -- HIGUCHI Daisuke (VDR dai) <d...@debian.org>  Fri, 09 May 2014 22:09:33 +0900
+
 easyspice (0.6.8-2) unstable; urgency=low
 
   * Bump standards version to 3.7.3. No changes needed.
diff -u easyspice-0.6.8/debian/patches/series easyspice-0.6.8/debian/patches/series
--- easyspice-0.6.8/debian/patches/series
+++ easyspice-0.6.8/debian/patches/series
@@ -1 +1,2 @@
+libm_underlinkage.patch
 01_docurl.diff
only in patch2:
unchanged:
--- easyspice-0.6.8.orig/debian/patches/libm_underlinkage.patch
+++ easyspice-0.6.8/debian/patches/libm_underlinkage.patch
@@ -0,0 +1,31 @@
+Description: Added missing math lib to link, fixing FTBFS.
+Author: Daniel T Chen <crim...@ubuntu.com>
+Bug-Debian: https://bugs.debian.org/747052
+Last-Update: 2013-04-11
+
+Index: easyspice-0.6.8/src/Makefile.am
+===================================================================
+--- easyspice-0.6.8.orig/src/Makefile.am	2013-04-11 09:44:23.680002124 -0400
++++ easyspice-0.6.8/src/Makefile.am	2013-04-11 09:44:34.571928687 -0400
+@@ -18,7 +18,7 @@
+ 	spice.c \
+ 	util.c 
+ 
+-easy_spice_LDADD = @PACKAGE_LIBS@ $(INTLLIBS)
++easy_spice_LDADD = @PACKAGE_LIBS@ $(INTLLIBS) -lm
+ 
+ localedir = @datadir@/locale
+ DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
+Index: easyspice-0.6.8/src/Makefile.in
+===================================================================
+--- easyspice-0.6.8.orig/src/Makefile.in	2013-04-11 09:44:17.416036093 -0400
++++ easyspice-0.6.8/src/Makefile.in	2013-04-11 09:44:43.115859927 -0400
+@@ -181,7 +181,7 @@
+ 	spice.c \
+ 	util.c 
+ 
+-easy_spice_LDADD = @PACKAGE_LIBS@ $(INTLLIBS)
++easy_spice_LDADD = @PACKAGE_LIBS@ $(INTLLIBS) -lm
+ AM_CFLAGS = -Wall
+ all: all-am
+ 

Attachment: signature.asc
Description: Digital signature

Reply via email to