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:
Jameson Graef Rollins 2011-12-11 17:21:09 -08:00 committed by David Bremner
parent f717d2ece1
commit a06f7b6737

5
debian/gbp.conf vendored
View file

@ -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