diff options
Diffstat (limited to 'debian/gbp.conf')
-rw-r--r-- | debian/gbp.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 00000000..fb9c4690 --- /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/bookworm +upstream-branch = 10.11 +upstream-tag = mariadb-%(version)s + +# MariaDB has submodules +submodules = True |