summaryrefslogtreecommitdiffstats
path: root/debian/gbp.conf
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 18:07:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 18:07:29 +0000
commit82a6365993a3c6650c39a1bca3ec3ccba827b763 (patch)
tree5c5987626fe4696f54de9cdedfa95e0251e4e7b4 /debian/gbp.conf
parentAdding upstream version 1:10.5.12. (diff)
downloadmariadb-10.5-debian/1%10.5.12-1.tar.xz
mariadb-10.5-debian/1%10.5.12-1.zip
Adding debian version 1:10.5.12-1.debian/1%10.5.12-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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']