diff options
author | Bdale Garbee <bdale@gag.com> | 2011-03-19 21:47:38 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2011-03-19 21:47:38 -0600 |
commit | 7b1deb88f527692db0a4c05d4b85814315d5833f (patch) | |
tree | 64af828ac11b850a9c1afc3a73d2e92a93e943c3 | |
parent | 16b886fcd3a29e420a8351bc5da0baa4d7b77255 (diff) |
fix up git-buildpackage config file for life on the branch-0.9 branch0.9.2
-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 |