aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/gbp.conf
diff options
context:
space:
mode:
Diffstat (limited to 'debian/gbp.conf')
-rw-r--r--debian/gbp.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 00000000..4c8ce7ff
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,16 @@
+# Configuration file for git-buildpackage
+
+[DEFAULT]
+cleaner = debian/rules prebuild && debuild clean
+
+# The default branch for upstream sources
+upstream-branch = master
+
+# The default branch for the debian patch (no patch in our case)
+debian-branch = master
+
+# Directory for performing the build
+export-dir = ./debian-build
+
+# Format for the debian tag
+debian-tag = debian-%(version)s