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
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake