[Cmake-commits] CMake branch, next, updated. v3.6.1-1771-g462bb6d

Brad King brad.king at kitware.com
Mon Sep 5 09:24:34 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  462bb6d997f8726cb035bf6a8e79302b41d1d2a5 (commit)
       via  0dd4aabd64ec6aeeeee8cd94276c247139882bf2 (commit)
      from  6b3464e88428f1c3856c610901265bc5cf4b71f0 (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=462bb6d997f8726cb035bf6a8e79302b41d1d2a5
commit 462bb6d997f8726cb035bf6a8e79302b41d1d2a5
Merge: 6b3464e 0dd4aab
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Sep 5 09:24:33 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Sep 5 09:24:33 2016 -0400

    Merge topic 'cpack-deb-long-filenames' into next
    
    0dd4aabd fixup! cpack-deb-long-filenames


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0dd4aabd64ec6aeeeee8cd94276c247139882bf2
commit 0dd4aabd64ec6aeeeee8cd94276c247139882bf2
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Sep 5 09:19:16 2016 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon Sep 5 09:19:16 2016 -0400

    fixup! cpack-deb-long-filenames

diff --git a/Source/CPack/cmCPackDebGenerator.cxx b/Source/CPack/cmCPackDebGenerator.cxx
index b960c0a..b909598 100644
--- a/Source/CPack/cmCPackDebGenerator.cxx
+++ b/Source/CPack/cmCPackDebGenerator.cxx
@@ -437,8 +437,7 @@ int cmCPackDebGenerator::createDeb()
                       << filename_data_tar << "\" for writing" << std::endl);
       return 0;
     }
-    cmArchiveWrite data_tar(fileStream_data_tar,
-                            tar_compression_type,
+    cmArchiveWrite data_tar(fileStream_data_tar, tar_compression_type,
                             debian_archive_type);
 
     // uid/gid should be the one of the root user, and this root user has

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

Summary of changes:
 Source/CPack/cmCPackDebGenerator.cxx |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list