Your message dated Tue, 18 Jan 2011 22:02:22 +0000
with message-id <[email protected]>
and subject line Bug#488071: fixed in reportbug 4.99.0
has caused the Debian Bug report #488071,
regarding reportbug: No error message on missing attachment (curses frontend)
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.)


-- 
488071: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=488071
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: reportbug
Version: 3.39-0.1
Severity: minor

Trying to send a bug report with some images attached I miss-typed the
filename, the screen flashed and I got the attach a file menu/dialog again.

There was no indication that it could not find the file or anything similar.

I assumed that it was prompting me to add extra files.  

I spotted the error on the console after I exitted from reportbug.

-- Package-specific info:
** Environment settings:
EDITOR="vim"
VISUAL="vim"
INTERFACE="urwid"

** /home/nash/.reportbugrc:
reportbug_version "3.31"
mode standard
ui urwid
email "[email protected]"

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

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

Versions of packages reportbug depends on:
ii  apt                           0.7.11     Advanced front-end for dpkg
ii  python                        2.5.2-1    An interactive high-level object-o
ii  python-central                0.6.6      register and build utility for Pyt

reportbug recommends no packages.

-- no debconf information



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

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.99.0_all.deb
  to main/r/reportbug/python-reportbug_4.99.0_all.deb
reportbug_4.99.0.dsc
  to main/r/reportbug/reportbug_4.99.0.dsc
reportbug_4.99.0.tar.bz2
  to main/r/reportbug/reportbug_4.99.0.tar.bz2
reportbug_4.99.0_all.deb
  to main/r/reportbug/reportbug_4.99.0_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: Tue, 18 Jan 2011 22:38:07 +0100
Source: reportbug
Binary: reportbug python-reportbug
Architecture: source all
Version: 4.99.0
Distribution: experimental
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: 458735 488071 533914 539736 564449 568980 570939 578033 579159 594354 
597359 598161 599362 599363 600270 605892 607849 608889 609021 609423
Changes: 
 reportbug (4.99.0) experimental; urgency=low
 .
   * Completely rewritten the unittest suite
   * reportbug/debianbts.py
     - automatically convert a partial removal from testing in a partial removal
       from unstable; thanks to Adam D. Barratt for support while developing the
       patch and Russ Allbery for the report; Closes: #597359
   * bin/reportbug, reportbug/{debianbts.py, utils.py}
     - added support for ftp.debian.org override requests; added support for
       'Section' information, reorganized ftp.d.o code to support 'override'
       along with normal RM requests; thanks to Emilio Pozuelo Monfort for the
       report; Closes: #568980
   * reportbug/utils.py
     - fixed a typo; thanks to Jakub Wilk for the report and patch;
       Closes: #599363
     - call dpkg with '--print-architecture' option to get the arch; thanks to
       Jakub Wilk for the report; Closes: #599362
     - commands.getoutput() strips tailing new line, so adding one to
       lsb_release_info; thanks to Yaroslav Halchenko for (partial) patch
     - pass follow-up information on the correct bugreport() argument, so that
       the message is correctly formatter (+unittests to check about that);
       thanks to Jakub Wilk for the report; Closes: #533914
     - check only if the package is in 'install' selection state, not if it's
       completely installed ('half-installed' state is ok), to retrive its
       information; thanks to Lionel Elie Mamane for the report; Closes: #579159
   * reportbug/debianbts.py, test/test_debianbts.py
     - fix os.uname() call in generic_infofunc() method, also adding unit tests
       for it; thanks to Yaroslav Halchenko for report and patch; Closes: 
#607849
   * bin/reportbug, reportbug/ui/gtk2_ui.py
     - warn that bug reports are publicly archive (email address included);
       thanks to Holger Levsen for the report; Closes: #605892
   * reportbug/ui/gtk2_ui.py
     - fix a crash in case when the pre-subject text contains '%', that got
       interpreted as special sequences; thanks to Mike Miller for the report 
and
       patch; Closes: #594354
     - some text is already "wrapped" in the code, so let's recompose it on a
       single-line so that GTK+ widgets wrap&fill shows a nice output; thanks to
       Éric Araujo for the report; Closes: #564449
   * add feature to retrieve a mbox of a bug report and open it in a MUA; thanks
     to Josh Triplett for the report and to Rafael Cunha de Almeida for the
     patch; Closes: #458735
   * bin/reportbug
     - don't specify 'ITP' when warning a WNPP bug has lines unchanged from the
       template; thanks to Jonas Stein for the report; Closes: #598161
     - reworded the request to insert bug report subject; thanks to A. Costa for
       the report and proposed text; Closes: #578033
     - now also 'recommends' and 'suggests' packages are reported when using
       'report-with' control file field; thanks to Mike Hommey fro the report;
       Closes: #570939
     - decode subject (if present) using the current charset; thanks to Jakub
       Wilk for the report; Closes: #539736
     - restore the notification of missing files when including attachement, it
       was lost when globbing was introduced
     - fixed a typo in attachment file detach message; thanks to Bernhard Kuemel
       for the report; Closes: #609021
   * reportbug/ui/text_ui.py
     - after filtering thru bugs, don't ask to choose one when there is only one
       bug left; thanks to Braun Gábor for the report; Closes: #600270
   * reportbug/ui/urwid_ui.py
     - errors are now reported as a message dialog (no more hidden in the 
console
       behind UI); thanks to Brett Nash for the report; Closes: #488071
   * debian/desktop
     - updated with Russian translations; thanks to Alexander Sashanov for the
       report and patch; Closes: #608889
   * man/reportbug.conf.5
     - escaped hyphen (to please lintian)
   * reportbug/bugreport.py
     - if BTS type is not 'debbugs' or 'launchpad', issue a warning and default
       to 'debbugs' instead of raising an exception; thanks to Paul Menzel for
       the report; Closes: #609423
   * extending my copyright information to 2011
Checksums-Sha1: 
 07c4cd494908fee169a37290febda935e917fdd3 1133 reportbug_4.99.0.dsc
 1ee1e4bbf36288033915c93df560b89ec534ea38 139404 reportbug_4.99.0.tar.bz2
 e625705d26632a564061590ca15a2cd36c44a9ad 116072 reportbug_4.99.0_all.deb
 15f89e771f1ea55c452025a80ec7a78d6e004e26 128742 python-reportbug_4.99.0_all.deb
Checksums-Sha256: 
 2dbbc1557b6d628afc5aef5965b52391bb9bb83812b208797ce631aff799b333 1133 
reportbug_4.99.0.dsc
 e2a6c663cd41facd6909ee2620793282d0946757c366c5bbe64a8cbe489759f3 139404 
reportbug_4.99.0.tar.bz2
 f87c60c453852d61825952c5650167dc7ea934086e507a3723910d4e2c4afa1b 116072 
reportbug_4.99.0_all.deb
 aa3740c23e9f0a4406a58c5f46a45bf6445bb5b967010053d13824b70a99eb85 128742 
python-reportbug_4.99.0_all.deb
Files: 
 39f7c9864b8b983fa2f742b65909b6d2 1133 utils standard reportbug_4.99.0.dsc
 1904d6d33efb88774141ace2f946706f 139404 utils standard reportbug_4.99.0.tar.bz2
 9cd25a13d716c590b0cc0c287795d00f 116072 utils standard reportbug_4.99.0_all.deb
 58aa4511dad6e4874916825cf4847a84 128742 python standard 
python-reportbug_4.99.0_all.deb

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

iEYEARECAAYFAk02CWUACgkQAukwV0RN2VAnVACcCFQ2I81/2qhMPPydrL7nBF91
R8UAnjf7oFC5EcMppjsWBU886BW1LgGj
=fRlZ
-----END PGP SIGNATURE-----



--- End Message ---
_______________________________________________
Reportbug-maint mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/reportbug-maint

Reply via email to