-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 05 Nov 2016 00:25:34 +0100 Source: cmake Binary: cmake cmake-data cmake-curses-gui cmake-qt-gui cmake-doc Architecture: source amd64 all Version: 3.6.2-2~bpo8+1 Distribution: jessie-backports Urgency: medium Maintainer: Debian CMake Team <pkg-cmake-team@lists.alioth.debian.org> Changed-By: Felix Geyer <fgeyer@debian.org> 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-doc - extended documentation in various formats for CMake cmake-qt-gui - Qt4 based user interface for CMake (cmake-gui) Closes: 738161 760298 772218 772631 780704 784443 785126 785128 785267 789807 792262 802826 809535 818040 818937 819775 820334 824263 828092 835426 Changes: cmake (3.6.2-2~bpo8+1) jessie-backports; urgency=medium . * Rebuild for jessie-backports. . cmake (3.6.2-2) unstable; urgency=medium . * Add mips-rld-map-rel.patch to solve segfaults caused by new DT_MIPS_RLD_MAP_REL tag and RPATH removers (Closes: #820334). Thanks James Cowgill for the patch. * Refresh patches. . cmake (3.6.2-1) unstable; urgency=medium . * New upstream release. * Fix broken binaries when using clang with -fsanitize. (Closes: #835426) - Add CMakeParseImplicitLinkInfo_Exclude_libclang_rt.patch, cherry-picked from upstream. . cmake (3.6.1-1) unstable; urgency=medium . * New upstream release. * Drop FindImageMagick_find_program.patch, the underlying issue has been fixed upstream. . cmake (3.6.0-1) experimental; urgency=medium . * New upstream release. * Drop patches that have been applied upstream: - FindLibArchive_Support_libarchive_3.2.patch - file_Sort_GLOB_results_to_make_it_deterministic.patch * Fix detection of ImageMagick. - Add FindImageMagick_find_program.patch * Add new autopkgtest which checks if various Find modules are wokring, . cmake (3.5.2-2) unstable; urgency=medium . * Make FindLibArchive compatible with libarchive 3.2. (Closes: #828092) - Add FindLibArchive_Support_libarchive_3.2.patch * Backport patch to make file(GLOB) order deterministic. (Closes: #824263) - Add file_Sort_GLOB_results_to_make_it_deterministic.patch . cmake (3.5.2-1) unstable; urgency=medium . * New upstream release. * Add cvs to autopkgtest Depends. (Closes: #819775) . cmake (3.5.1-1) unstable; urgency=medium . * New upstream release. - Fixes FindCUDA regression in separate compilation. (Closes: #818937) * Update copyright file. . cmake (3.5.0-1) unstable; 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. * Migrate to dbgsym debug package. . cmake (3.4.1-2) unstable; urgency=medium . * Upload to unstable. . cmake (3.4.1-1) experimental; urgency=medium . * New upstream release. . cmake (3.4.0-1) experimental; urgency=medium . * New upstream release. * Drop patches that have been applied upstream: - FindJNI.cmake.mips.patch - fix-hdf5-hl.patch - FindJNI-Add-support-for-x32-architecture-on-Linux.patch - Features_Extract_strings_from_test_binary_more_reliably.patch - FindPkgConfig_remove_variable_dereference.patch - FindPython_Add_versions_3.5_and_3.6.patch * Point watch file to the https URL. * Stop hardcoding the major version in cmake-data.install. * Remove upgrade maintainer scripts from before wheezy. . cmake (3.3.2-2) unstable; urgency=medium . * Search for Python 3.5 and 3.6. (Closes: #802826) - Add FindPython_Add_versions_3.5_and_3.6.patch * Add tighter build-depends on dpkg-dev and debhelper for Build-Profiles support. . cmake (3.3.2-1) unstable; urgency=medium . * Upload to unstable. * New upstream release. * Drop Debian menu entries. * Make compiler feature testing more reliable. - Fixes testsuite failure on alpha. (Closes: #789807) - Features_Extract_strings_from_test_binary_more_reliably.patch * Fix FindPkgConfig when no minimum version has been set. - FindPkgConfig_remove_variable_dereference.patch * Remove inactive uploaders from the list. . cmake (3.3.1-2) experimental; urgency=medium . * Set the team mailing list as maintainer. * Add a stage1 build profile that disables building cmake-qt-gui. (Closes: #738161) * Add autopkgtests which run the upstream testsuite against the system cmake. * Add support for x32 in FindJNI. (Closes: #792262) - FindJNI-Add-support-for-x32-architecture-on-Linux.patch . cmake (3.3.1-1) experimental; urgency=medium . * New upstream release. - Fixes bashism in Modules/Squish4RunTestCase.sh. (Closes: #772218) * Drop patches that have been applied upstream: - cpack-doc-typo.patch - protect-tests-from-makeflags.patch - custom-sphinx-flags.patch - fix-mips-endian.patch - openjdk-8-detection.patch * Move bash_completion from /etc to /usr/share. - Stop using dh_bash-completion. It still installs files to /etc and dh_install works just fine. . cmake (3.2.2-2) unstable; urgency=medium . * 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=medium . [ 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 Checksums-Sha1: 7f8e058003db5465d503efce63189976ba56ce21 2459 cmake_3.6.2-2~bpo8+1.dsc 6c6ac74682cfec600639ce19e83a534a65db2772 32744 cmake_3.6.2-2~bpo8+1.debian.tar.xz 73ec35f167d82dead921ebcacef682ada1db6605 2888560 cmake_3.6.2-2~bpo8+1_amd64.deb d1635a95e9858b824a8d2ba52e02d999b35d4844 1161830 cmake-data_3.6.2-2~bpo8+1_all.deb 4f51f7b7d8d401801579d9767a558793fa20ed30 1377244 cmake-curses-gui_3.6.2-2~bpo8+1_amd64.deb 00b1a1fdb833b6755199bb78b13f7ccc84988ce6 1492410 cmake-qt-gui_3.6.2-2~bpo8+1_amd64.deb 9f56fcf00ec85611a4e6e2d321149c04e7c0e4a8 867616 cmake-doc_3.6.2-2~bpo8+1_all.deb Checksums-Sha256: 4fa00ad5fa6000b797824f5e55d750731f2c2f7b2e8001e5401b3c1c6513086d 2459 cmake_3.6.2-2~bpo8+1.dsc 8f4ddc9b2d060fbda98371b0658d0c3c43c7e452ac4bb8fa7e0fa7d289703fed 32744 cmake_3.6.2-2~bpo8+1.debian.tar.xz 7f905e1e5f1b1519123ca96cb785b4b386c953a8c230720d797800a7b0ec4444 2888560 cmake_3.6.2-2~bpo8+1_amd64.deb 52a378959038641dd69eb847836dd2f103d20ce50ebdf40a39ee8a702a76273f 1161830 cmake-data_3.6.2-2~bpo8+1_all.deb 95d78f52003dd09fbd7ec359a224601293cc4363da3fe0fb941cfb317932db73 1377244 cmake-curses-gui_3.6.2-2~bpo8+1_amd64.deb 9a6b5f177898b53e8ff0d263289a32cc7eb5bd4708c6b7943f90d7f3e4a0de1c 1492410 cmake-qt-gui_3.6.2-2~bpo8+1_amd64.deb a67058210b94e8b14f07b4643ce082de9f0ca92140d49afd332039f982b718c0 867616 cmake-doc_3.6.2-2~bpo8+1_all.deb Files: 5421ecdd38eaaec1290c0de1af89cd2f 2459 devel optional cmake_3.6.2-2~bpo8+1.dsc 989233cdcb5720515a321e24a038560c 32744 devel optional cmake_3.6.2-2~bpo8+1.debian.tar.xz 2030fd9fc3e1ee0950c9f52b55b127d4 2888560 devel optional cmake_3.6.2-2~bpo8+1_amd64.deb 1e8a8961a89dfeab44b3365cf56d4407 1161830 devel optional cmake-data_3.6.2-2~bpo8+1_all.deb f248b1134ea87a9eae65cecbf3632f50 1377244 devel optional cmake-curses-gui_3.6.2-2~bpo8+1_amd64.deb 0fcb7686283f93f7d71d5498b71ec116 1492410 devel optional cmake-qt-gui_3.6.2-2~bpo8+1_amd64.deb c7157e5b508825e34b42e8025b250b3f 867616 doc optional cmake-doc_3.6.2-2~bpo8+1_all.deb -----BEGIN PGP SIGNATURE----- iQIcBAEBCgAGBQJYHgp2AAoJEP4ixv2DE11F8sEP/iNnLBYbPgCb+wnw6h5F1ayY sozdsiujWujhzvmrVHtm1E4m9y9ctT7veLTUfauKuOEfG2iHEh7Q0BKMVeouNDSK Xsk27oms2jdcTLiI8Vz380ZKiIfzzI75Hsx+DPnmQjEhZ2CkJQcXXyN/HaBBJUcv q5hutdsH45Zc1VFhxPm1IwfHoMVtpneQpAptU4Uc1jeSPfKd0+QsTPuA492E5l/F rfnPSApup5xgXpdg0VtCB7948cXBa9N34B6oftsI38YaT0+nedQVTTTZM0CF859i dqGYmYDN88E7lre1IMVoFi2IGKdmAAspB6IxYnVPZzbpd9lE0b4+6mxLTXU5kx7j FWrG1aodk+lqHrb731RDwIz3r73WMnR+B59J4jRzgO9/5rRHp2HyR+9ekFMAqIE2 t4/SjY+h9ZHfQDK8ApiUN5QlZA535u69CwbltPdz7+HgWfd2CivZDVtmgUKgbm9b gk90rkQgfinGtzCQ+8Dhtu4ZG+2eCSwnRIAljevyPWiXTbm5E0+LNhXpj1cxpXUG eu2XBTaIP6fqRcpyhl9BvajBrDdnBKmBp4YiIJdl5CdpC26m0Rh/t5uloZ2drAuC l86Zy7jk0OjMPaLmB+PNTGxNWayRYR2IRI+dVUbCrKgAAmcvLaP/F9mVVy2Ftd0Z Gw4aks0L5aFfDHg0Q1GS =pRLH -----END PGP SIGNATURE-----