[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 4.7-8-g098e167

Sandro Tosi morph at debian.org
Wed Sep 16 18:32:28 UTC 2009


The following commit has been merged in the master branch:
commit 05195a324c02b6849f9f37e01d3b31d009b6d089
Author: Sandro Tosi <morph at debian.org>
Date:   Wed Sep 16 20:17:06 2009 +0200

    pass '--ignore-permissions' to debsums (because it's easier to workaround problems than fixing them); thanks to Davide Prina for the report; Closes: #539695

diff --git a/bin/reportbug b/bin/reportbug
index bc7090c..025fb25 100755
--- a/bin/reportbug
+++ b/bin/reportbug
@@ -1367,7 +1367,7 @@ class UI(object):
         if (pkgavail and self.options.verify and os.path.exists('/usr/bin/debsums')
             and not self.options.kudos and state == 'installed'):
             ewrite('Verifying package integrity...\n')
-            rc, output = commands.getstatusoutput('/usr/bin/debsums -s'+
+            rc, output = commands.getstatusoutput('/usr/bin/debsums --ignore-permissions -s'+
                                                   commands.mkarg(package))
             debsumsoutput = output
 
diff --git a/debian/changelog b/debian/changelog
index a166271..e3ef257 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,11 +9,14 @@ reportbug (4.8) UNRELEASED; urgency=low
   * bin/reportbug
     - use LC_ALL=C when calling bug scripts (to avoid localized messages);
       thanks to Alexander Galanin for the report; Closes: #546276
+    - pass '--ignore-permissions' to debsums (because it's easier to workaround
+      problems than fixing them); thanks to Davide Prina for the report;
+      Closes: #539695
 
   [ Pierre Habouzit ]
   * Fix small issues with the release.debian.org binNMU template.
 
- -- Sandro Tosi <morph at debian.org>  Tue, 15 Sep 2009 21:13:00 +0200
+ -- Sandro Tosi <morph at debian.org>  Wed, 16 Sep 2009 20:16:35 +0200
 
 reportbug (4.7) unstable; urgency=low
 

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list