[SCM] libshout-idjc/master: Update gbp.conf to always sign tags

ross-guest at users.alioth.debian.org ross-guest at users.alioth.debian.org
Sun May 15 15:40:22 UTC 2016


The following commit has been merged in the master branch:
commit 5385c91b0ac0254cc49de90fb2b49b4e11497e11
Author: Ross Gammon <rossgammon at mail.dk>
Date:   Sun May 15 11:32:09 2016 +0200

    Update gbp.conf to always sign tags

diff --git a/debian/gbp.conf b/debian/gbp.conf
index cec628c..462aef2 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -1,2 +1,19 @@
 [DEFAULT]
+
+# The default name for the upstream branch is "upstream".
+# Change it if the name is different (for instance, "master").
+upstream-branch = upstream
+
+# The default name for the Debian branch is "master".
+# Change it if the name is different (for instance, "debian/unstable").
+debian-branch = master
+
+# git-import-orig uses the following names for the upstream tags.
+# Change the value if you are not using git-import-orig
+upstream-tag = upstream/%(version)s
+
+# Always use pristine-tar.
 pristine-tar = True
+
+# Applies to all commands
+sign-tags = True

-- 
libshout-idjc packaging



More information about the pkg-multimedia-commits mailing list