blob: 26a155aa6eb61b29b78bd8f91dee45bc3befea62 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
Git-buildpackage
----------------
This is a bunch of scripts to ease the development of Debian packages with git.
For more documentation on howto use these tools see the manual
online at:
http://honk.sigxcpu.org/projects/git-buildpackage/manual-html/gbp.html
On Debian systems this can be found in
/usr/share/doc/git-buildpackage/manual-html.
The API documentation of the gbp module can be found at:
http://honk.sigxcpu.org/projects/git-buildpackage/apidocs/
The limited documentation available for the RPM support can be found at
http://marquiz.github.com/git-buildpackage-rpm/
Unfortunately, the manpages for RPM tools are still missing. Refer to
--help option of the commands, for the most detailed description of different
options.
|