Personal fork from https://git.sigxcpu.org/cgit/git-buildpackage/ https://tracker.debian.org/pkg/git-buildpackage

Ben Finney 861455dc73 Specify the build directory for running the cleaner command. 8 years ago
bin 24e1f24cff Revert "git-pbuilder: Pass --debbuildopts to pbuilder instead of pdebuild" 7 years ago
debian 02bfad3112 Document the changed behaviour. 7 years ago
docs b863399aa9 pull: Allow to specify remote on the command line 7 years ago
examples d3cb4db91a gbp-posttag-push: add missing dry-run for debian branch push 7 years ago
gbp 861455dc73 Specify the build directory for running the cleaner command. 7 years ago
packaging 9cbb9df7d8 Use relative patch to install gbp.conf 7 years ago
tests 5c23d417c4 GitRepository: properly determine git-dir 7 years ago
.coveragerc 54679ebc7b Add .coveragerc 11 years ago
.gitignore 1b493a839e .gitignore: Ignore more emacs temp files 7 years ago
.gitmodules 967f74156a Use https URL for submodule 7 years ago
.travis.yml 9ecb5a4eed Add helper to run tests in docker container 7 years ago
HACKING 9ecb5a4eed Add helper to run tests in docker container 7 years ago
Makefile 8bf30ffeb8 Make is simple to override nose flags on the command line 7 years ago
README.md 4eb8c383ad Mention pypi module 7 years ago
TODO c84fd78d69 TODO list maintained in the wiki 14 years ago
gbp.conf af16f59214 Fix simple spelling errors in comments and strings 7 years ago
requirements.txt d1c1634011 pep8/pyflakes cleanups 7 years ago
setup.cfg 105bfffbf0 Use flake8 clean version of rpm test data 7 years ago
setup.py 9cbb9df7d8 Use relative patch to install gbp.conf 7 years ago
tox.ini 3a93adaac4 Use tox for testing 8 years ago

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:

http://honk.sigxcpu.org/projects/git-buildpackage/manual-html/gbp.html

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:

http://honk.sigxcpu.org/projects/git-buildpackage/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/

Build Status