From 5549d62b10c96d67b83718ace3fa89f82d42de96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Otto=20Kek=C3=A4l=C3=A4inen?= Date: Mon, 11 Jul 2016 20:21:44 +0300 Subject: Deb: Make alternative Debian builds easy with git-buildpackage config file --- debian/gbp.conf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 debian/gbp.conf (limited to 'debian') 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 -- cgit v1.2.1