[Cmake-commits] CMake branch, next, updated. v2.8.4-1262-g56d2a2c

Eric Noulard eric.noulard at gmail.com
Thu Mar 24 04:26:55 EDT 2011


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  56d2a2cc9976b6eb70a819272c1c832f7438a9a4 (commit)
       via  33391c697f14f1c2d1204bcfed341bcb2cc89b05 (commit)
       via  eee9f74d4ec31fd0a18fd7afddb3d8e079468198 (commit)
      from  1fe87deb6db89a50441874ebca6a421992da4f73 (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=56d2a2cc9976b6eb70a819272c1c832f7438a9a4
commit 56d2a2cc9976b6eb70a819272c1c832f7438a9a4
Merge: 1fe87de 33391c6
Author:     Eric Noulard <eric.noulard at gmail.com>
AuthorDate: Thu Mar 24 04:26:52 2011 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Mar 24 04:26:52 2011 -0400

    Merge topic 'fix12006-brokenPackageName' into next
    
    33391c6 CPackDeb: Fix #12006 broken package names
    eee9f74 KWSys Nightly Date Stamp


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=33391c697f14f1c2d1204bcfed341bcb2cc89b05
commit 33391c697f14f1c2d1204bcfed341bcb2cc89b05
Author:     Martin Konrad <konrad at ikp.tu-darmstadt.de>
AuthorDate: Thu Mar 24 09:25:58 2011 +0100
Commit:     Eric NOULARD <eric.noulard at gmail.com>
CommitDate: Thu Mar 24 09:25:58 2011 +0100

    CPackDeb: Fix #12006 broken package names
    
    Signed-off-by: Eric NOULARD <eric.noulard at gmail.com>

diff --git a/Modules/CPackDeb.cmake b/Modules/CPackDeb.cmake
index 469f08f..90c80a4 100644
--- a/Modules/CPackDeb.cmake
+++ b/Modules/CPackDeb.cmake
@@ -316,6 +316,7 @@ IF(CPACK_DEB_PACKAGE_COMPONENT)
   SET(CPACK_DEB_PACKAGE_COMPONENT_PART_NAME "-${CPACK_DEB_PACKAGE_COMPONENT}")
   SET(CPACK_DEB_PACKAGE_COMPONENT_PART_PATH "/${CPACK_DEB_PACKAGE_COMPONENT}")
   SET(WDIR "${CPACK_TOPLEVEL_DIRECTORY}/${CPACK_PACKAGE_FILE_NAME}/${CPACK_DEB_PACKAGE_COMPONENT}")
+  STRING(TOLOWER "${CPACK_PACKAGE_NAME}${CPACK_DEB_PACKAGE_COMPONENT_PART_NAME}" CPACK_DEBIAN_PACKAGE_NAME)
 ELSE(CPACK_DEB_PACKAGE_COMPONENT)
   SET(CPACK_DEB_PACKAGE_COMPONENT_PART_NAME "")
   SET(CPACK_DEB_PACKAGE_COMPONENT_PART_PATH "")

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

Summary of changes:
 Modules/CPackDeb.cmake            |    1 +
 Source/kwsys/kwsysDateStamp.cmake |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list