Fork me on GitHub

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
developer:debian_build_notes [2010/01/20 20:58]
henri
developer:debian_build_notes [2010/01/31 09:49]
henri
Line 13: Line 13:
     * <​file> ​   dpkg --build soruce_files_directory</​file>​     * <​file> ​   dpkg --build soruce_files_directory</​file>​
   - Test the package.   - Test the package.
 +    - Check package with ''​lintian''​. (various issues need to be resolved)
 +      * <​file>​lintian -b /​path/​to/​lbackup.deb</​file>​
   - Archive the source directory into a tar.gz file.   - Archive the source directory into a tar.gz file.
     - cd into the parent directory of the soruce directory.     - cd into the parent directory of the soruce directory.