diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 20:19:53 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 20:19:53 +0000 |
commit | f42a25756b9133ae9c62fa7a86112bfc603391c8 (patch) | |
tree | 51bf1ba3aad37d5913d230724bd1969d4d466286 /debian/gbp.conf | |
parent | Adding upstream version 0.91.0. (diff) | |
download | python-ruyaml-f42a25756b9133ae9c62fa7a86112bfc603391c8.tar.xz python-ruyaml-f42a25756b9133ae9c62fa7a86112bfc603391c8.zip |
Adding debian version 0.91.0-3.debian/0.91.0-3debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/gbp.conf | 22 |
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 |