[Cmake-commits] CMake branch, next, updated. v3.7.0-rc2-858-gbbfdde3

Brad King brad.king at kitware.com
Tue Nov 1 10:19:28 EDT 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  bbfdde3378281d2764025aef0ee965b1806397ae (commit)
       via  c75b8910a440f538c3595a7a738b50b71a6636d6 (commit)
      from  2b40bc240e51585f5184d057146d2e4da2fbed84 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=bbfdde3378281d2764025aef0ee965b1806397ae
commit bbfdde3378281d2764025aef0ee965b1806397ae
Merge: 2b40bc2 c75b891
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Nov 1 10:19:28 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Nov 1 10:19:28 2016 -0400

    Merge topic 'CPackDeb-doc-typos' into next
    
    c75b8910 CPackDeb: fix copy-n-paste typos in documentation


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c75b8910a440f538c3595a7a738b50b71a6636d6
commit c75b8910a440f538c3595a7a738b50b71a6636d6
Author:     Alex Turbov <i.zaufi at gmail.com>
AuthorDate: Tue Nov 1 22:07:22 2016 +0800
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Nov 1 10:13:20 2016 -0400

    CPackDeb: fix copy-n-paste typos in documentation

diff --git a/Modules/CPackDeb.cmake b/Modules/CPackDeb.cmake
index 653283c..4a7a6b8 100644
--- a/Modules/CPackDeb.cmake
+++ b/Modules/CPackDeb.cmake
@@ -32,11 +32,11 @@
 #  - https://cmake.org/Wiki/CMake:CPackConfiguration
 #  - https://cmake.org/Wiki/CMake:CPackPackageGenerators#DEB_.28UNIX_only.29
 #
-# List of CPackRPM specific variables:
+# List of CPackDEB specific variables:
 #
 # .. variable:: CPACK_DEB_PACKAGE_COMPONENT
 #
-#  Enable component packaging for CPackRPM
+#  Enable component packaging for CPackDEB
 #
 #  * Mandatory : NO
 #  * Default   : OFF
@@ -616,7 +616,7 @@ function(cpack_deb_prepare_package_vars)
     find_program(SHLIBDEPS_EXECUTABLE dpkg-shlibdeps)
 
     if(SHLIBDEPS_EXECUTABLE)
-      # Check version of the dpkg-shlibdeps tool using CPackRPM method
+      # Check version of the dpkg-shlibdeps tool using CPackDEB method
       execute_process(COMMAND env LC_ALL=C ${SHLIBDEPS_EXECUTABLE} --version
         OUTPUT_VARIABLE _TMP_VERSION
         ERROR_QUIET

-----------------------------------------------------------------------

Summary of changes:
 Modules/CPackDeb.cmake |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list