From aaae5b25139dd4b40193ee4853ed5bbd1bd5846a Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 15 Sep 2013 15:15:49 -0300 Subject: Packaging workflow: lintian --- development.mdwn | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/development.mdwn b/development.mdwn index c2c9c61..5444971 100644 --- a/development.mdwn +++ b/development.mdwn @@ -1,10 +1,10 @@ -[[!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" @@ -15,7 +15,7 @@ Commit and tag release: git merge master git push --tags -Creating the `debian/` structure: +Creating the `debian/` structure (needed just once): dh_make -p keyringer_0.1 --createorig @@ -39,6 +39,10 @@ Building a package from the git three using the upstream branch: 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). -- cgit v1.2.3