Format: 1.8 Date: Wed, 02 Sep 2015 04:37:14 +0000 Source: cmake Binary: cmake cmake-data cmake-curses-gui cmake-qt-gui cmake-doc cmake-dbg Architecture: source Version: 3.2.2-2ubuntu3~ubuntu14.04.1 Distribution: trusty Urgency: high Maintainer: Ubuntu Developers Changed-By: caktux (Buildserver key) Description: cmake - cross-platform, open-source make system cmake-curses-gui - curses based user interface for CMake (ccmake) cmake-data - CMake data files (modules, templates and documentation) cmake-dbg - debugging symbols for CMake cmake-doc - extended documentation in various formats for CMake cmake-qt-gui - Qt4 based user interface for CMake (cmake-gui) Closes: 593327 712241 730095 732182 735248 739285 739826 739876 743229 743231 747174 747306 747907 749004 756108 760298 760823 761060 772631 780704 784443 785126 785128 785267 Launchpad-Bugs-Fixed: 132355 1357270 1459727 Changes: cmake (3.2.2-2ubuntu3~ubuntu14.04.1) trusty; urgency=low . * No-change backport to trusty . cmake (3.2.2-2ubuntu3) wily; urgency=low . * Add upstream_findpkgconfig.diff to fix FindPkgConfig.cmake . cmake (3.2.2-2ubuntu3~gcc5.1) wily; urgency=low . * Build using GCC 5. . cmake (3.2.2-2ubuntu2) wily; urgency=low . * Install MultiArchCross.cmake into the right directory. . cmake (3.2.2-2ubuntu1) wily; urgency=low . * Merge from Debian unstable (LP: #1459727). 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 . cmake (3.2.2-2) unstable; urgency=low . * Make cmake.bash-completion use wildcards for the minor version thus avoiding installing the file as a script (Closes: #785267). . cmake (3.2.2-1) unstable; urgency=low . [ Mario Lang ] * New upstream release (Closes: #780704). - Fixes version detection in the OpenSSL module. (Closes: #784443) * Add myself to Uploaders. * Build-Depend on liblzma-dev and libjsoncpp-dev. * Drop patches merged upstream: - fix-FindImageMagick-1.diff - fix-FindImageMagick-2.diff - FindJNI_ppc64le.diff - hurd_host_system_processor.diff * Refresh patches: - FindBoost_add_-lpthread_#563479.diff - FindJNI.cmake.mips.patch - fix-ftbfs-on-kfreebsd.patch - fix-hdf5-hl.patch - qt_import_dir_variable.diff * Bump Standards-Version to 3.9.6. * Fix "Typo in cpack documentation" by adding new patch cpack-doc-typo.patch (Closes: #760298) * debian/cmake-data.install: Install new manpage cmake-compile-features.7 . [ Felix Geyer ] * Build cmake-qt-gui against Qt 5 again. * Add protect-tests-from-makeflags.patch, cherry-picked from upstream. - Fixes running the test suite in parallel from dh_auto_test. * Make builds reproducible. - Add custom-sphinx-flags.patch, cherry-picked from upstream. - Pass the date from d/changelog to sphinx. * Add libcurl-ssl-dev as an alternative build-dependency to libcurl4-openssl-dev. (Closes: #785128) * Properly detect mipsel as little endian architecture. (Closes: #785126) - Add fix-mips-endian.patch * Fix detection of openjdk 8. (Closes: #772631) - Add openjdk-8-detection.patch . cmake (3.0.2-1ubuntu2) vivid; urgency=low . * Fix install path of MultiArchCross.cmake to be cmake-3.0. . cmake (3.0.2-1ubuntu1) vivid; urgency=low . * 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=low . * 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=low . * New upstream release. * Drop patches (fixed upstream): - fix-bootstrap-test-1.diff - fix-bootstrap-test-2.diff . cmake (3.0.0-1) experimental; urgency=low . * 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=low . [ 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=low . * 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=low . * 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=low . * 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) . cmake (2.8.12.2-0ubuntu6) utopic; urgency=low . * Add find_python3.4.patch to find Python 3.4 as that is what Ubuntu ships by default (LP: #132355) . cmake (2.8.12.2-0ubuntu5) utopic; urgency=low . * ppc64el-jvm-config.diff: Allow "ppc64" as well as (for backward-compatibility) "ppc64le" as the Java arch-specific library subdirectory name on ppc64el, matching current OpenJDK. . cmake (2.8.12.2-0ubuntu4) utopic; urgency=low . * Add changes from the 2.8.12.1-1.2 upload: - Backport patch to support Ruby 2.0 and 2.1 in FindRuby.cmake. (closes: #739826, #730095). Checksums-Sha1: df8e661b9e579d4fada78fe1eb3e2361f94f34c6 2617 cmake_3.2.2-2ubuntu3~ubuntu14.04.1.dsc d22be01828508027617494c8b59d5999d4c1490e 6438736 cmake_3.2.2.orig.tar.gz ce88a54985bf8e21f03f2192ed8eb39641212f9d 38797 cmake_3.2.2-2ubuntu3~ubuntu14.04.1.debian.tar.gz Checksums-Sha256: 2b3a0459d1895deeedb2d1f4d360157a2f63e315cd57ed511e6bda628da6a7fa 2617 cmake_3.2.2-2ubuntu3~ubuntu14.04.1.dsc ade94e6e36038774565f2aed8866415443444fb7a362eb0ea5096e40d5407c78 6438736 cmake_3.2.2.orig.tar.gz 2c48ba58568a085ccf17abbe2461c2c501322edfacd69b771b061e3bcbe22b92 38797 cmake_3.2.2-2ubuntu3~ubuntu14.04.1.debian.tar.gz Files: 926057af672efceeb59db859b1645ab5 2617 devel optional cmake_3.2.2-2ubuntu3~ubuntu14.04.1.dsc 2da57308071ea98b10253a87d2419281 6438736 devel optional cmake_3.2.2.orig.tar.gz 3f1cd7cb365e033e6a15225be97b830b 38797 devel optional cmake_3.2.2-2ubuntu3~ubuntu14.04.1.debian.tar.gz Original-Maintainer: Modestas Vainius