[Cmake-commits] CMake branch, next, updated. v3.5.2-1623-gd85aa58
Domen Vrankar
domen.vrankar at gmail.com
Tue May 31 17:06:17 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 d85aa5879305fb82da613028dbda41ac66f08c93 (commit)
via 6d7243240c0a1ad807207c6bfd3d6392a658f7ef (commit)
from d975bf0ecbf8e10f745585f82397f07aa161fdf9 (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=d85aa5879305fb82da613028dbda41ac66f08c93
commit d85aa5879305fb82da613028dbda41ac66f08c93
Merge: d975bf0 6d72432
Author: Domen Vrankar <domen.vrankar at gmail.com>
AuthorDate: Tue May 31 17:06:17 2016 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue May 31 17:06:17 2016 -0400
Merge topic 'cpack-documentation-improvements' into next
6d724324 fixup! CPackRPM and CPackDeb documentation improvements
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=6d7243240c0a1ad807207c6bfd3d6392a658f7ef
commit 6d7243240c0a1ad807207c6bfd3d6392a658f7ef
Author: Domen Vrankar <domen.vrankar at gmail.com>
AuthorDate: Tue May 31 23:05:50 2016 +0200
Commit: Domen Vrankar <domen.vrankar at gmail.com>
CommitDate: Tue May 31 23:05:50 2016 +0200
fixup! CPackRPM and CPackDeb documentation improvements
diff --git a/Modules/CPackDeb.cmake b/Modules/CPackDeb.cmake
index 30b65c2..300d710 100644
--- a/Modules/CPackDeb.cmake
+++ b/Modules/CPackDeb.cmake
@@ -170,6 +170,10 @@
# .. variable:: CPACK_DEBIAN_COMPRESSION_TYPE
#
# The compression used for creating the Debian package.
+#
+# * Mandatory : YES
+# * Default : "gzip"
+#
# Possible values are:
#
# - lzma
@@ -177,9 +181,6 @@
# - bzip2
# - gzip
#
-# * Mandatory : YES
-# * Default : "gzip"
-#
# .. variable:: CPACK_DEBIAN_PACKAGE_PRIORITY
# CPACK_DEBIAN_<COMPONENT>_PACKAGE_PRIORITY
#
-----------------------------------------------------------------------
Summary of changes:
Modules/CPackDeb.cmake | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list