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

Sandro Tosi morph at debian.org
Fri Aug 26 23:47:15 UTC 2011


The following commit has been merged in the master branch:
commit ead36f55a65dc387591c4418ffe81df7bd5aed0b
Author: Sandro Tosi <morph at debian.org>
Date:   Fri Aug 26 18:37:30 2011 +0200

    don't gather information for "other" packages (like wnpp, ftp.d.o, etc), so actions like following up on one of their bugs skip that check; thanks to Adrian Glaubitz for the report; #614366

diff --git a/bin/reportbug b/bin/reportbug
index 4561372..a2c6e8f 100755
--- a/bin/reportbug
+++ b/bin/reportbug
@@ -1362,7 +1362,8 @@ class UI(object):
             efail('Exiting.\n')
 
         if not pkgversion and self.options.querydpkg and \
-               sysinfo.get('query-dpkg', True):
+               sysinfo.get('query-dpkg', True) and \
+               package not in debbugs.SYSTEMS[bts].get('otherpkgs').keys():
             ewrite("Getting status for %s...\n", package)
             status = utils.get_package_status(package)
 
diff --git a/debian/changelog b/debian/changelog
index 9fb3d85..ca13cb6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,9 @@ reportbug (6.2) UNRELEASED; urgency=low
     - when using --src don't present the menu with possible binary packages (and
       also try to be smart and infer the version from the bin pkgs list); thanks
       to Vincent Lefevre for the report; Closes: #638616
+    - don't gather information for "other" packages (like wnpp, ftp.d.o, etc),
+      so actions like following up on one of their bugs skip that check; thanks
+      to Adrian Glaubitz for the report; #614366
   * reportbug/submit.py
     - don't force the Envelope-From header to the From value; thanks to
       Francesco Poli for the report; Closes: #614880
@@ -26,7 +29,7 @@ reportbug (6.2) UNRELEASED; urgency=low
     - don't try to decode a unicode string; thanks to Vincent Bernat for the
       report; Closes: #638429
 
- -- Sandro Tosi <morph at debian.org>  Fri, 26 Aug 2011 00:03:48 +0200
+ -- Sandro Tosi <morph at debian.org>  Fri, 26 Aug 2011 18:36:59 +0200
 
 reportbug (6.1) unstable; urgency=low
 

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list