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

Sandro Tosi morph at debian.org
Mon Apr 5 17:35:51 UTC 2010


The following commit has been merged in the master branch:
commit e356b743d5598c4e3eaea13066872189858cb4dd
Author: Sandro Tosi <morph at debian.org>
Date:   Mon Apr 5 15:45:05 2010 +0200

    check the available packages (not only the installed ones) when reporting a wnpp bug; thanks to Filippo Giunchedi for the report; Closes: #565435

diff --git a/debian/changelog b/debian/changelog
index 1c6f429..3ace924 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ reportbug (4.12) UNRELEASED; urgency=low
   * reportbug/debianbts.py
     - fix description for 'experimental' tag; thanks to Raphael Rigo for the
       report; Closes: #575044
+    - check the available packages (not only the installed ones) when reporting
+      a wnpp bug; thanks to Filippo Giunchedi for the report; Closes: #565435
   * bin/reportbug
     - removed the information that an empty subject would stop the report: it
       will continue until entered or Ctrl+c; thanks Torquil Macdonald Sørensen
@@ -49,7 +51,7 @@ reportbug (4.12) UNRELEASED; urgency=low
       script to remove that notice); thanks to Chris Walker for the report;
       Closes: #488414
 
- -- Sandro Tosi <morph at debian.org>  Mon, 05 Apr 2010 15:04:25 +0200
+ -- Sandro Tosi <morph at debian.org>  Mon, 05 Apr 2010 15:43:26 +0200
 
 reportbug (4.11) unstable; urgency=low
 
diff --git a/reportbug/debianbts.py b/reportbug/debianbts.py
index 57f5ffa..d9a1cda 100644
--- a/reportbug/debianbts.py
+++ b/reportbug/debianbts.py
@@ -491,7 +491,7 @@ def handle_wnpp(package, bts, ui, fromaddr, timeout, online=True, http_proxy=Non
         package = ui.get_string(prompt)
 
     ui.log_message('Checking status database...\n')
-    info = utils.get_package_status(package)
+    info = utils.get_package_status(package, avail=True)
     available = info[1]
 
     severity = 'normal'

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list