mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 10:58:10 +01:00
debian: Instruct git-buildpackage that it's OK to build from this branch
I wish I had something with better support for a native Debian package here. I shouldn't ever have to configure any branch---I just want it to build a package from the current branch. Instead it makes me tell it (twice!) what the current branch actually is.
This commit is contained in:
parent
f635a0177b
commit
e9e1466b44
1 changed files with 2 additions and 2 deletions
4
debian/gbp.conf
vendored
4
debian/gbp.conf
vendored
|
@ -2,10 +2,10 @@
|
||||||
|
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
# The default branch for upstream sources
|
# The default branch for upstream sources
|
||||||
upstream-branch = master
|
upstream-branch = 0.3.x
|
||||||
|
|
||||||
# The default branch for the debian patch (no patch in our case)
|
# The default branch for the debian patch (no patch in our case)
|
||||||
debian-branch = master
|
debian-branch = 0.3.x
|
||||||
|
|
||||||
# Directory for performing the build
|
# Directory for performing the build
|
||||||
export-dir = ./debian-build
|
export-dir = ./debian-build
|
||||||
|
|
Loading…
Reference in a new issue