[CMake] How can I control the name of the .deb file generated by CPACK?

Christian Goetze (CG Linden) cg at lindenlab.com
Mon Jun 8 18:26:50 EDT 2009


I used the following process to build a .deb out of the cmake source tree:

tar xzf cmake-2.6.3.tar.gz
cd cmake-2.6.3
mkdir build
cd build/
cmake ../
make
bin/cpack -G DEB

This produces a debian named: cmake-2.6.3-Linux-unknown.deb
I would like to change the name to conform to our conventions. How do I
do that?
I can't find any documentation for the DEB generator ...
--
cg



-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 258 bytes
Desc: OpenPGP digital signature
URL: <http://www.cmake.org/pipermail/cmake/attachments/20090608/2f17f380/attachment.pgp>


More information about the CMake mailing list