Your message dated Sun, 06 Nov 2011 17:32:32 +0000
with message-id <[email protected]>
and subject line Bug#579596: fixed in reportbug 6.3
has caused the Debian Bug report #579596,
regarding reportbug: not accurate check for "<pkg>: subject"
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.)
--
579596: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=579596
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: reportbug
Version: 4.12.1
Severity: normal
<KiBi> morph: I'm a bit wondering why sometimes the package name isn't
mentioned in the subject. It seems to happen with long subjects; would that be
an accurate observation or just a coincidence?
<morph> KiBi: about the subject, the <pkg> is prepended only if not in expert
mode
<morph> but I think you're using almost always the same conf...
<KiBi> I am indeed
<KiBi> morph: http://paste.debian.net/70765/
<morph> KiBi: you pass the subject with --subject right?
<KiBi> No, I type it at the subject prompt.
* sene has quit (Quit: Saindo)
<KiBi> morph: http://paste.debian.net/70766/
<morph> KiBi: that's the curpit: re.match(r"\S+:\s", subject)
if package != 'wnpp' and prompted and mode < MODE_EXPERT:
if foundfile:
subject = foundfile + ": " + subject
ewrite("Rewriting subject to '%s'\n", subject)
elif (not re.match(r"\S+:\s", subject) and package not in subject):
subject = package + ": " + subject
ewrite("Rewriting subject to '%s'\n", subject)
-- Package-specific info:
** Environment settings:
EDITOR="vi"
DEBEMAIL="[email protected]"
DEBFULLNAME="Sandro Tosi"
INTERFACE="text"
** /home/morph/.reportbugrc:
reportbug_version "3.99.0"
mode expert
ui text
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages reportbug depends on:
ii apt 0.7.25.3 Advanced front-end for dpkg
ii python 2.5.4-9 An interactive high-level object-o
ii python-reportbug 4.12.1 Python modules for interacting wit
reportbug recommends no packages.
Versions of packages reportbug suggests:
ii debconf-utils 1.5.28 debconf utilities
ii debsums 2.0.48 tool for verification of installed
ii dlocate 1.02 fast alternative to dpkg -L and dp
ii emacs22-bin-common 22.3+1-1.2 The GNU Emacs editor's shared, arc
ii emacs23-bin-common 23.1+1-6 The GNU Emacs editor's shared, arc
ii file 5.04-1 Determines file type using "magic"
ii gnupg 1.4.10-2 GNU privacy guard - a free PGP rep
ii postfix [mail-transp 2.7.0-1 High-performance mail transport ag
ii python-gtk2 2.16.0-2 Python bindings for the GTK+ widge
pn python-gtkspell <none> (no description available)
ii python-urwid 0.9.9.1-1 curses-based UI/widget library for
ii python-vte 1:0.24.0-2 Python bindings for the VTE widget
ii xdg-utils 1.0.2+cvs20100307-1 desktop integration utilities from
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: reportbug
Source-Version: 6.3
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.3_all.deb
to main/r/reportbug/python-reportbug_6.3_all.deb
reportbug_6.3.dsc
to main/r/reportbug/reportbug_6.3.dsc
reportbug_6.3.tar.bz2
to main/r/reportbug/reportbug_6.3.tar.bz2
reportbug_6.3_all.deb
to main/r/reportbug/reportbug_6.3_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: Sun, 06 Nov 2011 18:04:26 +0100
Source: reportbug
Binary: reportbug python-reportbug
Architecture: source all
Version: 6.3
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: 562876 563804 579596 586155 586475 601679 611341 614160 640249 644194
644815 645870 646943
Changes:
reportbug (6.3) unstable; urgency=low
.
* reportbug/utils.py
- add 'oldstable' to the list of distributions, so not to confuse 'APT
prefers' line; thanks to Jan Huijsmans for the report; Closes: #645870
* share/control, setup.py
- report python-reportbug dependencies information when filing a bug
against
reportbug
* reportbug/ui/urwid_ui.py
- is_mouse_event() is in urwid.util in urwid 1.0.0; thanks to Andrew O.
Shadura for the report; Closes: #646943
- fix a crash when willing to submit more information after having seen a
report; thanks to Viet Nguyen for the report; Closes: #644815
* bin/reportbug
- report bug using the "Source" pseudo-header, if we've detected it's a
source package (either by using --src cli option or by selecting the
source pkg in the menu); thanks to Julian Andres Klode for the report;
Closes: #644194
- improved check for package name in the subject, now checking if the
it's at the beginning of the subject, and even if provided via
'--subject'
cli option; thanks to Cyril Brulebois for noticing it; Closes: #579596
* Implement a new --envelope-from cli option (and the corresponding one in
the
configuration file), to allow to select the Envelope From (aka Return-path)
mail header different than the default, the From address. It reverts the
change in #614879; thanks to Kevin Locke for the report and discussion;
Closes: #640249
* Use madison.cgi (from QA) to check for newer versions available; thanks to
Bernd Zeimetz for the report; Closes: #601679
* reportbug/ui/*_ui.py
- show if the bug is already closed (it usually happens when the bug was
closed recently and it's not archived yet); thanks to Elora HRanma for
the
report; Closes: #586155
* reportbug/ui/gtk2_ui.py
- rename the 'Cancel' button to 'Quit', so that it's clear it will close
reportbug, also Alt+<code> will select the right button; thanks to Nathan
A. Stine and Éric Araujo for the reports; Closes: #586475, #614160
- remove reference to Ctrl+c when asking for subject: it won't work in GTK+
UI; thanks to Mark Brown for the report; Closes: #562876
* debian/control
- set 2.6 as minimum python version
* reportbug/debbugs.py, bin/reportbug
- reports for release.debian.org about 'pu'/'opu' now tries to get the
correct version querying madison (but only if querying is enabled);
thanks
to Jakub Wilk for the report; Closes: #563804
* Bugscripts can now generate headers and pseudo-headers to be included into
the bug report, refer to README.developers for additional details; thanks
to
Niels Thykier for the report; Closes: #611341
Checksums-Sha1:
e994deda4a80dd16d96984f757c820194b665c05 1181 reportbug_6.3.dsc
597109263deb9e1728d0815a63eb7d51d7a3c75d 177325 reportbug_6.3.tar.bz2
2e4f3a1540d8a6aca92fdf00a8ac41fe886715bc 124500 reportbug_6.3_all.deb
e868c834a740e315e81559f3316159847143ce30 133690 python-reportbug_6.3_all.deb
Checksums-Sha256:
00d08d1e6087ee782298316f710c09b8e04eb99447917f06c44d423d66895133 1181
reportbug_6.3.dsc
2598df7861215aa80afba20300d35edbfd5c9a0ee2973a054164c2b597d25702 177325
reportbug_6.3.tar.bz2
989fe6fb9500a48cfa937bacbae16c76a693ae6532bb0ab680782cc1f1829873 124500
reportbug_6.3_all.deb
f4a1e9fb032c6c6b58700868242f4c6c0a8fac851c3d1e4efc484c655b35f706 133690
python-reportbug_6.3_all.deb
Files:
171277e7c70484d9fdbfaa8e6aef7cec 1181 utils standard reportbug_6.3.dsc
a2e3186a9e786f2a6de4680b99697b0f 177325 utils standard reportbug_6.3.tar.bz2
03d16e08ee0362d613942edbd0384c16 124500 utils standard reportbug_6.3_all.deb
bd1de4152ddaee561b95a9978ad0df65 133690 python standard
python-reportbug_6.3_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk62wGIACgkQAukwV0RN2VDk+gCfcy5R1Q5YOwS6MJvrO4D+B4Lz
QbkAn0f+wJEpPTLPIE1sQix1qhpP/yGq
=xeAq
-----END PGP SIGNATURE-----
--- End Message ---