diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:49:37 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:49:37 +0000 |
commit | 2e555ad8dcd1b163cc1956df62f08d3d024d3df9 (patch) | |
tree | e07caf3859203d57868dfe702b120d4afd69b2c0 /debian/gbp.conf | |
parent | Adding upstream version 43.0. (diff) | |
download | gnome-session-debian.tar.xz gnome-session-debian.zip |
Adding debian version 43.0-1+deb12u1.debian/43.0-1+deb12u1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/gbp.conf | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..4a341ca --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,17 @@ +[DEFAULT] +pristine-tar = True +debian-branch = debian/bookworm +upstream-branch = upstream/43.x + +[buildpackage] +sign-tags = True + +[dch] +multimaint-merge = True + +[import-orig] +postimport = dch -v%(version)s New upstream release; git add debian/changelog; debcommit +upstream-vcs-tag = %(version%~%.)s + +[pq] +patch-numbers = False |