diff options
-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 9561fdfe..7c1ebec8 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -8,7 +8,7 @@ cleaner = debian/rules prebuild && debuild clean # the default branch for upstream sources: upstream-branch = upstream # the default branch for the debian patch: -debian-branch = master +debian-branch = branch-0.9 # the default tag formats used: #upstream-tag = upstream/%(version)s #debian-tag = debian/%(version)s |