Your message dated Thu, 07 Jan 2010 11:22:18 +0000
with message-id <[email protected]>
and subject line Bug#560302: fixed in reportbug 4.10
has caused the Debian Bug report #560302,
regarding reportbug: on debconf prompt, "?" breaks newline characters in output
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.)
--
560302: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560302
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: reportbug
Version: 4.8
Severity: minor
While reporting bugs for some packages, reportbug asks if attach
debconf info. After clicking "?" (question mark), then specified debconf
info is unreadable, as stripped from all newline characters.
How to reproduce:
$ reportbug -O linux-image-2.6.31-1-686
* wait a second to debconf prompt appear
* press "?" (question mark) and hit return
* compare debconf info showed with the one visible before pressing
anything
-- Package-specific info:
** Environment settings:
EDITOR="vim"
INTERFACE="text"
** /home/minio/.reportbugrc:
reportbug_version "3.48"
mode novice
ui text
email "[email protected]"
smtphost "smtp.gmail.com"
smtpuser "[email protected]"
smtppasswd <omitted>
smtptls
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.31-1-686 (SMP w/1 CPU core)
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages reportbug depends on:
ii apt 0.7.23.1 Advanced front-end for dpkg
ii python 2.5.4-2 An interactive high-level object-o
ii python-reportbug 4.8 Python modules for interacting wit
reportbug recommends no packages.
Versions of packages reportbug suggests:
ii courier-mta [mail-transport-a 0.63.0-1 Courier mail server - ESMTP daemon
pn debconf-utils <none> (no description available)
pn debsums <none> (no description available)
pn dlocate <none> (no description available)
ii file 5.03-2 Determines file type using "magic"
ii gnupg 1.4.10-2 GNU privacy guard - a free PGP rep
ii python-gtk2 2.16.0-1 Python bindings for the GTK+ widge
pn python-gtkspell <none> (no description available)
pn python-urwid <none> (no description available)
pn python-vte <none> (no description available)
ii xdg-utils 1.0.2-6.1 desktop integration utilities from
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: reportbug
Source-Version: 4.10
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_4.10_all.deb
to main/r/reportbug/python-reportbug_4.10_all.deb
reportbug_4.10.dsc
to main/r/reportbug/reportbug_4.10.dsc
reportbug_4.10.tar.gz
to main/r/reportbug/reportbug_4.10.tar.gz
reportbug_4.10_all.deb
to main/r/reportbug/reportbug_4.10_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, 07 Jan 2010 11:43:20 +0100
Source: reportbug
Binary: reportbug python-reportbug
Architecture: source all
Version: 4.10
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: 211808 309273 323483 349690 367298 372250 382010 405093 417054 446168
462614 501285 526631 558364 559065 559677 559678 560302 561802 562912 563051
Changes:
reportbug (4.10) unstable; urgency=low
.
* conf/reportbug.conf, man/reportbug.conf.5
- added 'keyid' documentation; thanks to gregor herrmann for the report and
to Carl Chenet for the partial patch; Closes: #558364
* bin/querybts
- use optparse instead of getopt to parse CLI options and arguments;
Closes: #559677
- warn users for options not available in querybts (because they are
reportbug-only); thank to Marc-Jano Knopp, Josh Triplett and Tim Connors
for the reports and to Carl Chenet for the patch; Closes: #501285
* reportbug/ui/text_ui.py
- if help option is selected in debconf values inclusion menu, the second
message doesn't contain newline, it's fixed now; thanks to Miroslaw
Zalewski for the report; Closes: #560302
- retrieve the package information from the report using doing a lower-case
check; thanks to Dan Greene for the report; Closes: #562912
- expanded the previous fix to consider either bugs submitted against the
binary (pseudo-header 'Package') or the source (pseudo-header 'Source')
package; thanks to Laurent Fousse for the report; Closes: #559065
* share/presubj
- refer to reportbug.d.o instead of bugs.d.o as SMTP server; thanks to Karl
Goetz for the report and patch; Closes: #561802
* doc/README.{developers, source}
- fix them to be valid reStrucuturedText files; thanks to Jakub Wilk for
the
report; Closes: #563051
* debian/{control,rules,source.lintian-overrides}, man/reportbug.ja.1, po4a/*
- removed l10n contents: they were always outdated and just a restrict set
of the languages Debian supports
* man/{querybts.1, reportbug.1}
- removed NOTE about Python's getopt: both tools are now using optparse
module to retrieve CLI parameters
* bin/reportbug
- notify the user that editing the report with a MUA in the last menu will
loose every attachements; thanks to Guido Trotter for the report and to
those that follow it up; Closes: #211808
- add the possibility to specify the X-Debbugs-CC in the menu before report
submission; thanks to Sean Finney, Michael Gilbert and Branden Robinson
for the report and to Carl Chenet for the patch; Closes: #349690
- clarified that the saved report to a temporary file can also be recovered
copying the text into a MUA and send the bug from there; thanks to Nelson
A. de Oliveira for the report; Closes: #405093
- don't present configuration if using '-f' cli option; thanks to Ross
Boylan for the report and to Carl Chenet for the patch; Closes: #372250
- in case the package bug script exited with a non-0 return code, reportbug
now asks if still reporting or stop; thanks to martin f krafft for the
report; Closes: #382010
* man/reportbug.conf.5
- clarified the configuration files has to be UTF-8 documents; thanks to
Anders Lageras for the report; Closes: #417054
* reportbug/ui/urwid_ui.py
- when retrieving a string, also show a default text (if preset), useful in
particular with --configure to see the current values for realname and
email; thanks to Andrei Popescu for the report; Closes: #526631
- clarified the menu showing bugs already present, changing the title and
the buttons; thanks to Nick for the report; Closes: #462614
* reportbug/{submit.py, utils.py}, share/reportbug.el, doc/README.Users,
debian/control
- MUA handling now done with a OO-style, reworked emacs integration to use
emacsclient to reuse an existing emacs instance (if any); thanks to Dan
Jacobson for the report and HÃ¥kon Stordahl for the patch; Closes: #367298
* bin/reportbug, man/reportbug.1
- clarified the option -o/--output output the full mail dump (headers and
body) and how to use to report a new bug; thanks to Alan W. Irwin for the
report; Closes: #323483
* doc/HowToReportGoodBugs.txt, debian/doc
- add a document listing some web resources for providing good bug reports;
thanks to martin f krafft for the report; Closes: #446168
* bin/reportbug, man/reportbug.1
- introduce the new option '--draftpath' to specify an alternative location
where to save report drafts; thanks to Kokushoku Karasu for the report
and
to Carl Chenet for the (partial) patch; Closes: #309273
* bin/reportbug, man/*
- updated all the manpages to reflect the actual cli options accepted by
reportbug and querybts, removing outdated information and also applying
some stylistic changes; Closes: #559678
* debian/control
- added ${misc:Depends} to binary packages
- bump Standards-Version to 3.8.3, removal or outdated localized contents
and manpages updated of CLI options were needed
* debian/copyright
- update location of `handle_bugscript`
* debian/control, *
- extending my copyright notices to 2010
* debian/pycompat
- removed, not needed
* reportbug/__init__.py
- release 4.10
Checksums-Sha1:
191afc72f897b6f0d24ca573f7503453b236ca08 1113 reportbug_4.10.dsc
f6c3672711db6b8f9a8203516d629ad35da32da5 168491 reportbug_4.10.tar.gz
1fb6b04fb519faa6ade8cb0553d851b4f9d504d6 107460 reportbug_4.10_all.deb
92be74d98929667a56207bb7c2a3bdaa1f579930 120060 python-reportbug_4.10_all.deb
Checksums-Sha256:
4ce9bab9cb24d6b71486cf1b165fa987c095c2b806488771819d08d001436108 1113
reportbug_4.10.dsc
ae3f14ed968d94f398fa89bdfc12486925c15daa29cd0111ac28e504951dc540 168491
reportbug_4.10.tar.gz
8ce41f15798e3539f914533f7c90ea71d1379d3d6c5da75ce26f6bf20e568000 107460
reportbug_4.10_all.deb
ec16073e4b5585a4658228bbefdfd56b74f3df93932625b96e0784e398017904 120060
python-reportbug_4.10_all.deb
Files:
6043fe2510704e3d3467ebf7a519d780 1113 utils standard reportbug_4.10.dsc
4566965e310d83103e13571682f959c2 168491 utils standard reportbug_4.10.tar.gz
8c3fed15cf596430b40615ddf46c4315 107460 utils standard reportbug_4.10_all.deb
2364d5c140dd281693b8150670d0fba9 120060 python standard
python-reportbug_4.10_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEUEARECAAYFAktFvCMACgkQAukwV0RN2VA7IwCVHEprYAMQNCIS3OOlHW2i5MXM
6ACggd80/9Ka2khEnjUWYctNtNV7U/0=
=vyZM
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
Reportbug-maint mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/reportbug-maint