]> gitweb.fluxo.info Git - keyringer.git/commitdiff
Packaging workflow: lintian
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 15 Sep 2013 18:15:49 +0000 (15:15 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 15 Sep 2013 18:15:49 +0000 (15:15 -0300)
development.mdwn

index c2c9c614a11234dc6ccc6789c69383cc1734f092..5444971d1b08d3d2955eb63b4f6f725bafbc81a6 100644 (file)
@@ -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 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).