summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-11-01 14:58:37 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-11-01 14:58:37 (GMT)
commit2fb83cc8710898e1fc802b68c9d55c456913719a (patch)
treefd0a755d442ce71737332fbf0b0ba7e11cfe1438 /Modules
parent4c7de5d3940cdf7b648d89642968c95168949182 (diff)
parentc75b8910a440f538c3595a7a738b50b71a6636d6 (diff)
downloadCMake-2fb83cc8710898e1fc802b68c9d55c456913719a.zip
CMake-2fb83cc8710898e1fc802b68c9d55c456913719a.tar.gz
CMake-2fb83cc8710898e1fc802b68c9d55c456913719a.tar.bz2
Merge topic 'CPackDeb-doc-typos'
c75b8910 CPackDeb: fix copy-n-paste typos in documentation
Diffstat (limited to 'Modules')
-rw-r--r--Modules/CPackDeb.cmake6
1 files changed, 3 insertions, 3 deletions
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