[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 4.9-67-g1b2f03e

Sandro Tosi morph at debian.org
Mon Mar 8 20:04:04 UTC 2010


The following commit has been merged in the master branch:
commit 42617f032710a48225f1284be7300296fec8e9d8
Author: Sandro Tosi <morph at debian.org>
Date:   Mon Mar 8 19:18:28 2010 +0100

    added 'Forwarded' to the list of supported pseudo-header

diff --git a/debian/changelog b/debian/changelog
index fe60115..ae1cf23 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -28,11 +28,12 @@ reportbug (4.10.3) UNRELEASED; urgency=low
   * reportbug/utils.py
     - recognize also files in /var/lib/dpkg/info/, identifying the package they
       belong to; thanks to Dan Jacobson for the report; Closes: #230582
+    - added 'Forwarded' to the list of supported pseudo-header
   * bin/reportbug, reportbug/submit.py
     - use 'draftpath' anytime a temporary file needs to be used; thanks to
       Vincent Lefevre for the report; Closes: #564704
 
- -- Sandro Tosi <morph at debian.org>  Sat, 06 Mar 2010 14:52:41 +0100
+ -- Sandro Tosi <morph at debian.org>  Mon, 08 Mar 2010 19:18:02 +0100
 
 reportbug (4.10.2) unstable; urgency=low
 
diff --git a/reportbug/utils.py b/reportbug/utils.py
index bff3ccb..dcb5146 100644
--- a/reportbug/utils.py
+++ b/reportbug/utils.py
@@ -56,7 +56,8 @@ 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')
+                 'Justification', 'Followup-For', 'Owner', 'User', 'Usertags',
+                 'Forwarded')
 
 from reportbug.ui import AVAILABLE_UIS
 

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list