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

Sandro Tosi morph at debian.org
Sun Dec 4 22:07:46 UTC 2011


The following commit has been merged in the master branch:
commit 2029a95abec201b09a69003025d089276f26f836
Author: Sandro Tosi <morph at debian.org>
Date:   Sun Dec 4 20:29:38 2011 +0100

    force (once again) source report if --source is specified; Closes: #644194

diff --git a/bin/reportbug b/bin/reportbug
index ae9321e..889f14c 100755
--- a/bin/reportbug
+++ b/bin/reportbug
@@ -1342,6 +1342,9 @@ class UI(object):
         issource = installed = usedavail = False
         status = None
 
+        if self.options.source:
+            issource = True
+
         exinfo = None
         # If user specified a bug number on the command line
         try:
diff --git a/debian/changelog b/debian/changelog
index 42a6288..543579f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ reportbug (6.3.1) UNRELEASED; urgency=low
       prevent spurious blank lines in bug pseudoheaders section; thanks to
       Andreas Beckmann and Jonathan Nieder for the report; Closes: #649956
       #650723
+    - force (once again) source report if --source is specified; Closes: #644194
   * reportbug/utils.py
     - remove tailing white spaces from dependencies list; thanks to Nelson A. de
       Oliveira for the report and patch; Closes: #650659
@@ -16,7 +17,7 @@ reportbug (6.3.1) UNRELEASED; urgency=low
       non-existing packages (or if rmadison doesn't return anything); thanks to
       Jérémy Lal for the report; Closes: #649649
 
- -- Sandro Tosi <morph at debian.org>  Sun, 04 Dec 2011 18:22:53 +0100
+ -- Sandro Tosi <morph at debian.org>  Sun, 04 Dec 2011 20:28:58 +0100
 
 reportbug (6.3) unstable; urgency=low
 

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list