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  1ddb9c87379fb888b1ba3fe6198214486dd73f7b (commit)
       via  e564fe352916316f0044a4ac4491a54b3c43c7ae (commit)
      from  b7b7274f3718b3ad7cd83db06a04adddf5e5acc5 (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=1ddb9c87379fb888b1ba3fe6198214486dd73f7b
commit 1ddb9c87379fb888b1ba3fe6198214486dd73f7b
Merge: b7b7274 e564fe3
Author:     Domen Vrankar <domen.vran...@gmail.com>
AuthorDate: Wed Nov 4 15:45:28 2015 -0500
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Wed Nov 4 15:45:28 2015 -0500

    Merge topic 'cpack-deb-config-file-source-field' into next
    
    e564fe35 fixup! CPackDEB: added config file optional Source field


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e564fe352916316f0044a4ac4491a54b3c43c7ae
commit e564fe352916316f0044a4ac4491a54b3c43c7ae
Author:     Domen Vrankar <domen.vran...@gmail.com>
AuthorDate: Wed Nov 4 21:43:09 2015 +0100
Commit:     Domen Vrankar <domen.vran...@gmail.com>
CommitDate: Wed Nov 4 21:44:51 2015 +0100

    fixup! CPackDEB: added config file optional Source field

diff --git a/Help/release/dev/cpack-deb-config-file-source-field.rst 
b/Help/release/dev/cpack-deb-config-file-source-field.rst
index 806aeac..bbc2aa6 100644
--- a/Help/release/dev/cpack-deb-config-file-source-field.rst
+++ b/Help/release/dev/cpack-deb-config-file-source-field.rst
@@ -2,5 +2,5 @@ cpack-deb-config-file-source-field
 ----------------------------------
 
 * The :module:`CPackDeb` module learned to set optional config
-  file `Source` field - monolithic and per-component variable.
+  file ``Source`` field - monolithic and per-component variable.
   See :variable:`CPACK_DEBIAN_PACKAGE_SOURCE`.
diff --git a/Modules/CPackDeb.cmake b/Modules/CPackDeb.cmake
index 89194c7..875a534 100644
--- a/Modules/CPackDeb.cmake
+++ b/Modules/CPackDeb.cmake
@@ -357,11 +357,11 @@
 # .. variable:: CPACK_DEBIAN_PACKAGE_SOURCE
 #               CPACK_DEBIAN_<COMPONENT>_PACKAGE_SOURCE
 #
-#  Sets the `Source` field of the binary Debian package.
+#  Sets the ``Source`` field of the binary Debian package.
 #  When the binary package name is not the same as the source package name
 #  (in particular when several components/binaries are generated from one
 #  source) the source from which the binary has been generated should be
-#  indicated with the field `Source`.
+#  indicated with the field ``Source``.
 #
 #  * Mandatory : NO
 #  * Default   :

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

Summary of changes:
 Help/release/dev/cpack-deb-config-file-source-field.rst |    2 +-
 Modules/CPackDeb.cmake                                  |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/mailman/listinfo/cmake-commits

Reply via email to