File: README.md

package info (click to toggle)
git-buildpackage 0.9.39
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,464 kB
  • sloc: python: 18,427; xml: 8,746; sh: 731; makefile: 139
file content (28 lines) | stat: -rw-r--r-- 1,002 bytes parent folder | download | duplicates (2)
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
Git-buildpackage
================

Tools to ease the development of Debian and (partially) RPM packages in git
repositories.  For documentation see the manual online at:

  <https://gbp.sigxcpu.org/manual/>

On Debian systems, the documentation can be found in
/usr/share/doc/git-buildpackage/manual-html.

The API documentation of the gbp module can be found at:

  <https://gbp.sigxcpu.org/apidocs/>

The mailing list is at:

* <https://lists.sigxcpu.org/mailman/listinfo/git-buildpackage>
* git-buildpackage at lists.sigxcpu.org

See the [HACKING](./HACKING.md) document for details on contributing
to gbp development. The package is also available on Pypi at
<https://pypi.python.org/pypi/gbp/>.

![gbp logo](docs/gbp.svg)

[![Build Status](https://travis-ci.org/agx/git-buildpackage.svg?branch=master)](https://travis-ci.org/agx/git-buildpackage)
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/1311/badge)](https://bestpractices.coreinfrastructure.org/projects/1311)