tags 713575 + pending
thanks

Dear maintainer,

I've prepared an NMU for libgcal (versioned as 0.9.6-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: Weather Report: Elegant People
diff -Nru libgcal-0.9.6/debian/changelog libgcal-0.9.6/debian/changelog
--- libgcal-0.9.6/debian/changelog	2011-05-30 10:30:11.000000000 +0200
+++ libgcal-0.9.6/debian/changelog	2013-11-13 21:01:02.000000000 +0100
@@ -1,3 +1,15 @@
+libgcal (0.9.6-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "FTBFS: ld: /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-
+    linux-gnu/libcheck_pic.a(check_pack.o): undefined reference to
+    symbol '__pthread_unregister_cancel@@GLIBC_2.3.3'":
+    add patch 02_link_pthread.patch from Ubuntu / Andreas Moog:
+    - explicitly link the tests with pthread
+    (Closes: #713575)
+
+ -- gregor herrmann <gre...@debian.org>  Wed, 13 Nov 2013 21:00:38 +0100
+
 libgcal (0.9.6-3) unstable; urgency=low
 
   [ José Manuel Santamaría Lema ]
diff -Nru libgcal-0.9.6/debian/patches/02_link_pthread.patch libgcal-0.9.6/debian/patches/02_link_pthread.patch
--- libgcal-0.9.6/debian/patches/02_link_pthread.patch	1970-01-01 01:00:00.000000000 +0100
+++ libgcal-0.9.6/debian/patches/02_link_pthread.patch	2013-11-13 21:00:24.000000000 +0100
@@ -0,0 +1,15 @@
+Description: explicitly link the tests with pthread to fix FTBFS (Closes: #713575)
+Author: Andreas Moog <am...@ubuntu.com>
+Bug-Debian: http://bugs.debian.org/713575
+
+--- libgcal-0.9.6.orig/utests/CMakeLists.txt
++++ libgcal-0.9.6/utests/CMakeLists.txt
+@@ -21,7 +21,7 @@ set(GCAL_TEST_SOURCE_FILES
+ )
+ 
+ add_executable(testgcal ${GCAL_TEST_SOURCE_FILES})
+-target_link_libraries(testgcal gcal ${CHECK_LIBRARIES})
++target_link_libraries(testgcal gcal ${CHECK_LIBRARIES} pthread)
+ 
+ add_custom_target(
+ 	test
diff -Nru libgcal-0.9.6/debian/patches/series libgcal-0.9.6/debian/patches/series
--- libgcal-0.9.6/debian/patches/series	2011-05-02 12:59:54.000000000 +0200
+++ libgcal-0.9.6/debian/patches/series	2013-11-13 21:00:24.000000000 +0100
@@ -1 +1,2 @@
 01_check_for_empty_strings_before_copy_them.patch
+02_link_pthread.patch

Attachment: signature.asc
Description: Digital signature

Reply via email to