diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 16:23:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 16:23:27 +0000 |
commit | 930ddca64ec92521e83b8b673523835772b437ac (patch) | |
tree | 9dbc8eee3756d124c75c9948703044a1c9864c31 /debian/gbp.conf | |
parent | Adding upstream version 2.10.22. (diff) | |
download | gimp-930ddca64ec92521e83b8b673523835772b437ac.tar.xz gimp-930ddca64ec92521e83b8b673523835772b437ac.zip |
Adding debian version 2.10.22-4+deb11u2.debian/2.10.22-4+deb11u2debian
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..a0d0888 --- /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 = GIMP_%(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 |