From: Silvio Rhatto Date: Wed, 9 Nov 2016 12:31:32 +0000 (-0200) Subject: Updates develop docs X-Git-Tag: 0.4.1~5 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d57c2b7070f148c1bdccdce2527a7ec0bf33278f;p=keyringer.git Updates develop docs --- diff --git a/development.mdwn b/development.mdwn index 627c2f1..3287bb2 100644 --- a/development.mdwn +++ b/development.mdwn @@ -50,6 +50,10 @@ Run lintian (or [add it to your pbuilder hooks](http://askubuntu.com/questions/1 lintian --info --display-info --pedantic --color auto \ ../build-area/keyringer_$VERSION*.changes +Then go back to the develop branch: + + git checkout develop + Notes: * `git-import-orig` takes care of running `pristine-tar commit`, of merging of the tag and orig tarball into the upstream branch, and then it merges the result into the debian branch. With the above configuration, it also runs git-dch to do the bulk of the work in `debian/changelog`.