diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:54:46 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:54:46 +0000 |
commit | 2d0129f6c70a7db250da488eb8668b3eb497c292 (patch) | |
tree | 49340fe84caa1e95035f5c240933c43f84763565 /debian/gbp.conf | |
parent | Adding upstream version 0.8.0. (diff) | |
download | librtr-2d0129f6c70a7db250da488eb8668b3eb497c292.tar.xz librtr-2d0129f6c70a7db250da488eb8668b3eb497c292.zip |
Adding debian version 0.8.0-1.debian/0.8.0-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/gbp.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..bf43b91 --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,10 @@ +[DEFAULT] +pristine-tar = True +debian-branch = debian/master +upstream-tag = v%(version)s + +[buildpackage] +sign-tags = True + +[import-orig] +filter-pristine-tar = True |