mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 10:58:10 +01:00
debian: add upstream-tag and fix debian-tag configs for git-buildpackage
Debian tags have been using '/', instead of '-' as a separator.
This commit is contained in:
parent
f717d2ece1
commit
a06f7b6737
1 changed files with 4 additions and 1 deletions
5
debian/gbp.conf
vendored
5
debian/gbp.conf
vendored
|
@ -10,5 +10,8 @@ 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
|
||||
debian-tag = debian/%(version)s
|
||||
|
|
Loading…
Reference in a new issue