diff options
author | Guilhem Moulin <guilhem@debian.org> | 2023-04-28 10:25:43 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@debian.org> | 2023-04-28 10:25:43 +0200 |
commit | f2f3c1a04e31568dcb021c98cb8d6eceae96bea5 (patch) | |
tree | cec164e70969b44df4e9c23ae09940db002a14aa /debian/gbp.conf | |
parent | fc4fae45811dd87a8e34e31ca2a06fc0b5cc6909 (diff) |
d/gbp.conf: Set 'debian-branch = debian/bullseye'.
Diffstat (limited to 'debian/gbp.conf')
-rw-r--r-- | debian/gbp.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/gbp.conf b/debian/gbp.conf index 97c190b..2867a01 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,6 +1,6 @@ [DEFAULT] upstream-branch = upstream -debian-branch = debian/latest +debian-branch = debian/bullseye upstream-tag = v%(version)s debian-tag = debian/%(version)s pristine-tar = False |