Codebase list swi-prolog / 2e186564-230b-4c8c-a3d9-badce01619d6/main debian / gbp.conf
2e186564-230b-4c8c-a3d9-badce01619d6/main

Tree @2e186564-230b-4c8c-a3d9-badce01619d6/main (Download .tar.gz)

gbp.conf @2e186564-230b-4c8c-a3d9-badce01619d6/mainraw · history · blame

# Configuration file for git-buildpackage and friends

[DEFAULT]
# the default branch for upstream sources:
upstream-branch = upstream
# the default branch for the debian patch:
debian-branch = master
# the default tag formats used:
upstream-tag = upstream/%(version)s
debian-tag = debian/%(version)s
# use pristine-tar:
pristine-tar = True

# Options only affecting git-buildpackage
[buildpackage]
# uncomment this to automatically GPG sign tags:
sign-tags = True