Re: [CMake] CPack DEB depends bug fix

2013-09-04 Thread pawel.janicki
I've patched cmake's cpack DEB generator to support dependencies between components much like RPM generator. It should fix as well the problem with deps build on top of another To take advantage of patch you have to recompile cmake: $ git clone git://cmake.org/cmake.git && cd cmake $ ./configure

[CMake] CPack DEB depends bug fix

2012-05-15 Thread Jess Morecroft
Hi all, I experienced problems recently trying to use the CPack DEB packager with components and wanted to share my solution (thanks partly to Eric Noulard). The problem was with dependency generation in the Debian control file using the CPACK_DEBIAN_PACKAGE_SHLIBS flag. Dependencies would be gene