Your message dated Thu, 28 Apr 2011 22:07:43 +0000
with message-id <[email protected]>
and subject line Bug#622338: fixed in reportbug 5.1
has caused the Debian Bug report #622338,
regarding TypeError: 'NoneType' object is not iterable
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 [email protected]
immediately.)
--
622338: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=622338
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: reportbug
Version: 5.0
Severity: normal
Checking for newer versions at packages.debian.org, incoming.debian.org and
http://ftp-master.debian.org/new.html
Will send report to Debian (per lsb_release).
Querying Debian BTS for reports on linux-2.6 (source)...
Traceback (most recent call last):
File "/usr/bin/reportbug", line 2127, in <module>
main()
File "/usr/bin/reportbug", line 1052, in main
return iface.user_interface()
File "/usr/bin/reportbug", line 1645, in user_interface
self.options.mbox_reader_cmd)
File "/usr/lib/pymodules/python2.6/reportbug/ui/text_ui.py", line 572, in
handle_bts_query
for entry in hierarchy:
TypeError: 'NoneType' object is not iterable
Thius can be very easily fixed by adding:
if hierarch == None:
heirarchy = []
just before:
for entry in hierarchy:
-- Package-specific info:
** Environment settings:
EDITOR="gedit"
VISUAL="gedit"
DEBEMAIL="[email protected]"
EMAIL="[email protected]"
DEBFULLNAME="Erik de Castro Lopo"
** /home/erikd/.reportbugrc:
mode expert
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (990, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.38-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=ANSI_X3.4-1968)
(ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash
Versions of packages reportbug depends on:
ii apt 0.8.13.1 Advanced front-end for dpkg
ii python 2.6.6-12 interactive high-level object-orie
ii python-reportbug 5.0 Python modules for interacting wit
reportbug recommends no packages.
Versions of packages reportbug suggests:
pn debconf-utils <none> (no description available)
ii debsums 2.0.48+nmu3 tool for verification of installed
pn dlocate <none> (no description available)
pn emacs22-bin-common | emacs23 <none> (no description available)
ii file 5.04-5 Determines file type using "magic"
ii gnupg 1.4.11-3 GNU privacy guard - a free PGP rep
ii postfix [mail-transport-agen 2.8.2-1 High-performance mail transport ag
ii python-gtk2 2.17.0-4 Python bindings for the GTK+ widge
pn python-gtkspell <none> (no description available)
pn python-urwid <none> (no description available)
ii python-vte 1:0.24.3-2 Python bindings for the VTE widget
ii xdg-utils 1.1.0~rc1-2 desktop integration utilities from
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: reportbug
Source-Version: 5.1
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_5.1_all.deb
to main/r/reportbug/python-reportbug_5.1_all.deb
reportbug_5.1.dsc
to main/r/reportbug/reportbug_5.1.dsc
reportbug_5.1.tar.bz2
to main/r/reportbug/reportbug_5.1.tar.bz2
reportbug_5.1_all.deb
to main/r/reportbug/reportbug_5.1_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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sandro Tosi <[email protected]> (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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Thu, 28 Apr 2011 23:54:51 +0200
Source: reportbug
Binary: reportbug python-reportbug
Architecture: source all
Version: 5.1
Distribution: unstable
Urgency: low
Maintainer: Reportbug Maintainers <[email protected]>
Changed-By: Sandro Tosi <[email protected]>
Description:
python-reportbug - Python modules for interacting with bug tracking systems
reportbug - reports bugs in the Debian distribution
Closes: 510171 528720 616455 616523 617605 619801 622338 623375
Changes:
reportbug (5.1) unstable; urgency=low
.
* Makefile
- add 'codechecks' target to run tools to check source code
* reportbug/checkversions.py, debian/control
- use new.822 to get information about NEW packages; Closes: #510171
- added python-debian to python-reportbug Depends, needed to parse new.822
* reportbug/debianbts.py
- add support for 'wheezy' tag; thanks to Mehdi Dogguy for the report;
Closes: #623375
- offer 'security' tag also for users with mode >= ADVANCED; thanks to
Moritz Muehlenhoff for the report; Closes: #617605
* reportbug/ui/text_ui.py
- check if there are no reports (or a problem occurred), than don't try to
parse the bugs list; thanks to Erik de Castro Lopo for the report;
Closes: #622338
* reportbug/bugreport.py + unittests
- the followup information must be an integer: try to convert it or raise
an
exception; prevents a crash when following-up to an existing report using
GTK+ UI; thanks to all the reporters; Closes: #619801
* reportbug/urlutils.py
- make the 'xdg-open' existance check be silent also when sh=dash; thanks
to
RjY for the report and patch; Closes: #616523
* bin/reportbug, reportbug/utils.py, man/reportbug.*
- added a new cli options, --max-attachment-size (also available in the
config file), to limit the size of any attachment (or --body-file) to the
specified value, in byte; thanks to Lionel Elie Mamane for the report and
to Carl Chanet for the initial patch; Closes: #528720
* reportbug/utils.py
- filter out packages in "installed ok not-installed" state before trying
to
retrieve their information; thanks to all the reporters; Closes: #616455
* debian/control
- bump Standards-Version to 3.9.2 (no changes needed)
- removed Conflicts, no more needed (versions are lower than stable)
- removed XB-P-V, it was never useful
Checksums-Sha1:
d1551c33e7368f42e2726f688e6a801530293457 1121 reportbug_5.1.dsc
6999dc2de03d5dd02b22219c72c1e6274e932f6c 168269 reportbug_5.1.tar.bz2
85beebd8582db8f187873b5263916ba68733e16a 117084 reportbug_5.1_all.deb
b40ad1106b6079ca4298dd2d482ac1ce1c58180a 128890 python-reportbug_5.1_all.deb
Checksums-Sha256:
7b1929f370a4665f4fe60c1caae3c71a1f52fdaea93787862fae94f51443c7c7 1121
reportbug_5.1.dsc
05096ecaca03ce31989622bf3d24d9a3aa9bda4a5750db77664e513977b427cb 168269
reportbug_5.1.tar.bz2
2a2619f5279c42650da9823f5f808c239f7a651aad0ea61cd689a97a5cb0afda 117084
reportbug_5.1_all.deb
89bbd2b6669dbc921002582808d7e8b9eb5c9db249b497750d97e1f56d20519f 128890
python-reportbug_5.1_all.deb
Files:
b5158809dbb2323db706a1727776c6a7 1121 utils standard reportbug_5.1.dsc
e77676c667328820abbaa3145c5d8028 168269 utils standard reportbug_5.1.tar.bz2
13ae4535bfc5758f2ae50805d1c53ed6 117084 utils standard reportbug_5.1_all.deb
01be5c086d105acac451360024e3a87a 128890 python standard
python-reportbug_5.1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAk2545YACgkQAukwV0RN2VA8IgCeISp+xAqO2wohVGb6T7tJOKNY
shYAn3zdqRcfDOlSdW6xYTBHDquyhxbZ
=Rl+1
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
Reportbug-maint mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/reportbug-maint