summaryrefslogtreecommitdiffstats
path: root/debian/gbp.conf
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 07:58:57 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 07:58:57 +0000
commitbd71bd1b1ea78c8de83e1e559b1379bd90e16803 (patch)
tree08d8763346aa202827d3a7718bb02ae713db69ea /debian/gbp.conf
parentAdding upstream version 4.7. (diff)
downloaddav4tbsync-bd71bd1b1ea78c8de83e1e559b1379bd90e16803.tar.xz
dav4tbsync-bd71bd1b1ea78c8de83e1e559b1379bd90e16803.zip
Adding debian version 4.7-1.debian/4.7-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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..713cf59
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,22 @@
+# Configuration file for git-buildpackage and friends
+
+[DEFAULT]
+# use pristine-tar:
+pristine-tar = True
+# generate gz compressed orig file
+# compression = xz
+debian-branch = debian/sid
+upstream-branch = upstream
+
+[pq]
+patch-numbers = False
+
+[dch]
+id-length = 7
+debian-branch = debian/experimental
+
+[import-orig]
+# filter out unwanted files/dirs from upstream
+filter = [ '.cvsignore', '.gitignore', '.hgtags', '.hgignore', '*.orig', '*.rej' ]
+# filter the files out of the tarball passed to pristine-tar
+filter-pristine-tar = True