notmuch/debian/gbp.conf
Jameson Graef Rollins a06f7b6737 debian: add upstream-tag and fix debian-tag configs for git-buildpackage
Debian tags have been using '/', instead of '-' as a separator.
2011-12-15 00:20:11 -04:00

17 lines
391 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 upstream tags
upstream-tag = %(version)s
# Format for the debian tag
debian-tag = debian/%(version)s