blob: 11bd29b5572106db58a5b80f4a6ec0967ef5a67e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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.6
upstream-tag = mariadb-%(version)s
# MariaDB has submodules
submodules = True
|