diff options
author | Guilhem Moulin <guilhem@debian.org> | 2020-12-11 11:40:13 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@debian.org> | 2020-12-11 11:46:28 +0100 |
commit | bcb88ae0cdfa3548e3c650fd489fc49779e7235a (patch) | |
tree | 346b93b4d0ff7d605c800fe2665e41d2cd3801eb /debian/gbp.conf | |
parent | e2d8405ec220a8c0417fada1404bd749fa71f8f8 (diff) |
d/gbp.conf: Update debian and upstream branches in compliance with DEP-14.
Diffstat (limited to 'debian/gbp.conf')
-rw-r--r-- | debian/gbp.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/gbp.conf b/debian/gbp.conf index 5dd08f9..692618f 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,6 +1,6 @@ [DEFAULT] -upstream-branch = master -debian-branch = debian +upstream-branch = upstream +debian-branch = debian/latest upstream-tag = v%(version)s debian-tag = debian/%(version)s pristine-tar = False |