summaryrefslogtreecommitdiffstats
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..c82f8327
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,16 @@
+[DEFAULT]
+# Ignore requirement to use branch name 'master' to make it easier
+# for contributors to work with feature and bugfix branches
+ignore-branch = True
+
+# Always sign everything
+sign-tags = True
+upstream-signatures = on
+
+# DEP-14 format
+debian-branch = debian/latest
+upstream-branch = 10.11
+upstream-tag = mariadb-%(version)s
+
+# MariaDB has submodules
+submodules = True