===== Recipe under construction =====
====== Packaging with git ======
**Description:** Basic steps to package with git
**Language(s):** English
===== Changes to a package =====
Make change
If you want to build without committing:
git-buildpackage --git-ignore-new
Commit:
git add affected_files
git commit -m "message"
or if all not staged files must be commited:
git commit -a -m "message"
Repeat this process for every change you want to add.
Generate new debian/changelog entry:
git-dch --full --meta
If you make more changes and want to add them to debian/changelog:
git-dch -s commit