This bug was fixed in the package cmake - 3.0.2-1ubuntu1 --------------- cmake (3.0.2-1ubuntu1) vivid; urgency=medium * Merge from Debian unstable (LP: #1357270). Remaining changes: - debian/cmake-data.install debian/MultiArchCross.cmake debian/patches/ubuntu_cmake-crosscompile.patch Add MultiArchCross.cmake to installed files. (help cmake to find libraries in multiarch path) xnox says this is not yet ready to go upstream but he will work on it - debian/patches/ubuntu_boost-multiarch.patch find boost and python in multiarch path this is a candidate for removal but needs rdepend testing * Drop multiarch-python-include-dirs.diff no longer required according to bug report cmake (3.0.2-1) unstable; urgency=medium * New upstream release. - Adds support for OpenRISC (or1k). (Closes: #749004) * Detect the processor when running on Hurd. (Closes: #761060) - Add hurd_host_system_processor.diff, cherry-picked from upstream. * Revert cmake-qt-gui to Qt 4 for now as qtbase 5 fails to build on some architectures. cmake (3.0.1-1) experimental; urgency=medium * New upstream release. * Drop patches (fixed upstream): - fix-bootstrap-test-1.diff - fix-bootstrap-test-2.diff cmake (3.0.0-1) experimental; urgency=medium * New upstream release. (Closes: #743231) - Uses multiarch libdir only when prefix is /usr. (Closes: #739876) - Doesn't crash on bad generator name. (Closes: #747306) - Provides a FindLua module that supports versions 5.0 - 5.3. (Closes: #739285) - Fixes parsing CMakeLists.txt in UTF-8 with BOM encoding. (Closes: #593327) - Call cmake-gui for edit_cache when using the ninja generator. (Closes: #712241) * Drop patches (fixed upstream): - install_to_multiarch_libdir_on_kfreebsd_hurd.diff - FindPHP4_fix_typo.diff - FindJNI_amd64_ppc_biarch.diff - fix-FindFreetype.diff - FindRuby_support_Ruby_2.diff - fix-FindFreetype-version.diff * Refresh patches: - FindJNI.cmake.mips.patch - FindJNI_ppc64le.diff * Fix running the test suite. - Cherry-pick upstream fix in fix-bootstrap-test-1.diff and fix-bootstrap-test-2.diff * Build the sphinx documentation and man pages. - Build-depend on python-sphinx. * Update install files. * Pass --list-missing to dh_install. * Use sphinxdoc debhelper sequence. * Add -Wl,--as-needed to LDFLAGS to avoid overlinking. * Drop custom cmake-gui manpage, upstream provides one now. * Build cmake-qt-gui against Qt 5. * Drop obsolete lintian override cmake-data: extra-license-file. [ Lisandro Damián Nicanor Pérez Meyer ] * Update debian/copyright. cmake (2.8.12.2-2) unstable; urgency=high * Search for Python 3.4 in FindPython{Interp,Libs}. - Add search_for_python3.4.diff * Don't create docs symlinks from arch-dep to arch-indep packages. (Closes: #760823) * Move the rm_conffile calls to cmake.maintscript. cmake (2.8.12.2-1) unstable; urgency=medium [ Felix Geyer ] * New upstream release. * Add Lisandro and myself to uploaders. * Correctly pass CXXFLAGS with CPPFLAGS to bootstrap. * Suggest ninja-build as cmake provides a generator for ninja. (Closes: #743229) * Fix JNI detection on ppc64el. - Add FindJNI_ppc64le.diff, cherry-picked from upstream. * Drop ancient Breaks/Replaces. * Add lintian override for source-is-missing tags. These are just binary test files used by the test suite to verify that changing the RPATH works fine. * Drop some redundant build options from debian/rules. * Drop multiarch_findgtk2_fix.diff, was already fixed upstream in 2.8.11. [ Lisandro Damián Nicanor Pérez Meyer ] * Update debian/copyright. cmake (2.8.12.1-1.6) unstable; urgency=low * Non-maintainer upload. * Fix HDF5 macro for HL and Fortran_HL components (closes: #756108). cmake (2.8.12.1-1.5) unstable; urgency=medium * Non-maintainer upload. * Detect the version string of Freetype 2.5. (Closes: #732182) - Add fix-FindFreetype-version.diff, cherry-picked from upstream. * Detect the multi-arch ImageMagick include dirs. (Closes: #747907) - Add fix-FindImageMagick-1.diff and fix-FindImageMagick-2.diff, cherry-picked from upstream. cmake (2.8.12.1-1.4) unstable; urgency=medium * Non-maintainer upload. * Add support for mips64 mips64el mipsn32 mipsn32el in Modules/FindJNI.cmake. Add FindJNI.cmake.mips.patch. Patch by Yunqiang Su. Closes: #747174. cmake (2.8.12.1-1.3) unstable; urgency=medium * Non-maintainer upload. * multiarch-python-include-dirs.diff has bad side-effects Drop multiarch-python-include-dirs.diff Closes: #735248 cmake (2.8.12.1-1.2) unstable; urgency=low * Non-maintainer upload. * Backport patch to support Ruby 2.0 and 2.1 in FindRuby.cmake. (closes: #739826, #730095) -- Jonathan Riddell