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

Sandro Tosi morph at debian.org
Sun Feb 19 19:00:40 UTC 2012


The following commit has been merged in the master branch:
commit 5b04fbb6d57529b01c1f6b824c24ead8829308da
Author: Sandro Tosi <morph at debian.org>
Date:   Sun Feb 19 18:47:19 2012 +0100

    initialize varibles needed to handle ftp.debian.org section change requests, so reportbug won't crash if proper values (for section and priority) is not found; thanks to James McCoy for the report; Closes: #658748

diff --git a/debian/changelog b/debian/changelog
index 8f80ca3..522badd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,8 +9,13 @@ reportbug (6.3.2) UNRELEASED; urgency=low
   * reportbug/ui/{text, urwid}_ui.py
     - sort bug numerically; thanks to Matthias Urlichs for the report;
       Closes: #657616
+  * reportbug/debbugs.py
+    - initialize varibles needed to handle ftp.debian.org section change
+      requests, so reportbug won't crash if proper values (for section and
+      priority) is not found; thanks to James McCoy for the report;
+      Closes: #658748
 
- -- Sandro Tosi <morph at debian.org>  Sun, 19 Feb 2012 18:35:52 +0100
+ -- Sandro Tosi <morph at debian.org>  Sun, 19 Feb 2012 18:45:30 +0100
 
 reportbug (6.3.1) unstable; urgency=low
 
diff --git a/reportbug/debbugs.py b/reportbug/debbugs.py
index ae278be..2529062 100644
--- a/reportbug/debbugs.py
+++ b/reportbug/debbugs.py
@@ -197,7 +197,7 @@ progenyother = {
     }
 
 def handle_debian_ftp(package, bts, ui, fromaddr, timeout, online=True, http_proxy=None):
-    body = reason = archs = ''
+    body = reason = archs = section = priority = ''
     suite = 'unstable'
     headers = []
     pseudos = []

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list