aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp.conf
diff options
context:
space:
mode:
Diffstat (limited to 'gbp.conf')
-rw-r--r--gbp.conf23
1 files changed, 23 insertions, 0 deletions
diff --git a/gbp.conf b/gbp.conf
new file mode 100644
index 00000000..d7ee6210
--- /dev/null
+++ b/gbp.conf
@@ -0,0 +1,23 @@
+# Configuration file for git-buildpackage and friends
+
+[DEFAULT]
+# the default build command
+#builder=debuild
+# the default branch for upstream sources
+#upstream-branch=upstream
+# the default branch for the debian patch
+#debian-branch=debian
+
+# Special options for git-buildpackage
+[git-buildpackage]
+#upstream-branch=dfsgclean
+
+# Special options for git-import-orig
+[git-import-orig]
+#upstream-branch=newupstream
+#debian-branch=dfsgclean
+
+# Special options for git-import-dsc
+[git-import-dsc]
+#upstream-branch=svn-upstream
+