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.
This commit is contained in:
2023-10-27 11:54:24 +02:00
parent e205618e3d
commit 438895f48e

6
debian/gbp.conf vendored
View File

@@ -1,4 +1,4 @@
[DEFAULT] [DEFAULT]
upstream-branch = main upstream-branch = stable
upstream-tag = unstable/%(version)s upstream-tag = %(version)s
debian-branch=pkg/debian_rc debian-branch=pkg/debian