This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/bin/sh | |
| # Script for fetching sequence diagrams from www.websequencediagrams.com | |
| # Arguments: | |
| # - 1 (mandatory): text file to be used as input | |
| # - 2 (optional): output file, defaults to input file + format | |
| # Common | |
| format=png | |
| style=napkin | |
| apiVersion=1 | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | Create Ubuntu DEB package from a Qt application | |
| Setting up the environment | |
| sudo apt-get install build-essential devscripts ubuntu-dev-tools debhelper dh-make diff patch gnupg fakeroot lintian pbuilder | |
| sudo apt-get install cdbs | |
| Pbuilder lets you build in a clean, chroot environment, ensuring | |
| all dependencies are present. Create a file .pbuilderrc |