tags 713595 + patch
tags 713595 + pending
thanks

Dear maintainer,

I've prepared an NMU for goocanvas (versioned as 0.15-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 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: Elton John: Someone Saved My Life Tonight
diff -u goocanvas-0.15/debian/changelog goocanvas-0.15/debian/changelog
--- goocanvas-0.15/debian/changelog
+++ goocanvas-0.15/debian/changelog
@@ -1,3 +1,14 @@
+goocanvas (0.15-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "FTBFS: ld: demo.o: undefined reference to symbol
+    'sincos@@GLIBC_2.2.5'":
+    add patch 11_link.dpatch from Ubuntu / Matthias Klose:
+    Link demos with -lm.
+    (Closes: #713595)
+
+ -- gregor herrmann <[email protected]>  Tue, 05 Nov 2013 17:44:00 +0100
+
 goocanvas (0.15-1) unstable; urgency=low
 
   [ Jeffrey Ratcliffe ]
diff -u goocanvas-0.15/debian/patches/00list goocanvas-0.15/debian/patches/00list
--- goocanvas-0.15/debian/patches/00list
+++ goocanvas-0.15/debian/patches/00list
@@ -1,0 +2 @@
+11_link.dpatch
only in patch2:
unchanged:
--- goocanvas-0.15.orig/debian/patches/11_link.dpatch
+++ goocanvas-0.15/debian/patches/11_link.dpatch
@@ -0,0 +1,45 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+@DPATCH@
+--- ./demo/Makefile.am~	2009-06-29 17:11:11.000000000 +0200
++++ ./demo/Makefile.am	2013-04-02 11:24:42.477349808 +0200
+@@ -18,7 +18,7 @@
+ 	demo-clipping.c demo-table.c demo-large-line.h demo-large-line.c \
+ 	demo-large-items.c demo-large-rect.h demo-large-rect.c
+ 
+-demo_LDADD = $(top_builddir)/src/libgoocanvas.la @PACKAGE_LIBS@ $(INTLLIBS)
++demo_LDADD = $(top_builddir)/src/libgoocanvas.la @PACKAGE_LIBS@ $(INTLLIBS) -lm
+ 
+ mv_demo_SOURCES = \
+ 	mv-demo.c mv-demo-fifteen.c mv-demo-scalability.c mv-demo-grabs.c \
+@@ -26,7 +26,7 @@
+ 	mv-demo-paths.c mv-demo-focus.c mv-demo-animation.c \
+ 	mv-demo-clipping.c mv-demo-table.c
+ 
+-mv_demo_LDADD = $(top_builddir)/src/libgoocanvas.la @PACKAGE_LIBS@ $(INTLLIBS)
++mv_demo_LDADD = $(top_builddir)/src/libgoocanvas.la @PACKAGE_LIBS@ $(INTLLIBS) -lm
+ 
+ table_demo_SOURCES = \
+ 	table-demo.c
+--- ./demo/Makefile.in~	2013-04-02 11:21:32.000000000 +0200
++++ ./demo/Makefile.in	2013-04-02 11:27:29.294446042 +0200
+@@ -288,14 +288,14 @@
+ 	demo-clipping.c demo-table.c demo-large-line.h demo-large-line.c \
+ 	demo-large-items.c demo-large-rect.h demo-large-rect.c
+ 
+-demo_LDADD = $(top_builddir)/src/libgoocanvas.la @PACKAGE_LIBS@ $(INTLLIBS)
++demo_LDADD = $(top_builddir)/src/libgoocanvas.la @PACKAGE_LIBS@ $(INTLLIBS) -lm
+ mv_demo_SOURCES = \
+ 	mv-demo.c mv-demo-fifteen.c mv-demo-scalability.c mv-demo-grabs.c \
+ 	mv-demo-arrowhead.c mv-demo-features.c mv-demo-events.c \
+ 	mv-demo-paths.c mv-demo-focus.c mv-demo-animation.c \
+ 	mv-demo-clipping.c mv-demo-table.c
+ 
+-mv_demo_LDADD = $(top_builddir)/src/libgoocanvas.la @PACKAGE_LIBS@ $(INTLLIBS)
++mv_demo_LDADD = $(top_builddir)/src/libgoocanvas.la @PACKAGE_LIBS@ $(INTLLIBS) -lm
+ table_demo_SOURCES = \
+ 	table-demo.c
+ 

Attachment: signature.asc
Description: Digital signature

Reply via email to