Adjust git-buildpackage setup.
Correct tag pattern for the upstream source, and enforce the use of pristine-tar.
This commit is contained in:
parent
c935de7969
commit
b43a47933b
1 changed files with 4 additions and 1 deletions
5
debian/gbp.conf
vendored
5
debian/gbp.conf
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue