-[[!meta title="Keyringer: development guidelines"]]
+[[!meta title="Keyringer: development guidelines and workflow"]]
Preparing the source code:
make build_man
-Commit and tag release:
+Commit and tag a release:
git checkout master
git commit -m "Keyringer 0.1"
git merge master
git push --tags
-Creating the `debian/` structure:
+Creating the `debian/` structure (needed just once):
dh_make -p keyringer_0.1 --createorig
git-buildpackage
+Running lintian (or [add it to your pbuilder hooks](http://askubuntu.com/questions/140697/how-do-i-run-lintian-from-pbuilder-dist):
+
+ lintian ../build-area/keyringer_*.deb
+
References:
* [Using Git for Debian Packaging](http://www.eyrie.org/~eagle/notes/debian/git.html).