[cmake-developers] [CMake 0012574]: package name for the nameless component in DEB should not include the "-unspecified" extension
Mantis Bug Tracker
mantis at public.kitware.com
Fri Nov 11 03:13:21 EST 2011
The following issue has been SUBMITTED.
======================================================================
http://www.itk.org/Bug/view.php?id=12574
======================================================================
Reported By: kitts_82
Assigned To:
======================================================================
Project: CMake
Issue ID: 12574
Category: CPack
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 2011-11-11 03:13 EST
Last Modified: 2011-11-11 03:13 EST
======================================================================
Summary: package name for the nameless component in DEB
should not include the "-unspecified" extension
Description:
The common package names for an package called myapp would be as follows
myapp-data - contains mostly architecture independent readonly data required by
the application.
myapp-lib - contains libraries used by the application and those which may be
used other applications
myapp - Contains the main application and depends on the lib and data components
myapp-dev - contains header files required for development
Currently, the data, lib and dev component packages can be be generated by
cpack. However, the myapp package that has no extension cannot be created as
cpack autmatically adds the "-unspecified" extension to the package name.
The attached patch ensures that the nameless component is indeed nameless in the
finally generated package.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2011-11-11 03:13 kitts_82 New Issue
2011-11-11 03:13 kitts_82 File Added:
0001-Even-through-the-file-name-has-Unpecified-in-it-let-.patch
======================================================================
More information about the cmake-developers
mailing list