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

Sandro Tosi morph at debian.org
Tue Aug 16 23:06:36 UTC 2011


The following commit has been merged in the master branch:
commit c01aacc26adb4f0842a2839eee223af9e622ab84
Author: Sandro Tosi <morph at debian.org>
Date:   Tue Aug 16 19:44:14 2011 +0200

    more verbose message when we can't find a package; thanks to Lionel Elie Mamane for the report; Closes: #628463

diff --git a/bin/reportbug b/bin/reportbug
index 934c93e..7d41f69 100755
--- a/bin/reportbug
+++ b/bin/reportbug
@@ -1262,7 +1262,8 @@ class UI(object):
             package = 'linux-2.6'
 
         if not package:
-            efail("No package specified; stopping.\n")
+            efail("No package specified or we were unable to find it in the apt"
+                  " cache; stopping.\n")
 
         tfprefix = tempfile_prefix(package)
         if self.options.interface == 'text':
diff --git a/debian/changelog b/debian/changelog
index 6c09f82..c67f1f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,8 +20,10 @@ reportbug (6.1) UNRELEASED; urgency=low
       thanks to Ian Zimmerman for the report; Closes: #626656
     - ignore mua settings when running for --template; thanks to Jakub Wilk for
       the report; Closes: #632377
+    - more verbose message when we can't find a package; thanks to Lionel Elie
+      Mamane for the report; Closes: #628463
 
- -- Sandro Tosi <morph at debian.org>  Tue, 16 Aug 2011 18:51:49 +0200
+ -- Sandro Tosi <morph at debian.org>  Tue, 16 Aug 2011 19:43:24 +0200
 
 reportbug (6.0) unstable; urgency=low
 

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list