From ca983615521e6e977836ee9e35acb9b87a81b487 Mon Sep 17 00:00:00 2001 From: Arnaud Ferraris Date: Sat, 19 Feb 2022 15:51:13 +0100 Subject: [PATCH] d/gbp.conf: update upstream branch name Upstream is maintained in the same git repo as our packaging, so we don't have a separate upstream branch, this is `master`. --- debian/gbp.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/gbp.conf b/debian/gbp.conf index 8998972..7064e83 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,7 +1,7 @@ [DEFAULT] debian-branch = mobian debian-tag = mobian/%(version)s -upstream-branch = upstream/latest +upstream-branch = master upstream-tag = %(version)s pristine-tar = True multimaint-merge = True