Codebase list swi-prolog / debian/6.6.4-1 debian / gbp.conf
debian/6.6.4-1

Tree @debian/6.6.4-1 (Download .tar.gz)

gbp.conf @debian/6.6.4-1raw · 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
[git-buildpackage]
# uncomment this to automatically GPG sign tags:
sign-tags = True