I dif forgot thet list... 2010/2/12 Thawan Kooburat <[email protected]>: > Hi, > > I am trying to create a Debian binary package using CMake/CPack and it > is quite a nice tool. I understand that CMake/CPack try to rely on > external tools as little as possible but there are 2 issues that I > encountered while using the Debian generator > > 1. Dependency list - It would save a lot of effort if I can hook a > call to dpkg-shlibdeps during the package generation. So that > dependency list can be filled. > 2. File owner - Since the generator compress the file by itself, so > the owner of the files is user who compile them. However, a Debian > binary package is normally created by using "fakeroot dpkg-deb > --build", so that the owner of the files is root/root > > Do you have any suggestion about these issues?
Did you dig the mailing list I think the "file owner" part has been discussed already. Concerning the dpkg-shlibs may be it's worth a feature request? And may be even a contribution? The code of Deb Generator is in: CMake/Source/CPack/cmCPackDebGenerator.cxx -- Erk Membre de l'April - « promouvoir et défendre le logiciel libre » - http://www.april.org -- Erk Membre de l'April - « promouvoir et défendre le logiciel libre » - http://www.april.org _______________________________________________ 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
