diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 14:33:00 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 14:33:00 +0000 |
commit | 5d6dc79a88ce48b3a4e833498d9194ee629ca180 (patch) | |
tree | 0bfa6ef5921e5d1b5b99b05c9fa1d4863e907393 /debian/gbp.conf | |
parent | Adding upstream version 3.38.1. (diff) | |
download | gedit-5d6dc79a88ce48b3a4e833498d9194ee629ca180.tar.xz gedit-5d6dc79a88ce48b3a4e833498d9194ee629ca180.zip |
Adding debian version 3.38.1-1.debian/3.38.1-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/gbp.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..7eebcaf --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,14 @@ +[DEFAULT] +pristine-tar = True +debian-branch = debian/master +upstream-branch = upstream/latest +upstream-vcs-tag = %(version)s + +[buildpackage] +sign-tags = True + +[import-orig] +postimport = dch -v%(version)s New upstream release; git add debian/changelog; debcommit + +[pq] +patch-numbers = False |