diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-14 20:04:51 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-14 20:04:51 +0000 |
commit | a81be7dee3277993dd38f06b95417621955c8771 (patch) | |
tree | 31cc44ae606afa887f4e7d275ea78cfdf2821049 /debian/gbp.conf | |
parent | Adding upstream version 4.3.7. (diff) | |
download | ansible-lint-7c5b1d5e1ac94bf7f1270ffc74d79480ef97ddaf.tar.xz ansible-lint-7c5b1d5e1ac94bf7f1270ffc74d79480ef97ddaf.zip |
Adding debian version 4.3.7-1.debian/4.3.7-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/gbp.conf')
-rw-r--r-- | debian/gbp.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..6cbc70d --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,19 @@ +[DEFAULT] +debian-branch=debian/master +pristine-tar = True +cleaner = /bin/true + +[buildpackage] +sign-tags = True +export-dir = ../build-area/ +ignore-branch = True + +[import-orig] +filter-pristine-tar = True + +[pq] +patch-numbers = False + +[dch] +multimaint-merge = True +ignore-branch = True |