summaryrefslogtreecommitdiffstats
path: root/debian/gbp.conf
blob: 305ced654b503d4cbd9a5aa68c856eb52871c5da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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

# Sign tags
sign-tags = True

[import-orig]
filter = ['CVS','*.bak','*~','.cvsignore','.#*','autom4te/*','autom4te.cache/*','.svn']