aboutsummaryrefslogtreecommitdiffhomepage
path: root/HACKING
diff options
context:
space:
mode:
authorAnthony Fok <foka@debian.org>2015-09-09 16:43:55 -0600
committerGuido Günther <agx@sigxcpu.org>2015-09-10 09:17:30 +0200
commit881087af0af08f028c3b08a6cc9407942999f74a (patch)
tree2734239cf18a89dae79af6ba2b79ed0ed7a056a9 /HACKING
parentb49bb0ddb0b4883f01f1e4b01b366c61604faea1 (diff)
Copy-edit git-buildpackage documentations
in hopes of improving readability. Changes include: * Correct spelling * Correct usage of "its" vs "it's" * Add commas where appropriate, e.g. where a subordinate clause is at the beginning of a sentence * Add tags like <option>, <literal>, <filename> where appropriate * Add &nbsp; for gbp subcommands to avoid them from being split across two lines * Fix layout of --meta-closes-bugnum= in manpages/gbp-dch.sgml
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING4
1 files changed, 2 insertions, 2 deletions
diff --git a/HACKING b/HACKING
index ff8b4508..2c542d3b 100644
--- a/HACKING
+++ b/HACKING
@@ -4,12 +4,12 @@ The tests are run via
python setup.py nosetests
-To also run the component tests you need to initialize the git submodules once
+To also run the component tests, you need to initialize the git submodules once
via:
git submodule update --init --recursive
-This will fetch the necessary binary data for the DEB and RPM component tests
+This will fetch the necessary binary data for the DEB and RPM component tests,
and the tests are from now on included within each regular test run.