[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 4.2-35-g194e820

Sandro Tosi morph at debian.org
Fri May 22 13:47:56 UTC 2009


The following commit has been merged in the master branch:
commit 87f44249b7fc44a328e3d03f63c1dc44b51a7506
Author: Carl Chenet <carl.chenet at ohmytux.com>
Date:   Mon May 11 23:24:39 2009 +0200

    allow debug and kudos use simultaneoulsy

diff --git a/bin/reportbug b/bin/reportbug
index ea56596..b48f268 100755
--- a/bin/reportbug
+++ b/bin/reportbug
@@ -1470,7 +1470,7 @@ orphaned for a long period of time are often removed from the archive.
 
 For more details, please see: http://www.debian.org/devel/wnpp/''')
 
-        if self.options.kudos:
+        if self.options.kudos and not self.options.debugmode:
             sendto = '%s at packages.debian.org' % package
 
         depinfo = ""

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list