[Pkg-cmake-commits] [cmake] 02/05: Updated version 3.9.1 from 'upstream/3.9.1'

Felix Geyer fgeyer at moszumanska.debian.org
Fri Aug 11 10:28:34 UTC 2017


This is an automated email from the git hooks/post-receive script.

fgeyer pushed a commit to branch master
in repository cmake.

commit 60286bc9bc126e68d99e8baa20291f6a4796a60f
Merge: 4a684be 86a21c1
Author: Felix Geyer <fgeyer at debian.org>
Date:   Fri Aug 11 09:33:38 2017 +0200

    Updated version 3.9.1 from 'upstream/3.9.1'
    
    with Debian dir ec1d505e50aab57181ddea977571bd5fd6ef6150

 Help/command/FIND_XXX.txt                          |  28 +-
 Help/command/find_file.rst                         |   3 -
 Help/command/find_library.rst                      |   3 -
 Help/command/find_package.rst                      |  23 +-
 Help/command/find_path.rst                         |   3 -
 Help/command/find_program.rst                      |   2 -
 Help/policy/CMP0069.rst                            |   8 +-
 Help/release/3.9.rst                               |  19 +-
 Help/release/index.rst                             |   2 +
 Modules/FindBoost.cmake                            |   2 +
 Modules/FindJava.cmake                             |   4 +-
 Modules/Platform/Android-Common.cmake              |  12 +-
 Modules/UseSWIG.cmake                              |   6 +-
 Source/CMakeVersion.cmake                          |   2 +-
 Source/cmFindBase.cxx                              |   2 +
 Source/cmFindCommon.cxx                            |   7 +
 Source/cmFindCommon.h                              |   3 +
 Source/cmFindPackageCommand.cxx                    |  22 +
 Source/cmFindPackageCommand.h                      |   1 +
 Source/cmGlobalVisualStudio10Generator.cxx         |   1 +
 Source/cmQtAutoGenerators.cxx                      |  11 +
 Source/cmServerProtocol.cxx                        |   4 +-
 Tests/RunCMake/find_package/PackageRoot-stderr.txt | 396 ++-------------
 Tests/RunCMake/find_package/PackageRoot.cmake      | 134 +-----
 .../PackageRoot/{FindBar.cmake => BarConfig.cmake} |   1 +
 .../find_package/PackageRoot/FindBar.cmake         |   1 +
 .../find_package/PackageRoot/FindFoo.cmake         |   4 +-
 .../cmake_root/cmake/BarConfig.cmake}              |   1 +
 .../env_root/cmake/BarConfig.cmake}                |   1 +
 .../PackageRootNestedConfig-stderr.txt             | 298 ++++++++++++
 .../find_package/PackageRootNestedConfig.cmake     | 141 ++++++
 .../PackageRootNestedModule-stderr.txt             | 298 ++++++++++++
 .../find_package/PackageRootNestedModule.cmake     | 141 ++++++
 Tests/RunCMake/find_package/RunCMakeTest.cmake     |   2 +
 Utilities/Scripts/update-expat.bash                |   6 +-
 Utilities/Sphinx/cmake.py                          |  17 +-
 Utilities/cmexpat/CMakeLists.txt                   |   7 +-
 Utilities/cmexpat/ConfigureChecks.cmake            |   2 +-
 Utilities/cmexpat/README                           | 139 ------
 Utilities/cmexpat/README.md                        | 126 +++++
 Utilities/cmexpat/lib/expat.h                      |   3 +-
 Utilities/cmexpat/lib/loadlibrary.c                | 141 ++++++
 Utilities/cmexpat/lib/siphash.h                    |  55 ++-
 Utilities/cmexpat/lib/xmlparse.c                   | 530 ++++++++++++++++++---
 Utilities/cmexpat/lib/xmlrole.c                    |  30 +-
 Utilities/cmexpat/lib/xmltok.c                     |  13 +-
 Utilities/cmexpat/lib/xmltok_impl.c                |  39 +-
 47 files changed, 1896 insertions(+), 798 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cmake/cmake.git



More information about the Pkg-cmake-commits mailing list