Re: [cmake-developers] [CPackDeb] Configure Debian package name for components

2015-11-08 Thread Domen Vrankar
2015-11-08 20:01 GMT+01:00 Markus Rickert : >> This is a long standing issue with related bugs: >> http://public.kitware.com/Bug/view.php?id=12997 >> http://public.kitware.com/Bug/view.php?id=12574 >> http://public.kitware.com/Bug/view.php?id=11050 >> http://public.kitware.com/Bug/view.php?id=13015

Re: [cmake-developers] [CPackDeb] Configure Debian package name for components

2015-11-08 Thread Markus Rickert
This is a long standing issue with related bugs: http://public.kitware.com/Bug/view.php?id=12997 http://public.kitware.com/Bug/view.php?id=12574 http://public.kitware.com/Bug/view.php?id=11050 http://public.kitware.com/Bug/view.php?id=13015 http://public.kitware.com/Bug/view.php?id=15042 which is

Re: [cmake-developers] [CPackDeb] Configure Debian package name for components

2015-11-08 Thread Eric Noulard
2015-11-08 13:34 GMT+01:00 Markus Rickert : > Hi, > > it is currently not possible to modify the component part of the package > name for Debian packages generated by CPack. For component-based packaging, > the name is currently composed of > "${CPACK_PACKAGE_NAME}${CPACK_DEB_PACKAGE_COMPONENT_PAR

[cmake-developers] [CMake 0015837]: cmake_symlink_library fails on shared folders in Virtualbox with linux vm and linux host

2015-11-08 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://public.kitware.com/Bug/view.php?id=15837 == Reported By:Friedrich Assigned To:

[cmake-developers] [CPackDeb] Configure Debian package name for components

2015-11-08 Thread Markus Rickert
Hi, it is currently not possible to modify the component part of the package name for Debian packages generated by CPack. For component-based packaging, the name is currently composed of "${CPACK_PACKAGE_NAME}${CPACK_DEB_PACKAGE_COMPONENT_PART_NAME}", where the latter is set to "-${CPACK_DEB_

[cmake-developers] [CPackDeb] Configure Debian package section per component

2015-11-08 Thread Markus Rickert
Hi, please find attached a patch to configure the section field of Debian packages individually for components. In a project with multiple components, the section for the library itself is usually "libs", while the headers use "libdevel" and the documentation uses "doc". While CPACK_DEBIAN