Go to file
Guido Günther 6923df4a06 config: Catch DuplicateOption errors
Nicer than printing a stack trace
2023-09-23 16:45:09 +02:00
bin git-pbuilder: export GBP_{DIST,ARCH,BUILDER} to the environment 2022-08-03 19:36:43 +02:00
debian Document changes and release 0.9.32 2023-08-04 09:13:14 +02:00
docs docs: gbp-clone: Fix small typo and fix metadata file name 2023-09-04 14:36:27 +02:00
examples gbp-upload: Check if remote exists 2023-02-25 14:27:43 +01:00
gbp config: Catch DuplicateOption errors 2023-09-23 16:45:09 +02:00
packaging Document changes and release 0.9.31 2023-05-31 12:07:17 +02:00
tests tests: Adjust to changed git output 2023-05-31 12:05:08 +02:00
.coveragerc Add .coveragerc 2013-04-06 22:20:35 +02:00
.gitignore Add translation infrastructure 2021-10-01 17:31:41 +02:00
.gitmodules Use https URL for submodule 2017-01-04 18:54:05 +01:00
.travis.yml gitlab-ci: Use a more recent Ubuntu LTS 2020-12-21 11:47:12 +01:00
COPYING Add full license file 2017-10-14 09:14:27 +02:00
HACKING HACKING: Document how to keep test repos around 2022-02-11 12:04:22 +01:00
Makefile build: Disable API docs 2023-05-31 12:05:55 +02:00
README.md Embed CII best practice badge 2017-11-01 19:15:45 +01:00
TODO TODO list maintained in the wiki 2009-08-23 17:28:50 +02:00
dev_requirements.txt Fix complaints of flake8 3.5 2017-12-10 17:31:46 +01:00
gbp.conf gbp.conf: Set default compresson to xz 2019-05-18 10:23:35 +02:00
pydoctor.ini docs: port build system to newer pydoctor 2022-04-23 15:47:31 +02:00
requirements.txt No need to depend on six anymore 2017-10-20 12:37:58 +02:00
setup.cfg Ignore flake8's 'W504 line break after binary operator' 2018-10-15 10:15:08 +02:00
setup.py setup.py: Explicitly open the changelog file as utf-8 2021-05-28 11:28:04 +02:00
tox.ini Use tox for testing 2016-05-20 08:40:52 +02:00

README.md

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:

See the HACKING document for details on contributing to gbp development. The package is also available on Pypi at:

https://pypi.python.org/pypi/gbp/

gbp logo

Build Status CII Best Practices