mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 10:58:10 +01:00
e9e1466b44
I wish I had something with better support for a native Debian package here. I shouldn't ever have to configure any branch---I just want it to build a package from the current branch. Instead it makes me tell it (twice!) what the current branch actually is.
14 lines
336 B
Text
14 lines
336 B
Text
# 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
|