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

Sandro Tosi morph at debian.org
Sat May 9 09:39:44 UTC 2009


The following commit has been merged in the master branch:
commit 33d1983f90140ce995e429a2ecb5d29db9cab212
Author: Sandro Tosi <morph at debian.org>
Date:   Sat May 9 11:24:45 2009 +0200

      - added 'mua_exists' function to check existence of the selected MUA; thanks
        to Bernhard R. Link for the report and to Carl Chenet for the patch;
        Closes: #363920

diff --git a/debian/changelog b/debian/changelog
index bf76927..5b1bbaf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,8 +12,12 @@ reportbug (4.3) UNRELEASED; urgency=low
     - skip to show the ack message if fails to send the email to all the
       recipients; thanks to Cyril Brulebois for the report and to Carl Chenet
       for the patch; Closes: #524640
+  * reportbug/utils.py, bin/reportbug
+    - added 'mua_exists' function to check existence of the selected MUA; thanks
+      to Bernhard R. Link for the report and to Carl Chenet for the patch;
+      Closes: #363920
 
- -- Sandro Tosi <morph at debian.org>  Sat, 09 May 2009 08:59:22 +0200
+ -- Sandro Tosi <morph at debian.org>  Sat, 09 May 2009 11:21:57 +0200
 
 reportbug (4.2) unstable; urgency=low
 
diff --git a/reportbug/utils.py b/reportbug/utils.py
index 31ccbea..6c0d882 100644
--- a/reportbug/utils.py
+++ b/reportbug/utils.py
@@ -779,7 +779,7 @@ def mua_exists(mua):
     if returnvalue == 127:
         return False
     else:
-        return True        
+        return True
 
 def first_run():
     return not os.path.exists(USERFILE)

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list