summaryrefslogtreecommitdiffstats
path: root/debian/gbp.conf
diff options
context:
space:
mode:
Diffstat (limited to 'debian/gbp.conf')
-rw-r--r--debian/gbp.conf9
1 files changed, 7 insertions, 2 deletions
diff --git a/debian/gbp.conf b/debian/gbp.conf
index c82f8327..fd0fdf63 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -3,14 +3,19 @@
# for contributors to work with feature and bugfix branches
ignore-branch = True
+# Always use pristine tar
+pristine-tar = 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
+upstream-branch = upstream/latest
+
+# Upstream tag format
+upstream-vcs-tag = mariadb-%(version)s
# MariaDB has submodules
submodules = True