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]
|
[buildpackage]
|
||||||
upstream-tree = tag
|
upstream-tree = tag
|
||||||
upstream-tag = %(version)s
|
upstream-tag = upstream/%(version)s
|
||||||
upstream-branch = upstream
|
upstream-branch = upstream
|
||||||
debian-branch = master
|
debian-branch = master
|
||||||
submodules = true
|
submodules = true
|
||||||
|
|
Loading…
Reference in a new issue