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

Sandro Tosi morph at debian.org
Sat Feb 25 10:21:31 UTC 2012


The following commit has been merged in the master branch:
commit 31bb6fb11b686dbacad643d119be9e344522b487
Author: Sandro Tosi <morph at debian.org>
Date:   Sat Feb 25 11:15:42 2012 +0100

    updated claws-mail command to use the new cli switch to compose a mail from a file (adding a versioned depends); thanks to David Paleino for the report; Closes: #661221

diff --git a/debian/changelog b/debian/changelog
index c4569dd..4917f4f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,8 +18,12 @@ reportbug (6.3.2) UNRELEASED; urgency=low
     - correctly report the installation status for each dependency packages, not
       just the last status applied to each pkgs; thanks to Piotr Engelking for
       the report; Closes: #657753
+  * reportbug/utils.py, debian/control
+    - updated claws-mail command to use the new cli switch to compose a mail
+      from a file (adding a versioned depends); thanks to David Paleino for the
+      report; Closes: #661221
 
- -- Sandro Tosi <morph at debian.org>  Sun, 19 Feb 2012 19:28:59 +0100
+ -- Sandro Tosi <morph at debian.org>  Sat, 25 Feb 2012 11:14:28 +0100
 
 reportbug (6.3.1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 033d5a6..52fe86b 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Homepage: http://alioth.debian.org/projects/reportbug/
 Package: reportbug
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}, apt, python-reportbug (= ${source:Version})
-Suggests: postfix | exim4 | mail-transport-agent, gnupg | pgp, debconf-utils (>> 1.1.0), debsums (>= 2.0.47), file (>> 1.30), dlocate, python-urwid, python-gtk2, python-vte, python-gtkspell, xdg-utils, emacs22-bin-common | emacs23-bin-common
+Suggests: postfix | exim4 | mail-transport-agent, gnupg | pgp, debconf-utils (>> 1.1.0), debsums (>= 2.0.47), file (>> 1.30), dlocate, python-urwid, python-gtk2, python-vte, python-gtkspell, xdg-utils, emacs22-bin-common | emacs23-bin-common, claws-mail (>= 3.8.0)
 Description: reports bugs in the Debian distribution
  reportbug is a tool designed to make the reporting of bugs in Debian
  and derived distributions relatively painless.  Its features include:
diff --git a/reportbug/utils.py b/reportbug/utils.py
index f68f0cd..c0f596a 100644
--- a/reportbug/utils.py
+++ b/reportbug/utils.py
@@ -856,7 +856,7 @@ MUA = {
     'mutt' : Mua('mutt -H'),
     'mh' : Mua('/usr/bin/mh/comp -use -file'),
     'gnus' : Gnus(),
-    'claws-mail' : Mua('claws-mail --compose-read'),
+    'claws-mail' : Mua('claws-mail --compose-from-file'),
     }
 MUA['nmh'] = MUA['mh']
 

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list