summaryrefslogtreecommitdiffstats
path: root/debian/gbp.conf
diff options
context:
space:
mode:
Diffstat (limited to 'debian/gbp.conf')
-rw-r--r--debian/gbp.conf22
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..8d7a462
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,22 @@
+[DEFAULT]
+pristine-tar = True
+compression = gz
+debian-branch = debian/master
+upstream-branch = upstream
+
+[pq]
+patch-numbers = False
+
+[dch]
+id-length = 7
+
+[import-orig]
+# filter out unwanted files/dirs from upstream
+#filter = [
+# '.github',
+# '*.orig',
+# '*.pdf',
+# '*.rej',
+# ]
+# filter the files out of the tarball passed to pristine-tar
+#filter-pristine-tar = True