From 0ab9bb145403ea0f380e52463842c624f26880bc Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Sun, 13 Mar 2016 13:37:39 +0100 Subject: [PATCH] New upstream release. * New upstream release. - Fixes fltk_wrap_ui segmentation fault. (Closes: #809535) --- debian/changelog | 4 +++- debian/patches/FindBoost_add_-lpthread_#563479.diff | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4d81b8588..0d6b16df9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,7 @@ -cmake (3.4.1-3) UNRELEASED; urgency=medium +cmake (3.5.0-1) UNRELEASED; urgency=medium + * New upstream release. + - Fixes fltk_wrap_ui segmentation fault. (Closes: #809535) * Pass correct buildsystem to dh_auto_test, fixes FTBFS. (Closes: #818040) * Change Vcs-* and Homepage to https URLs. diff --git a/debian/patches/FindBoost_add_-lpthread_#563479.diff b/debian/patches/FindBoost_add_-lpthread_#563479.diff index a1238a7e5..1d9a66f29 100644 --- a/debian/patches/FindBoost_add_-lpthread_#563479.diff +++ b/debian/patches/FindBoost_add_-lpthread_#563479.diff @@ -12,7 +12,7 @@ Index: cmake/Modules/FindBoost.cmake --- cmake.orig/Modules/FindBoost.cmake +++ cmake/Modules/FindBoost.cmake @@ -447,6 +447,22 @@ function(_Boost_GUESS_COMPILER_PREFIX _r - set(${_ret} ${_boost_COMPILER} PARENT_SCOPE) + set(${componentvar} ${_boost_processed_components} PARENT_SCOPE) endfunction() +function(_Boost_consider_adding_pthreads _outvar)