[CMake] Creating Debian source packages with CMake
    Daniel Pfeifer 
    daniel at pfeifer-mail.de
       
    Wed Oct 20 13:25:33 EDT 2010
    
    
  
> What would a 'debian/rules' file that used CPack look like?
The `debian/rules` file that is generated by my script does currently
not rely on CPack since CPack cannot generate more than one package.
What it currently does, is using CMake to install one component at a
time and then call dpkg to crate a package.
If you are curious how such a file looks like, simply try my script :-)
cheers, Daniel
    
    
More information about the CMake
mailing list