summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-09-03 13:42:59 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-03-24 14:46:46 -0300
commitcda6d3c7ab14e75cbe04e7602425cb51ce55abdd (patch)
treeff1eeb0292e2549ae86f09a28c4d032e53573caf
parent2e987d14ca36042fe256702a3f68c491bfe44ac0 (diff)
downloadkeyringer-cda6d3c7ab14e75cbe04e7602425cb51ce55abdd.tar.gz
keyringer-cda6d3c7ab14e75cbe04e7602425cb51ce55abdd.tar.bz2
Removing trailing space at doc page
-rw-r--r--development.mdwn2
1 files changed, 1 insertions, 1 deletions
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
-------------------------------