From 416759330969b1bd20a88ff9ce7792965374e6ed Mon Sep 17 00:00:00 2001 From: Sven Sager Date: Fri, 27 Oct 2023 12:38:26 +0200 Subject: [PATCH] packaging(deb): Create stable debian releases Creating the stable branch after the RC will allow us to merge changes to the Debian files from the debian_rc to the stable without overwriting the values of the gbp.conf. --- debian/gbp.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/gbp.conf b/debian/gbp.conf index e6b8a4f..828ca92 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,4 +1,4 @@ [DEFAULT] -upstream-branch = main -upstream-tag = unstable/%(version)s -debian-branch=pkg/debian_rc +upstream-branch = stable +upstream-tag = %(version)s +debian-branch=pkg/debian