summaryrefslogtreecommitdiffstats
path: root/debian/gbp.conf
blob: a1c8735d82da6b2caea1269f10a78e9427404aaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Configuration file for git-buildpackage

[DEFAULT]
# The default branch for upstream sources
upstream-branch = master

# The default branch for the debian patch (no patch in our case)
debian-branch = master

# Format for upstream tags
upstream-tag = %(version)s

# Format for the debian tag
debian-tag = debian/%(version)s