Your message dated Wed, 06 Jun 2012 21:05:25 +0000
with message-id <e1scnpx-0005xr...@franck.debian.org>
and subject line Bug#667543: fixed in reportbug 6.4
has caused the Debian Bug report #667543,
regarding reportbug: Crash when clicking "Choose a mailer to edit the report"
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
667543: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=667543
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: reportbug
Version: 6.3.1
Severity: important
Tags: upstream

Dear Maintainer,

I tried to submit a bug report, and then clicked "Choose a mailer to
edit the report" in the final window. Then I choosed claws-mail, and
reportbug crashed with:

Traceback (most recent call last):
  File "/usr/bin/reportbug", line 2199, in <module>
    main()
  File "/usr/bin/reportbug", line 1077, in main
    return iface.user_interface()
  File "/usr/bin/reportbug", line 2116, in user_interface
    package, severity, mode, charset=charset, tags=tags)
  File "/usr/bin/reportbug", line 298, in handle_editing
    if not utils.mua_exists(utils.MUA[mailer]):
  File "/usr/lib/pymodules/python2.7/reportbug/utils.py", line 899, in
mua_exists
    mua_tmp = MUA[mua]
KeyError: <reportbug.utils.Mua instance at 0x2376bd8>

Regards,
Valentin Lorentz



-- Package-specific info:
** Environment settings:
INTERFACE="gtk2"

** /home/progval/.reportbugrc:
reportbug_version "4.12.6"
mode standard
ui gtk2
email "prog...@gmail.com"
smtphost "smtp.gmail.com"
smtpuser "prog...@gmail.com"
smtptls

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages reportbug depends on:
ii  apt               0.8.15.10
ii  python            2.7.2-10
ii  python-reportbug  6.3.1

reportbug recommends no packages.

Versions of packages reportbug suggests:
ii  debconf-utils                   <none>
ii  debsums                         <none>
ii  dlocate                         <none>
ii  emacs23-bin-common              23.4+1-2
ii  file                            5.11-1
ii  gnupg                           1.4.12-4
ii  postfix [mail-transport-agent]  2.9.1-2
ii  python-gtk2                     2.24.0-3
ii  python-gtkspell                 <none>
ii  python-urwid                    <none>
ii  python-vte                      1:0.28.2-4
ii  xdg-utils                       1.1.0~rc1+git20111210-6

Versions of packages python-reportbug depends on:
ii  apt               0.8.15.10
ii  python            2.7.2-10
ii  python-debian     0.1.21
ii  python-debianbts  1.10
ii  python-support    1.0.14

python-reportbug suggests no packages.

-- no debconf information

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: reportbug
Source-Version: 6.4

We believe that the bug you reported is fixed in the latest version of
reportbug, which is due to be installed in the Debian FTP archive:

python-reportbug_6.4_all.deb
  to main/r/reportbug/python-reportbug_6.4_all.deb
reportbug_6.4.dsc
  to main/r/reportbug/reportbug_6.4.dsc
reportbug_6.4.tar.bz2
  to main/r/reportbug/reportbug_6.4.tar.bz2
reportbug_6.4_all.deb
  to main/r/reportbug/reportbug_6.4_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 667...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sandro Tosi <mo...@debian.org> (supplier of updated reportbug package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 06 Jun 2012 22:10:17 +0200
Source: reportbug
Binary: reportbug python-reportbug
Architecture: source all
Version: 6.4
Distribution: unstable
Urgency: low
Maintainer: Reportbug Maintainers <reportbug-maint@lists.alioth.debian.org>
Changed-By: Sandro Tosi <mo...@debian.org>
Description: 
 python-reportbug - Python modules for interacting with bug tracking systems
 reportbug  - reports bugs in the Debian distribution
Closes: 650651 654165 657616 657753 658748 658795 661221 666469 667543 669249 
672722 673204
Changes: 
 reportbug (6.4) unstable; urgency=low
 .
   * reportbug/checkversions.py
     - match version on the precise architecture, not just check string
       inclusiong; thanks to Nelson de Oliveira for the report; Closes: #650651
     - include arch:all in package versions lookup; thanks to Hilmar Preuße for
       the report; Closes: #673204
   * bin/reportbug
     - clarify the menu title when presenting more packages; thanks to Alois
       Mahdal for the report; Closes: #654165
   * reportbug/ui/{text, urwid}_ui.py
     - sort bug numerically; thanks to Matthias Urlichs for the report;
       Closes: #657616
   * reportbug/debbugs.py
     - initialize varibles needed to handle ftp.debian.org section change
       requests, so reportbug won't crash if proper values (for section and
       priority) is not found; thanks to James McCoy for the report;
       Closes: #658748
     - support release team generating "ben" files when requesting a transition;
       thanks to Niels Thykier for the report and patch; Closes: #672722
   * reportbug/utils.py
     - 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
     - Fix crash when using claws-mail as a mailer; thanks to Valentin Lorentz
       for the report and (partial) patch: Closes: #667543
   * 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
   * debian/control
     - added python-mock to b-d-i, needed for the test suite
     - bump Standards-Version to 3.9.3 (no changes needed)
   * reportbug/{debbugs, utils}.py
     - report foreign architectures information (if m-a); thanks to Cyril
       Brulebois for the report; Closes: #658795
   * bin/reportbug, man/reportbug.*
     - fix several typos; thanks to Simon Kainz for the report and patch;
       Closes: #669249
   * bin/reportbug, reportbug/utils.py
     - initial support for multi-arch: keep arch-qualifier and remove it just
       before preparing the report body; Closes: #666469
   * Extend my copyright years to include 2012
Checksums-Sha1: 
 f3bf383b9aff2f563e1eeeefc11b7fb59c04d45b 1194 reportbug_6.4.dsc
 57799db817cfa8a6eade8f3a0a6b52975e9decac 179157 reportbug_6.4.tar.bz2
 10bee650a1370291d35cfc0be032a305d120863e 125724 reportbug_6.4_all.deb
 975a2223a0cae73420265096ef4bfd4d394bca63 136032 python-reportbug_6.4_all.deb
Checksums-Sha256: 
 56163049045c87a3fb213f0ff774e02d78f108c70b6748b218a69d59dfd669eb 1194 
reportbug_6.4.dsc
 0deb65c1a826ee1f05e4baedd177b0b1dcdff8873030f64d91384719ac295a1c 179157 
reportbug_6.4.tar.bz2
 d7f5f078f975eba802a78c5573db7a9a86ebda31d8bb92dc7702dc719c8bb69f 125724 
reportbug_6.4_all.deb
 d7bc8ebe705aa48974a90861ad89166c2ee532127a60235350662a2a33346e1a 136032 
python-reportbug_6.4_all.deb
Files: 
 9e985884447ad31d5bef2cbd9d574b45 1194 utils standard reportbug_6.4.dsc
 241fec9320eb729d3700997b3899a881 179157 utils standard reportbug_6.4.tar.bz2
 c0c9c0d83f72a41c565b157159d4ee15 125724 utils standard reportbug_6.4_all.deb
 bd51b326c425d3a603e41e94d5cf6b80 136032 python standard 
python-reportbug_6.4_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAk/PvoEACgkQAukwV0RN2VAfHwCgkHiD2g/wu6f+SAvnU/dFyHf4
DtoAn164xoq5/xfE5wSvdi5EZd1Qw9GA
=s/UJ
-----END PGP SIGNATURE-----



--- End Message ---
_______________________________________________
Reportbug-maint mailing list
Reportbug-maint@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reportbug-maint

Reply via email to