aboutsummaryrefslogtreecommitdiffhomepage
path: root/HACKING
blob: bb90b0cc2a3d941bd59a8f1fdb3a47f9bbda4a20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Running the Tests
-----------------
The tests are run via

    make

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,
and the tests are from now on included within each regular test run.


Building the API Docs
---------------------
You can build the API docs using

    make apidocs


Contributing Patches
--------------------
Make sure the tests pass before sending in patch. You can either send it to the
mailing list or add it to a bug report against git-buildpackage on

    http://bugs.debian.org/src:git-buildpackage