New upstream release.

* New upstream release.
  - Fixes fltk_wrap_ui segmentation fault. (Closes: #809535)
ci/unstable
Felix Geyer 9 years ago
parent daf8f217f9
commit 0ab9bb1454

4
debian/changelog vendored

@ -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.

@ -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)

Loading…
Cancel
Save