From: Silvio Rhatto Date: Wed, 3 Sep 2014 16:42:59 +0000 (-0300) Subject: Removing trailing space at doc page X-Git-Tag: 0.3.8^2~7 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=cda6d3c7ab14e75cbe04e7602425cb51ce55abdd;p=keyringer.git Removing trailing space at doc page --- diff --git a/development.mdwn b/development.mdwn index bbc688d..24c65f0 100644 --- a/development.mdwn +++ b/development.mdwn @@ -86,7 +86,7 @@ Run lintian (or [add it to your pbuilder hooks](http://askubuntu.com/questions/1 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`. -* To build a development package, checkout the debian branch, merge master, run `git-dch --auto --snapshot` and build. +* To build a development package, checkout the debian branch, merge master, run `git-dch --auto --snapshot` and build. Adding or changing a subcommand -------------------------------