mirror of https://github.com/fail2ban/fail2ban
19 lines
472 B
Plaintext
19 lines
472 B
Plaintext
[DEFAULT]
|
|
# the default branch for upstream sources:
|
|
upstream-branch = upstream
|
|
# the default branch for the debian patch:
|
|
debian-branch = debian-releases/experimental
|
|
# use pristine-tar
|
|
# pristine-tar = True
|
|
# the default tag formats used:
|
|
upstream-tag = %(version)s
|
|
debian-tag = debian/%(version)s
|
|
|
|
|
|
# Options only affecting git-buildpackage
|
|
[git-buildpackage]
|
|
# use this for more svn-buildpackage like bahaviour:
|
|
export-dir = ../build-area/
|
|
tarball-dir = ../tarballs/
|
|
|