summaryrefslogtreecommitdiffstats
path: root/debian/gbp.conf
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--debian/gbp.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 00000000..305ced65
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,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']