summaryrefslogtreecommitdiffstats
path: root/debian/gbp.conf
blob: fd0fdf63009ab53921b086b4ab0d97a65dde2d22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[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 use pristine tar
pristine-tar = True

# Always sign everything
sign-tags = True
upstream-signatures = on

# DEP-14 format
debian-branch = debian/latest
upstream-branch = upstream/latest

# Upstream tag format
upstream-vcs-tag = mariadb-%(version)s

# MariaDB has submodules
submodules = True