aboutsummaryrefslogtreecommitdiff
path: root/debian/gbp.conf
blob: dba526f66abc18e2b21fb616eccc75624dbc4958 (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

# Directory for performing the build
export-dir = ./debian-build

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