Adjust git-buildpackage setup.

Correct tag pattern for the upstream source, and enforce the use of
pristine-tar.
This commit is contained in:
Petter Reinholdtsen 2016-05-21 13:55:16 +00:00
parent c935de7969
commit b43a47933b

5
debian/gbp.conf vendored
View file

@ -1,6 +1,9 @@
[DEFAULT]
pristine-tar = True
[buildpackage]
upstream-tree = tag
upstream-tag = %(version)s
upstream-tag = upstream/%(version)s
upstream-branch = upstream
debian-branch = master
submodules = true