Add debian/gbp.conf
authorStephane Glondu <steph@glondu.net>
Sat, 29 Nov 2008 10:11:59 +0000 (11:11 +0100)
committerStephane Glondu <steph@glondu.net>
Sat, 29 Nov 2008 10:11:59 +0000 (11:11 +0100)
debian/gbp.conf [new file with mode: 0644]

diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644 (file)
index 0000000..7383807
--- /dev/null
@@ -0,0 +1,9 @@
+# Configuration file for git-buildpackage and friends
+
+[DEFAULT]
+# the default branch for upstream sources:
+upstream-branch = 3.11/upstream
+# the default branch for the debian patch:
+debian-branch = 3.11/master
+# use pristine-tar:
+pristine-tar = True