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

Sandro Tosi morph at debian.org
Tue Jan 26 22:57:13 UTC 2010


The following commit has been merged in the master branch:
commit 85791f49c45d3b802e63672bd9bb56a5b8c8328c
Author: Sandro Tosi <morph at debian.org>
Date:   Tue Jan 26 23:48:19 2010 +0100

    allow 'Source' as pseudo-header; thanks to Cyril Brulebois for the report; Closes: #566989

diff --git a/debian/changelog b/debian/changelog
index 73bcba9..6dd9770 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+reportbug (4.10.2) UNRELEASED; urgency=low
+
+  * reportbug/utils.py
+    - allow 'Source' as pseudo-header; thanks to Cyril Brulebois for the report;
+      Closes: #566989
+
+ -- Sandro Tosi <morph at debian.org>  Tue, 26 Jan 2010 23:47:36 +0100
+
 reportbug (4.10.1) unstable; urgency=low
 
   * bin/reportbug
diff --git a/reportbug/utils.py b/reportbug/utils.py
index 3a4f997..2ec6e6f 100644
--- a/reportbug/utils.py
+++ b/reportbug/utils.py
@@ -55,7 +55,7 @@ AVAILDB = os.path.join(DPKGLIB, 'available')
 STATUSDB = os.path.join(DPKGLIB, 'status')
 
 # Headers other than these become email headers for debbugs servers
-PSEUDOHEADERS = ('Package', 'Version', 'Severity', 'File', 'Tags',
+PSEUDOHEADERS = ('Package', 'Source', 'Version', 'Severity', 'File', 'Tags',
                  'Justification', 'Followup-For', 'Owner', 'User', 'Usertags')
 
 from reportbug.ui import AVAILABLE_UIS

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list