Metadata-Version: 2.2
Name: gbp
Version: 0.9.38
Summary: Suite to help with Debian packages in Git repositories
Home-page: https://honk.sigxcpu.org/piki/projects/git-buildpackage/
Author: Guido Günther
Author-email: agx@sigxcpu.org
License: GPLv2-or-later
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Version Control
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.11
License-File: COPYING
Requires-Dist: python-dateutil
Requires-Dist: importlib-metadata; python_version < "3.8"

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)
