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

Sandro Tosi morph at debian.org
Sun Aug 1 19:44:07 UTC 2010


The following commit has been merged in the master branch:
commit 806c1a2f6f652461078533241f80f154917f1268
Author: Sandro Tosi <morph at debian.org>
Date:   Sat Jul 31 14:56:39 2010 +0200

    add a warning we are actually working (and not blocked) when executing bug script; thanks to Arthur Marsh for the report; Closes: #587952

diff --git a/bin/reportbug b/bin/reportbug
index 509623f..638ec32 100755
--- a/bin/reportbug
+++ b/bin/reportbug
@@ -1925,6 +1925,8 @@ For more details, please see: http://www.debian.org/devel/wnpp/''')
 
         # Execute bug script
         if self.options.bugscript and bugexec and not self.options.kudos:
+            # add a warning, since it can take a while, 587952
+            ewrite("Gathering additional data, this may take a while...\n")
             if os.path.exists('handle_bugscript'):
                 handler = './handle_bugscript'
             else:
diff --git a/debian/changelog b/debian/changelog
index c41a9a3..237d4fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+reportbug (4.12.5) UNRELEASED; urgency=low
+
+  * bin/reportbug
+    - add a warning we are actually working (and not blocked) when executing bug
+      script; thanks to Arthur Marsh for the report; Closes: #587952
+
+ -- Sandro Tosi <morph at debian.org>  Sat, 31 Jul 2010 14:55:47 +0200
+
 reportbug (4.12.4) unstable; urgency=low
 
   * man/reportbug.1

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list