[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 6.0-118-g8d1d731

Sandro Tosi morph at debian.org
Sat Aug 18 14:35:15 UTC 2012


The following commit has been merged in the master branch:
commit 8d1d731180f3a0d162355f43f476e2a32b4b15b1
Author: Sandro Tosi <morph at debian.org>
Date:   Sat Aug 18 16:04:16 2012 +0200

    recognize Control as a pseudo-header; thanks to Paul Wise for the report; Closes: #684540

diff --git a/debian/changelog b/debian/changelog
index 5a166e7..197e562 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,11 @@ reportbug (6.4.3) UNRELEASED; urgency=low
     - add a note to include/attach the debdiff in case of unblocks for
       release.d.o; thanks to Ulrich Dangel for the report and to Niels Thykier
       for ack'ing it on IRC; Closes: #681206
+  * reportbug/utils.py
+    - recognize Control as a pseudo-header; thanks to Paul Wise for the report;
+      Closes: #684540
 
- -- Sandro Tosi <morph at debian.org>  Sat, 18 Aug 2012 14:07:24 +0200
+ -- Sandro Tosi <morph at debian.org>  Sat, 18 Aug 2012 16:03:33 +0200
 
 reportbug (6.4.2) unstable; urgency=low
 
diff --git a/reportbug/utils.py b/reportbug/utils.py
index 94ff1cd..01f7062 100644
--- a/reportbug/utils.py
+++ b/reportbug/utils.py
@@ -50,7 +50,7 @@ STATUSDB = os.path.join(DPKGLIB, 'status')
 # Headers other than these become email headers for debbugs servers
 PSEUDOHEADERS = ('Package', 'Source', 'Version', 'Severity', 'File', 'Tags',
                  'Justification', 'Followup-For', 'Owner', 'User', 'Usertags',
-                 'Forwarded')
+                 'Forwarded', 'Control')
 
 MODES = {'novice': 'Offer simple prompts, bypassing technical questions.',
          'standard': 'Offer more extensive prompts, including asking about '

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list