]> gitweb.fluxo.info Git - keyringer.git/commitdiff
Dev note
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 24 Oct 2013 23:08:15 +0000 (21:08 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 24 Oct 2013 23:08:15 +0000 (21:08 -0200)
development.mdwn

index f432ca8ed21dd7bb864f5aafe62d544d7e4df4d4..8c0c1adc7920e594ad587808471f594a0d5b0760 100644 (file)
@@ -91,11 +91,12 @@ 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. 
 
-Adding a subcommand
--------------------
+Adding or changing a subcommand
+-------------------------------
 
-When adding a new subcommand, ensure:
+When adding a new subcommand or changing subcommand behavior, ensure:
 
+* Documentation is updated.
 * Manpage is updated.
 * Shell completions are updated.