[Cmake-commits] CMake branch, next, updated. v2.8.8-3240-g1eaac09

David Cole david.cole at kitware.com
Tue Jun 19 14:33:16 EDT 2012


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  1eaac09f5891227a8a44b7c85447dfe10df2048f (commit)
       via  5ac6ca083fbbad3040875d6ccf2556d6c9c615c8 (commit)
      from  0c3eb3281ff9cc3d1145789cdc4f83f47a36cab2 (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 -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1eaac09f5891227a8a44b7c85447dfe10df2048f
commit 1eaac09f5891227a8a44b7c85447dfe10df2048f
Merge: 0c3eb32 5ac6ca0
Author:     David Cole <david.cole at kitware.com>
AuthorDate: Tue Jun 19 14:33:14 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Jun 19 14:33:14 2012 -0400

    Merge topic 'CPackDeb-docUpdate' into next
    
    5ac6ca0 CPackDeb add missing documentation for some CPACK_DEBIAN_xx variables.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=5ac6ca083fbbad3040875d6ccf2556d6c9c615c8
commit 5ac6ca083fbbad3040875d6ccf2556d6c9c615c8
Author:     Eric NOULARD <eric.noulard at gmail.com>
AuthorDate: Mon Jun 18 16:15:43 2012 +0200
Commit:     David Cole <david.cole at kitware.com>
CommitDate: Tue Jun 19 14:32:16 2012 -0400

    CPackDeb add missing documentation for some CPACK_DEBIAN_xx variables.
    
    Inspired-By: Doug Linden <linderd at iinet.net.au>

diff --git a/Modules/CPackDeb.cmake b/Modules/CPackDeb.cmake
index fe81dc9..bd3b94d 100644
--- a/Modules/CPackDeb.cmake
+++ b/Modules/CPackDeb.cmake
@@ -68,7 +68,11 @@
 # CPACK_DEBIAN_PACKAGE_HOMEPAGE
 #     Mandatory : NO
 #     Default   : -
-#     The URL of the web site for this package
+#     The URL of the web site for this package, preferably (when applicable) the
+#     site from which the original source can be obtained and any additional
+#     upstream documentation or information may be found.
+#     The content of this field is a simple URL without any surrounding
+#     characters such as <>.
 ##end
 ##variable
 # CPACK_DEBIAN_PACKAGE_SHLIBDEPS
@@ -137,6 +141,30 @@
 #     Packages can declare in their control file that they should overwrite
 #     files in certain other packages, or completely replace other packages.
 ##end
+##variable
+# CPACK_DEBIAN_PACKAGE_RECOMMENDS
+#     Mandatory : NO
+#     Default   : -
+#     see http://www.debian.org/doc/debian-policy/ch-relationships.html#s-binarydeps
+#     Allows packages to declare a strong, but not absolute, dependency on other packages.
+##end
+##variable
+# CPACK_DEBIAN_PACKAGE_SUGGESTS
+#     Mandatory : NO
+#     Default   : -
+#     see http://www.debian.org/doc/debian-policy/ch-relationships.html#s-binarydeps
+#     Allows packages to declare a suggested package install grouping.
+##end
+##variable
+# CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA
+#     Mandatory : NO
+#     Default   : -
+#     This variable allow advanced user to add custom script to the control.tar.gz
+#     Typical usage is for conffiles, postinst, postrm, prerm.
+#     Usage: SET(CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA
+#            "${CMAKE_CURRENT_SOURCE_DIR/prerm;${CMAKE_CURRENT_SOURCE_DIR}/postrm")
+##end
+
 
 #=============================================================================
 # Copyright 2007-2009 Kitware, Inc.

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

Summary of changes:


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list