Browse Source

CPackDeb: Fix #12006 broken package names

Signed-off-by: Eric NOULARD <[email protected]>
Martin Konrad 14 years ago
parent
commit
33391c697f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Modules/CPackDeb.cmake

+ 1 - 0
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 "")