diff options
author | Russ Allbery <eagle@eyrie.org> | 2016-01-17 19:41:48 -0800 |
---|---|---|
committer | Russ Allbery <eagle@eyrie.org> | 2016-01-17 19:41:48 -0800 |
commit | 7e03241ce323be7447b085a8e7b07b78c770b0dc (patch) | |
tree | ac72b6768cadd3adbd730a3c4299d9de51219b7b /debian/gbp.conf | |
parent | 84d59ccac3add18cae26ce73d210c669d614b7f9 (diff) |
Change the branch layout to follow DEP-14
Diffstat (limited to 'debian/gbp.conf')
-rw-r--r-- | debian/gbp.conf | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/debian/gbp.conf b/debian/gbp.conf index c99a756..9002977 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,8 +1,7 @@ -# The standard packaging repository for wallet shares the repository -# with upstream development and does Debian packaging on the debian -# branch. +# The standard packaging repository for wallet shares the repository with +# upstream development using the DEP-14 layout. [DEFAULT] -debian-branch = debian -pristine-tar = True - +debian-branch = debian/master +upstream-branch = upstream/latest +pristine-tar = True |