Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 619 Bytes

build_package.rst

File metadata and controls

28 lines (20 loc) · 619 Bytes

How to build a package

Dependencies

  • Gpg
  • debuild
  • dpkg-buildpackage
  • git-buildpackage

Build instructions

  1. Be sure you have runned the following command at the root of your tree :
git submodule update --init --recursive
  1. Commit or stash all your changes
  2. Tag the new release version
    git-dch -R -N version --ignore-branch commit the changes made to debian/changelog
  3. Build the new version
    git-buildpackage --git-tag --git-ignore-branch
  4. Files are available in the parent directory.