From: Markus Lehtonen Date: Tue, 26 Mar 2013 08:53:30 +0000 (+0200) Subject: .gbp.conf: Tizen specific changes X-Git-Tag: tizen/0.6.15-20140828~97 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7cb6e19ef67ba8df6278c46cac1fc7474ae61025;p=tools%2Fgit-buildpackage.git .gbp.conf: Tizen specific changes Signed-off-by: Markus Lehtonen --- diff --git a/.gbp.conf b/.gbp.conf index 6f74162f..6ef7f6d2 100644 --- a/.gbp.conf +++ b/.gbp.conf @@ -2,16 +2,24 @@ # Do not merge to packaging (after update) merge=False # Vendor/Distro name -vendor=MyDistro +vendor=Tizen # Package is from Debian upstream-tag=debian/%(version)s # Don't use pristine-tar pristine-tar=False # Branch naming -packaging-branch=experimental-rpm -upstream-branch=master +packaging-branch=master +upstream-branch=upstream +# Tag format for releases +packaging-tag = tizen/%(upstreamversion)s-%(nowtime)s # Subdir for RPM packaging data packaging-dir=packaging # Auto-generate patches against upstream patch-export = True patch-numbers = True +patch-export-ignore-path = (.gbp.conf|packaging/.*) +# Don't fail if the current branch does not match the main packaging branch +ignore-branch = True + +[git-rpm-ch] +changelog-revision=%(tagname)s