aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2010-04-27 17:04:52 -0700
committerCarl Worth <cworth@cworth.org>2010-04-27 17:04:52 -0700
commite9e1466b441769f77391080ee8d08ec1afac7a61 (patch)
treef33aad661a84742e540c31fdc69f6345197a60a2
parentf635a0177bf2c6d8bf235c1088f90fc77cdddf18 (diff)
debian: Instruct git-buildpackage that it's OK to build from this branch0.3.1
I wish I had something with better support for a native Debian package here. I shouldn't ever have to configure any branch---I just want it to build a package from the current branch. Instead it makes me tell it (twice!) what the current branch actually is.
-rw-r--r--debian/gbp.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/gbp.conf b/debian/gbp.conf
index dba526f..a4794f1 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -2,10 +2,10 @@
[DEFAULT]
# The default branch for upstream sources
-upstream-branch = master
+upstream-branch = 0.3.x
# The default branch for the debian patch (no patch in our case)
-debian-branch = master
+debian-branch = 0.3.x
# Directory for performing the build
export-dir = ./debian-build