Ahenk/debian/gbp.conf

20 lines
583 B
Plaintext
Raw Normal View History

2020-04-06 18:10:41 +03:00
# Configuration file for "gbp <command>"
[DEFAULT]
# the default branch for upstream sources:
upstream-branch = master
# the default branch for the debian patch:
debian-branch = debian
# the default tag formats used:
upstream-tag = %(version)s
debian-tag = debian/%(version)s
# don't check if debian-branch == current branch:
ignore-branch = True
# Use color when on a terminal, alternatives: on/true, off/false or auto
color = auto
# Options only affecting gbp buildpackage
[buildpackage]
# Look for a tag matching the upstream version when creating a tarball
upstream-tree = tag