]> git.notmuchmail.org Git - notmuch/blob - debian/gbp.conf
debian: Add a gbp.conf to start using git-buildpackage
[notmuch] / debian / gbp.conf
1 # Configuration file for git-buildpackage
2
3 [DEFAULT]
4 cleaner = debian/rules prebuild && debuild clean
5
6 # The default branch for upstream sources
7 upstream-branch = master
8
9 # The default branch for the debian patch (no patch in our case)
10 debian-branch = master
11
12 # Directory for performing the build
13 export-dir = ./debian-build
14
15 # Format for the debian tag
16 debian-tag = debian-%(version)s