[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, bts428113, updated. 4.2-33-g2db5032

Sandro Tosi morph at debian.org
Thu May 21 15:44:12 UTC 2009


The following commit has been merged in the bts428113 branch:
commit 223b04b0e08e66a71d67ce3676ddb7e2619354fb
Author: Sandro Tosi <morph at debian.org>
Date:   Sun May 10 10:52:31 2009 +0200

      - added '--no-cc-question' option to skip CC question; thanks to Josh
        Triplett for the report and to Carl Chenet for the (partial) patch;
        Closes: #428113

diff --git a/bin/reportbug b/bin/reportbug
index 51cebc1..9533c95 100755
--- a/bin/reportbug
+++ b/bin/reportbug
@@ -720,7 +720,7 @@ def main():
     parser.add_option('-n', '--mh', '--nmh', action='store_const', dest='mua',
                       help='send the report using mh/nmh',
                       const=utils.MUA['mh'])
-    parser.add_option('-N', '--no-cc-question', action='store_const', dest='noccquestion',
+    parser.add_option('--no-cc-question', action='store_const', dest='noccquestion',
                       help='do not ask for more CCs while executing reportbug',
                       const=True)
     parser.add_option('--mua', dest='mua',
@@ -1607,7 +1607,7 @@ For more details, please see: http://www.debian.org/devel/wnpp/''')
         if not listcc:
             listcc = []
 
-        if (not listcc and mode > MODE_STANDARD and rtype == 'debbugs' and 
+        if (not listcc and mode > MODE_STANDARD and rtype == 'debbugs' and
                 not self.options.testmode and not self.options.template and not self.options.noccquestion):
             listcc += ui.get_multiline('Enter any additional addresses this report should be sent to; press ENTER after each address.')
 
diff --git a/debian/changelog b/debian/changelog
index 92ac386..e8dacc4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -35,8 +35,12 @@ reportbug (4.3) UNRELEASED; urgency=low
   * doc/README.Users
     - added explanation about what modules are needed to let GTK+ UI works;
       thanks to Leonardo Meira for the report; Closes: #527994
+  * bin/reportbug, man/reportbug.1
+    - added '--no-cc-question' option to skip CC question; thanks to Josh
+      Triplett for the report and to Carl Chenet for the (partial) patch;
+      Closes: #428113
 
- -- Sandro Tosi <morph at debian.org>  Mon, 11 May 2009 23:55:46 +0200
+ -- Sandro Tosi <morph at debian.org>  Sun, 10 May 2009 10:48:54 +0200
 
 reportbug (4.2) unstable; urgency=low
 
diff --git a/man/reportbug.1 b/man/reportbug.1
index 60e94e0..73d793f 100644
--- a/man/reportbug.1
+++ b/man/reportbug.1
@@ -274,6 +274,9 @@ and
 .B mh
 mail systems) to edit and send it.
 .TP
+.B \-\-no\-cc\-question
+Do not ask for more CCs while executing reportbug
+.TP
 .B \-o FILE, \-\-output=FILE
 Instead of sending an email, redirect it to the specified filename.
 .TP

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list