diff options
author | Otto Kekäläinen <otto@mariadb.org> | 2016-07-11 20:21:44 +0300 |
---|---|---|
committer | Otto Kekäläinen <otto@mariadb.org> | 2016-10-07 15:32:46 +0300 |
commit | 5549d62b10c96d67b83718ace3fa89f82d42de96 (patch) | |
tree | f1958b4c3a8480d8b5c164289a1af9de387ba7c3 /debian | |
parent | 00fc86f1af81786b85f380bc03c03938552b60e6 (diff) | |
download | mariadb-git-5549d62b10c96d67b83718ace3fa89f82d42de96.tar.gz |
Deb: Make alternative Debian builds easy with git-buildpackage config file
Diffstat (limited to 'debian')
-rw-r--r-- | debian/gbp.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 00000000000..a5af3e1f7e8 --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,5 @@ +[DEFAULT] +# Ignore requirement to use branch name 'master' to make it easier +# for contributors to work with feature and bugfix branches +# to Debian packaging +ignore-branch = True |