diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 15:25:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 15:25:44 +0000 |
commit | 04cfb264dc395a4f45df17805a46ffd77f0b9f76 (patch) | |
tree | ebbd9dd147e86a3cc557d8977b4b2da0fc5f80a5 /debian/gbp.conf | |
parent | Adding upstream version 3.38.0. (diff) | |
download | gsettings-desktop-schemas-04cfb264dc395a4f45df17805a46ffd77f0b9f76.tar.xz gsettings-desktop-schemas-04cfb264dc395a4f45df17805a46ffd77f0b9f76.zip |
Adding debian version 3.38.0-2.debian/3.38.0-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/gbp.conf')
-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..b24011a --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,17 @@ +[DEFAULT] +pristine-tar = True +debian-branch = debian/master +upstream-branch = upstream/latest +upstream-vcs-tag = %(version)s + +[buildpackage] +sign-tags = True + +[dch] +multimaint-merge = True + +[import-orig] +postimport = dch -v%(version)s New upstream release; git add debian/changelog; debcommit + +[pq] +patch-numbers = False |