Re: [CMake] cpack DEB generator docs

2012-06-18 Thread Eric Noulard
2012/6/18 Doug douglas.lin...@gmail.com: Hm... I can't edit the wiki myself without going through the process of getting an account. Then you should get an account :-) Would it be possible to add just a note to this page:

Re: [CMake] cpack DEB generator docs

2012-06-18 Thread Doug
Yeah, I really should. :) Is this ok? Or shall I create a bug and attach the patch to that? (attach patch; it's very minor; just missing 3 of the variables) doug@shadowmint:~/ext/cmake$ ./bin/cpack --help-variable-list |grep DEB -- All in there now~ CPACK_RPM_PACKAGE_DEBUG

Re: [CMake] cpack DEB generator docs

2012-06-18 Thread Eric Noulard
2012/6/18 Doug douglas.lin...@gmail.com: Yeah, I really should. :) Is this ok? Or shall I create a bug and attach the patch to that? (attach patch; it's very minor; just missing 3 of the variables) It's ok and pushed to next. Merge topic 'CPackDeb-docUpdate' into next 264c156 CPackDeb add

[CMake] cpack DEB generator docs

2012-06-17 Thread Doug
Hm... I can't edit the wiki myself without going through the process of getting an account. Would it be possible to add just a note to this page: http://www.vtk.org/Wiki/CMake:CPackPackageGenerators#DEB_.28UNIX_only.29 Some of the supported options are not listed. These are probably seldom used

Re: [CMake] CPack deb generator

2009-02-20 Thread Bruno Antunes
Will try, thanks! On Thu, Feb 19, 2009 at 21:53, Eric Noulard eric.noul...@gmail.com wrote: From CPackDeb.cmake I think you may include extra scripts in the control.tar.gz generated by CPack DEB generator. # CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA # This variable allow advanced user to add

Re: [CMake] CPack deb generator

2009-02-19 Thread Eric Noulard
2009/2/19 Bruno Antunes sardaukar.s...@gmail.com: Hello! Is there any way to include post-install events in CPack's DEB generator? From CPackDeb.cmake I think you may include extra scripts in the control.tar.gz generated by CPack DEB generator. # CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA # This

Re: [CMake] CPack DEB generator: Installed-Size field

2008-08-13 Thread Mathieu Malaterre
Rudoy, This must be a new requirement by newer apt-* stuff. Have a look at cmCPackDebGenerator.cxx. The code is pretty straighforward. You simply have to add the function that compute the size and then simply insert it at the right position. If you get it working, please send the patch back

[CMake] CPack DEB generator: Installed-Size field

2008-08-09 Thread 0xd34df00d
Hi there! First of all, thanks for the great software you write, CMake and CPack really make development easier and more productive. I've noticed that .deb packages created by CPack don't contain Installed-Size field, so dpkg (and, consequently, aptitude and other package managers) think that