[cmake-developers] patch to enable various compressions for debian cpack

2014-03-09 Thread Sean D'Epagnier
Hello, I have a project that needs the xz format for compression of the generated deb package as it greatly reduces the filesize. This works for me with success. I tried to connect to kitware.com to submit the ssh keys so I can use git for this, but the site is blocked to me. The attached patch

Re: [cmake-developers] patch to enable various compressions for debian cpack

2014-03-13 Thread Brad King
On 03/10/2014 01:37 AM, Sean D'Epagnier wrote: > I have a project that needs the xz format for compression of the generated deb > package as it greatly reduces the filesize. This works for me with success. Very nice, thanks. Applied here with minor tweaks: CPackDeb: Add option to set compressi