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

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