]> rtime.felk.cvut.cz Git - notmuch.git/blob - debian/gbp.conf
test/tagging: add test for exotic message-ids and batch tagging
[notmuch.git] / debian / gbp.conf
1 # Configuration file for git-buildpackage
2
3 [DEFAULT]
4 # The default branch for upstream sources
5 upstream-branch = master
6
7 # The default branch for the debian patch (no patch in our case)
8 debian-branch = master
9
10 # Directory for performing the build
11 export-dir = ./debian-build
12
13 # Format for upstream tags
14 upstream-tag = %(version)s
15
16 # Format for the debian tag
17 debian-tag = debian/%(version)s