[cmake-developers] [CPackRPM] Configure RPM package group and name per component

2015-11-15 Thread Markus Rickert
on" can be used for the component with the actual documentation. CPACK_RPM__PACKAGE_NAME can set the package name (not the filename) of a component, e.g., "foo" for libraries (instead of "foo-libraries") and "foo-devel" for headers. Best regards, Markus Ric

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

2015-11-09 Thread Markus Rickert
My too fast read of your patch and message make me think that the issue was about the file name. Now I understand. No problem, I know the CPack generated file names are a long-standing issue. Indeed these seem to be two separate issues. I've applied your patch for CPACK_DEBIAN__PACKAGE_NAME

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

2015-11-08 Thread Markus Rickert
ckage manager and can be different from the file name. This would at least enable a match with upstream conventions and a proper substitution of upstream packages. Best regards, Markus Rickert -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at:

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

2015-11-08 Thread Markus Rickert
t one adds a fully configurable component package name via CPACK_DEBIAN__PACKAGE_NAME, the latter only allows to set the part name appended to CPACK_DEBIAN_PACKAGE_NAME (with "-" still the default behavior). It would be great if one of those solutions could be integrated,

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

2015-11-08 Thread Markus Rickert
uses "doc". While CPACK_DEBIAN_PACKAGE_SECTION can be used to configure the package section, there is currently no option to do this for a specific component. The attached patch adds a CPACK_DEBIAN_PACKAGE__SECTION similar to CPACK_DEBIAN__PACKAGE_DEPENDS etc. Best