Your message dated Sun, 16 Oct 2011 15:32:16 +0000
with message-id <e1rfshe-0004l7...@franck.debian.org>
and subject line Bug#642939: fixed in reportbug 6.2.2
has caused the Debian Bug report #642939,
regarding reportbug -Q -N bug-ID, subsequent choice "o" -> stacktrace
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.)


-- 
642939: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=642939
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: reportbug
Version: 6.2.1
Severity: serious

Description:
  - Using query mode -Q w/ -N 1234, viewing report, then selecting
    "o" in the menu crashes reportbug.

Trace:
What do you want to do now? [N|x|o|r|b|e|q|?]? ?
N - (default) Show next message (followup).
x - Provide extra information.
o - Show other bug reports (return to bug listing).
r - Redisplay this message.
b - Launch web browser to read full log.
e - Launch e-mail client to read full log.
q - I'm bored; quit please.
? - Display this help.
What do you want to do now? [N|x|o|r|b|e|q|?]? o
Traceback (most recent call last):
  File "/usr/bin/reportbug", line 2186, in <module>
    main()
  File "/usr/bin/reportbug", line 1073, in main
    return iface.user_interface()
  File "/usr/bin/reportbug", line 1354, in user_interface
    package = exinfo.package or exinfo.source
AttributeError: 'NoneType' object has no attribute 'package'


-- Package-specific info:
** Environment settings:
EDITOR="/usr/bin/vi"
INTERFACE="text"

** /home/user/.reportbugrc:
reportbug_version "3.31"
mode expert
ui text
realname "debbug"
email "l...@think-future.com"
paranoid

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.39.3 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages reportbug depends on:
ii  apt               0.8.15.8
ii  python            2.7.2-8
ii  python-reportbug  6.2.1

reportbug recommends no packages.

Versions of packages reportbug suggests:
ii  debconf-utils                            1.5.40
ii  debsums                                  2.0.49
ii  dlocate                                  <none>
ii  emacs22-bin-common | emacs23-bin-common  <none>
ii  file                                     5.08-1
ii  gnupg                                    1.4.11-3
ii  pgpgpg [pgp]                             0.13-9
ii  postfix [mail-transport-agent]           2.8.3-1
ii  python-gtk2                              2.24.0-2
ii  python-gtkspell                          <none>
ii  python-urwid                             0.9.9.2-1
ii  python-vte                               1:0.28.1-2
ii  xdg-utils                                1.1.0~rc1-2

-- no debconf information




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

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.2.2_all.deb
  to main/r/reportbug/python-reportbug_6.2.2_all.deb
reportbug_6.2.2.dsc
  to main/r/reportbug/reportbug_6.2.2.dsc
reportbug_6.2.2.tar.bz2
  to main/r/reportbug/reportbug_6.2.2.tar.bz2
reportbug_6.2.2_all.deb
  to main/r/reportbug/reportbug_6.2.2_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 642...@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: Sun, 16 Oct 2011 17:14:56 +0200
Source: reportbug
Binary: reportbug python-reportbug
Architecture: source all
Version: 6.2.2
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: 532082 640196 642032 642554 642939 643320 643785 643986
Changes: 
 reportbug (6.2.2) unstable; urgency=low
 .
   * reportbug/utils.py
     - support claws-mail MUA; thanks to David Paleino for the report and patch;
       Closes: #532082
     - fix spelling error in email template; thanks to basile for the report;
       Closes: #643986
   * reportbug/checkversions.py
     - do a word match when parsing the suite name to get the available 
versions;
       thanks to Yann Dirson for the report; Closes: #642032
   * debian/docs
     - don't install TODO file, it's internal only; thanks to Tshepang
       Lekhonkhobe for the report; Closes: #643320
   * bin/reportbug
     - fix a crash when using -N nnnnnn and at the last menu answer 'Show other
       bug reports (return to bug listing).'; thanks to Ritesh Raj Sarraf for 
the
       report; Closes: #642939
   * reportbug/bugreport.py
     - don't add the bug report guidance template if the package is a special 
one
       (like wnpp, ftp.d.o and release.d.o); thanks to Arno Töll for the report;
       Closes: #643785
   * reportbug/ui/text_ui.py
     - when searching thru the bugs list, return a Bugreport instance instead of
       the bug number; thanks to Olivier Berger for reopening the bug; hopefully
       completely Closes: #640196
   * bin/reportbug, man/reportbug.conf.5
     - clarify TLS question in --configure and the manpage entry for conf file;
       thanks to Jakob Bohm for the report; Closes: #642554
Checksums-Sha1: 
 5cfd51db44a9039827f7624fe0c5441b451d6406 1212 reportbug_6.2.2.dsc
 54d2d4196bfe2533dc5b4029ef2d9f07f596acb9 175689 reportbug_6.2.2.tar.bz2
 97e0b0397afd9f3071ad35430a634cdb73afaaf1 122524 reportbug_6.2.2_all.deb
 15e55b4d6b6cb65e64346c9547e8f828663672b8 132324 python-reportbug_6.2.2_all.deb
Checksums-Sha256: 
 d23a7038f13fb53c6489c187d2c80900ab01e1856a72daea0a003af62c8ac74b 1212 
reportbug_6.2.2.dsc
 1c8d23fe73b0c50962294e665bc0b2d4465e7f44e1254b2e5381d27f36021b10 175689 
reportbug_6.2.2.tar.bz2
 b219fb48cb600027c7068ad27bce8cfb853eb147244ddd5344b6c00375468c5a 122524 
reportbug_6.2.2_all.deb
 8e2972db43fd724ac042bfccff14b8d8cbb98d4ffcebed9997ec4f8996c5409f 132324 
python-reportbug_6.2.2_all.deb
Files: 
 00cc6c6476c0fe90701932bb02412988 1212 utils standard reportbug_6.2.2.dsc
 bb8b46d4b830e853918cd019b190f6b8 175689 utils standard reportbug_6.2.2.tar.bz2
 ef04d064757547fc752d7f9fd761db96 122524 utils standard reportbug_6.2.2_all.deb
 7ed18c566156b0420b3c6ecf0f641f0b 132324 python standard 
python-reportbug_6.2.2_all.deb

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

iEYEARECAAYFAk6a9YEACgkQAukwV0RN2VAmHQCePabMxyEeXfSLKQ2/hG+nXYJ7
xmMAnj5mcAMx7SeYOwcH2ncgTVfzAcAU
=CcnC
-----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