[SCM] obs-studio/master: Adjust git-buildpackage setup.

pere at users.alioth.debian.org pere at users.alioth.debian.org
Sat May 21 13:59:01 UTC 2016


The following commit has been merged in the master branch:
commit b43a47933ba6f29403c1eb53f965065d8233993f
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Sat May 21 13:55:16 2016 +0000

    Adjust git-buildpackage setup.
    
    Correct tag pattern for the upstream source, and enforce the use of
    pristine-tar.

diff --git a/debian/gbp.conf b/debian/gbp.conf
index 213ea5b..1c45620 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -1,6 +1,9 @@
+[DEFAULT]
+pristine-tar = True
+
 [buildpackage]
 upstream-tree = tag
-upstream-tag = %(version)s
+upstream-tag = upstream/%(version)s
 upstream-branch = upstream
 debian-branch = master
 submodules = true

-- 
obs-studio packaging



More information about the pkg-multimedia-commits mailing list