Changes

Line 53: Line 53:  
  requires = <service-name> [<not-before-version>[-<before-version>]] [; ...]
 
  requires = <service-name> [<not-before-version>[-<before-version>]] [; ...]
 
* exec, command how to make bundle for ''dist'' command<br>Shell command, executed from service root directory. If this command starts to get complicated, you should move it to a script and just set this attribute to the command to run the script.<br>By default ''0sugar'' just bundle entirely service directory excluding temporary files.
 
* exec, command how to make bundle for ''dist'' command<br>Shell command, executed from service root directory. If this command starts to get complicated, you should move it to a script and just set this attribute to the command to run the script.<br>By default ''0sugar'' just bundle entirely service directory excluding temporary files.
 +
exec = make distcheck
    
=== [Library] section ===
 
=== [Library] section ===