From: Bla Fasel Date: Sun, 10 Aug 2014 23:29:26 +0000 (+0200) Subject: Brown paper bag, please X-Git-Tag: debian/0.6.26~149 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=48533f68278cebcc96fb0a018a05f412001eac23;p=tools%2Fgit-buildpackage.git Brown paper bag, please Gbp-Dch: Ignore --- diff --git a/gbp/scripts/dch.py b/gbp/scripts/dch.py index 944e828..00e19f6 100755 --- a/gbp/scripts/dch.py +++ b/gbp/scripts/dch.py @@ -76,7 +76,7 @@ def fixup_section(repo, git_author, options, dch_options): author, email = get_author_email(repo, git_author) used_options = ['distribution', 'urgency'] opts = [] - maintrailer_opts = [ '--nomainttrailer', '--mainttrailer', '-t' ] + mainttrailer_opts = [ '--nomainttrailer', '--mainttrailer', '-t' ] # This must not be done for snapshots or snapshots changelog entries # will not be concatenated @@ -93,7 +93,7 @@ def fixup_section(repo, git_author, options, dch_options): if opt in dch_options: break else: - opts.append(maintrailer_opts[0]) + opts.append(mainttrailer_opts[0]) ChangeLog.spawn_dch(msg='', author=author, email=email, dch_options=dch_options+opts)