diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 14:36:24 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 14:36:24 +0000 |
commit | 200a1c0e13bdf4612a6343f1495beaf3d006353d (patch) | |
tree | fa49568e280a8dc225a234746c0797b2504f927b /debian/gbp.conf | |
parent | Adding upstream version 1:3.38.4. (diff) | |
download | gnome-control-center-200a1c0e13bdf4612a6343f1495beaf3d006353d.tar.xz gnome-control-center-200a1c0e13bdf4612a6343f1495beaf3d006353d.zip |
Adding debian version 1:3.38.4-1.debian/1%3.38.4-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/gbp.conf')
-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..9233638 --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,14 @@ +[DEFAULT] +pristine-tar = True +debian-branch = debian/master +upstream-branch = upstream/3.38.x +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 |