[CMake] Creating Debian source packages with CMake

Daniel Pfeifer daniel at pfeifer-mail.de
Wed Oct 20 07:07:45 EDT 2010


Hi,

CPack, the packaging system that ships with CMake, builds
component-based installers for Mac OS X and Windows only. On Linux, the
packages generated by CPack are single, monolithic units.
I hacked a CMake script that creates a single deb-src package, uploads
it to the Launchpad build service where it generates one deb package for
each component. 

Read more at: http://purplekarrot.net/blog/dputCMake.html
Use the script at your own risk, and please provide feedback.

cheers, Daniel



More information about the CMake mailing list