fix gbp.conf to match wanted branch setup
This commit is contained in:
parent
84b18a00ce
commit
3abadf588c
1 changed files with 2 additions and 2 deletions
4
debian/gbp.conf
vendored
4
debian/gbp.conf
vendored
|
@ -1,6 +1,6 @@
|
||||||
[buildpackage]
|
[buildpackage]
|
||||||
upstream-tree = tag
|
upstream-tree = tag
|
||||||
upstream-tag = %(version)s
|
upstream-tag = %(version)s
|
||||||
upstream-branch = master
|
upstream-branch = upstream
|
||||||
debian-branch = debian
|
debian-branch = master
|
||||||
submodules = true
|
submodules = true
|
||||||
|
|
Loading…
Reference in a new issue