Brown paper bag, please
authorBla Fasel <agx@sigxcpu.org>
Sun, 10 Aug 2014 23:29:26 +0000 (01:29 +0200)
committerBla Fasel <agx@sigxcpu.org>
Sun, 10 Aug 2014 23:29:26 +0000 (01:29 +0200)
Gbp-Dch: Ignore

gbp/scripts/dch.py

index 20a7b1b5240ac73c3ed7ed15cf256d1fbf604142..c6172698fd88cf7acbfb5aea655dc33cfe8fc776 100644 (file)
@@ -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)