diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 18:01:25 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 18:01:25 +0000 |
commit | aec407ab9f12ff932bd1522a28ac65769844bffd (patch) | |
tree | 3b7208e2b09728a7ef1ddcf5320a6bdeee43896f /debian/gbp.conf | |
parent | Adding upstream version 3.38.0. (diff) | |
download | gnome-system-monitor-aec407ab9f12ff932bd1522a28ac65769844bffd.tar.xz gnome-system-monitor-aec407ab9f12ff932bd1522a28ac65769844bffd.zip |
Adding debian version 3.38.0-1.debian/3.38.0-1debian
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..4ed071a --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,17 @@ +[DEFAULT] +pristine-tar = True +debian-branch = debian/master +upstream-branch = upstream/latest + +[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 |