[Pkg-cmake-commits] [cmake] branch master updated (4a684be -> d25f051)

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


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

fgeyer pushed a change to branch master
in repository cmake.

      from  4a684be   Release to unstable.
       new  86a21c1   New upstream version 3.9.1
       new  60286bc   Updated version 3.9.1 from 'upstream/3.9.1'
       new  be8435d   New upstream release.
       new  542a7fb   Remove fix-java9-detection.patch, applied upstream.
       new  d25f051   Release to unstable.

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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 +-
 debian/changelog                                   |   7 +
 debian/patches/fix-java9-detection.patch           |  27 --
 debian/patches/series                              |   1 -
 50 files changed, 1903 insertions(+), 826 deletions(-)
 copy Tests/RunCMake/find_package/PackageRoot/{FindBar.cmake => BarConfig.cmake} (83%)
 copy Tests/RunCMake/find_package/PackageRoot/{FindBar.cmake => foo/cmake_root/cmake/BarConfig.cmake} (83%)
 copy Tests/RunCMake/find_package/PackageRoot/{FindBar.cmake => foo/env_root/cmake/BarConfig.cmake} (83%)
 create mode 100644 Tests/RunCMake/find_package/PackageRootNestedConfig-stderr.txt
 create mode 100644 Tests/RunCMake/find_package/PackageRootNestedConfig.cmake
 create mode 100644 Tests/RunCMake/find_package/PackageRootNestedModule-stderr.txt
 create mode 100644 Tests/RunCMake/find_package/PackageRootNestedModule.cmake
 delete mode 100644 Utilities/cmexpat/README
 create mode 100644 Utilities/cmexpat/README.md
 create mode 100644 Utilities/cmexpat/lib/loadlibrary.c
 delete mode 100644 debian/patches/fix-java9-detection.patch

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