diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-09-15 15:15:49 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-09-15 15:15:49 -0300 |
commit | aaae5b25139dd4b40193ee4853ed5bbd1bd5846a (patch) | |
tree | 3c3ef2fab86029019f62cab4d74fe4dd75edc3b2 | |
parent | e5b9edbed06f9a6a266e7714fd93a474921ffc49 (diff) | |
download | keyringer-aaae5b25139dd4b40193ee4853ed5bbd1bd5846a.tar.gz keyringer-aaae5b25139dd4b40193ee4853ed5bbd1bd5846a.tar.bz2 |
Packaging workflow: lintian
-rw-r--r-- | development.mdwn | 10 |
1 files 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). |