| MantisBT - CMake | |||||||||||||||
| View Issue Details | |||||||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||||
| 0013015 | CMake | CPack | public | 2012-03-04 04:47 | 2016-06-10 14:21 | ||||||||||
| Reporter | Andrew Aladjev | ||||||||||||||
| Assigned To | Domen Vrankar | ||||||||||||||
| Priority | normal | Severity | feature | Reproducibility | always | ||||||||||
| Status | closed | Resolution | fixed | ||||||||||||
| Platform | Linux | OS | Debian | OS Version | wheezy | ||||||||||
| Product Version | CMake 2.8.5 | ||||||||||||||
| Target Version | Fixed in Version | CMake 3.6 | |||||||||||||
| Summary | 0013015: cpack deb generator components specify output names | ||||||||||||||
| Description | http://stackoverflow.com/questions/9538642/cpack-deb-generator-components-output-names [^] | ||||||||||||||
| Steps To Reproduce | install (TARGETS ${PROJECT_NAME}_shared DESTINATION ${CMAKE_INSTALL_PREFIX}/lib COMPONENT runtime) install (TARGETS ${PROJECT_NAME}_static DESTINATION ${CMAKE_INSTALL_PREFIX}/lib COMPONENT development) install (FILES ${INCLUDES} DESTINATION ${CMAKE_INSTALL_PREFIX}/include COMPONENT development) ... set (CPACK_PACKAGE_FILE_NAME "lib${CPACK_PACKAGE_NAME}_${CPACK_PACKAGE_VERSION}_${CPACK_DEBIAN_PACKAGE_ARCHITECTURE}") I have 2 deb packages as a result: libmpreal_0.1.1-1_amd64-development.deb libmpreal_0.1.1-1_amd64-runtime.deb But I want to have for debian standarts another names: libmpreal-dev_0.1.1-1_amd64.deb libmpreal_0.1.1-1_amd64.deb | ||||||||||||||
| Additional Information | Now I am reading [this][1] at the method **cmCPackDebGenerator::PackageOnePack** here is a code: outputFileName( std::string(this->GetOption("CPACK_PACKAGE_FILE_NAME")) + "-" + packageName + this->GetOutputExtension() ); Does this mean that I cant specify a name for my packages?! I would like to make a mistake.. [1]: https://github.com/Kitware/CMake/blob/master/Source/CPack/cmCPackDebGenerator.cxx [^] | ||||||||||||||
| Tags | No tags attached. | ||||||||||||||
| Relationships | 
 | ||||||||||||||
| Attached Files | |||||||||||||||
| Issue History | |||||||||||||||
| Date Modified | Username | Field | Change | ||||||||||||
| 2012-03-04 04:47 | Andrew Aladjev | New Issue | |||||||||||||
| 2012-03-04 10:06 | Eric NOULARD | Relationship added | related to 0012997 | ||||||||||||
| 2012-03-04 10:10 | Eric NOULARD | Note Added: 0028805 | |||||||||||||
| 2012-08-11 21:35 | David Cole | Status | new => backlog | ||||||||||||
| 2012-08-11 21:35 | David Cole | Note Added: 0030422 | |||||||||||||
| 2014-07-28 09:26 | Nils Gladitz | Relationship added | related to 0015042 | ||||||||||||
| 2016-05-17 18:40 | Domen Vrankar | Assigned To | => Domen Vrankar | ||||||||||||
| 2016-05-17 18:40 | Domen Vrankar | Status | backlog => assigned | ||||||||||||
| 2016-05-17 18:43 | Domen Vrankar | Note Added: 0041068 | |||||||||||||
| 2016-05-17 18:43 | Domen Vrankar | Status | assigned => resolved | ||||||||||||
| 2016-05-17 18:43 | Domen Vrankar | Fixed in Version | => CMake 3.6 | ||||||||||||
| 2016-05-17 18:43 | Domen Vrankar | Resolution | open => fixed | ||||||||||||
| 2016-06-10 14:21 | Kitware Robot | Note Added: 0041171 | |||||||||||||
| 2016-06-10 14:21 | Kitware Robot | Status | resolved => closed | ||||||||||||
| Notes | |||||
|  | |||||
| 
 | 
 | ||||
|  | |||||
| 
 | 
 | ||||
|  | |||||
| 
 | 
 | ||||
|  | |||||
| 
 | 
 | ||||