Your message dated Wed, 14 Apr 2010 16:20:34 +0000
with message-id <[email protected]>
and subject line Bug#576116: fixed in reportbug 4.12
has caused the Debian Bug report #576116,
regarding reportbug: gtk frontend, lost line breaks
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.)


-- 
576116: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=576116
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: reportbug
Version: 4.11
Severity: normal
Tags: squeeze

I filed a bug using the gtk frontend http://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=577700 and it seems that all the line breaks are
automatically removed, making everything a mess of text.


-- Package-specific info:
** Environment settings:
INTERFACE="gtk2"

** /home/scorp/.reportbugrc:
reportbug_version "4.11"
mode standard
ui gtk2
email "[email protected]"

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

Kernel: Linux 2.6.32-3-amd64 (SMP w/2 CPU cores)
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.7.25.3   Advanced front-end for dpkg
ii  python                        2.5.4-9    An interactive high-level object-o
ii  python-reportbug              4.11       Python modules for interacting wit

reportbug recommends no packages.

Versions of packages reportbug suggests:
pn  debconf-utils              <none>        (no description available)
pn  debsums                    <none>        (no description available)
pn  dlocate                    <none>        (no description available)
pn  emacs22-bin-common | emacs <none>        (no description available)
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-transport-ag 2.6.5-3       High-performance mail transport ag
ii  python-gtk2                2.16.0-2      Python bindings for the GTK+ widge
ii  python-gtkspell            2.25.3-4.1+b3 Python bindings for the GtkSpell l
pn  python-urwid               <none>        (no description available)
ii  python-vte                 1:0.22.5-3    Python bindings for the VTE widget
pn  xdg-utils                  <none>        (no description available)

-- no debconf information



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

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.12_all.deb
  to main/r/reportbug/python-reportbug_4.12_all.deb
reportbug_4.12.dsc
  to main/r/reportbug/reportbug_4.12.dsc
reportbug_4.12.tar.bz2
  to main/r/reportbug/reportbug_4.12.tar.bz2
reportbug_4.12_all.deb
  to main/r/reportbug/reportbug_4.12_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: Wed, 14 Apr 2010 17:30:48 +0200
Source: reportbug
Binary: reportbug python-reportbug
Architecture: source all
Version: 4.12
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: 390466 428113 461908 474187 488414 503131 511210 552045 560230 565283 
565435 571955 571970 572316 575044 575418 575450 576116
Changes: 
 reportbug (4.12) unstable; urgency=low
 .
   * reportbug/debianbts.py
     - fix description for 'experimental' tag; thanks to Raphael Rigo for the
       report; Closes: #575044
     - check the available packages (not only the installed ones) when reporting
       a wnpp bug; thanks to Filippo Giunchedi for the report; Closes: #565435
   * bin/reportbug
     - removed the information that an empty subject would stop the report: it
       will continue until entered or Ctrl+c; thanks Torquil Macdonald Sørensen
       for the report; Closes: #575450
     - keep presenting the severity menu until one is selected (prevent a crash
       with urwid UI and Cancel button); thanks to Noah Slater for the report;
       Closes: #461908
     - treat every FTBFS bug (pseudo-severity 'does-not-build') as 'serious' but
       adding a note in the Justification pseudo-header if the package was built
       successfully in the past; thanks to Alexander Schmehl for the report;
       Closes: #390466
     - in case of a bug for an undisclosed vulnerability (tagged 'security'),
       report it to the private Security Team mailing list instead of to the
       public BTS (to coordinate the release of the fix); thanks to Chris
       Lawrence for the report and to the Sec Team for review; Closes: #474187
   * reportbug/submit.py
     - clarify that in case no acknowledge is received, then there was an error;
       thanks to mpapet for the report; Closes: #575418
   * reportbug/ui/gtk2_ui.py
     - pass 'buglist' to 'sync_pre_operation' method of 'HandleBTSQueryPage'
       class, needed to run querybts; thanks to Andrey Rahmatullin for the
       report; Closes: #565283
     - new method to correctly wrap the report body: before the text was all on 
a
       single line, now the long lines are wrapped but the paragraph formatting
       is preserved; thanks to Witold Baryluk for the report; Closes: #576116
   * bin/*, reportbub/*
     - add a user-configurable network timeout, adding the CLI option --timeout;
       thanks to Miles Bader for the report; Closes: #572316
   * man/*, doc/README.Users
     - added information about new --timeout CLI option, specifying that some
       network error might be due to a too low timeout; thanks to Michal 
Suchanek
       for the report; Closes: #571955
   * reportbug/ui/urwid_ui.py
     - encode bug summary lines to avoid crashed when using urwid UI due to
       unparsable UTF8 characters; thanks to Stefan Seide for the report;
       Closes: #552045
   * bin/reportbug, reportbug/utils.py
     - restore the functionality that includes changed conffile into the bug
       report, that went broken log ago; thanks to Håkon Stordahl for the report
       and patch; Closes: #503131
   * bin/reportbug, man/reportbug.1, reportbug/{bugreport.py, utils.py}
     - added the '--source/--src' command-line option, to report bugs against 
the
       source package instead of the binary one; thanks to Cyril Brulebois for
       the report; Closes: #560230
   * bin/reportbug, man/reportbug.1
     - added the '--from-buildd $SRC_$VER' option to make reportbug file the bug
       against the source package $SRC for the given $VER version; thanks to
       Cyril Brulebois for the report; Closes: #571970
     - added the '--no-bug-script' command-line option to not execute the bug
       script; thanks to Håkon Stordahl for the report and the (inspiring) 
patch;
       Closes: #511210
     - added the '--no-cc-menu' command-line option to not display the menu
       asking for additional CCs; part of #428113
     - added the '--no-tags-menu' command-line option to not display the menu
       asking for tags; thanks to Josh Triplett for the report and Carl Chenet
       for the (partial) patch; Closes: #428113
   * bin/reportbug, reportbug/ui/text_ui.py, share/presubj
     - append a notice to every 'presubj' script shown in UI text that 'q' is
       probably the key to press to exit the pager (updating reportbug 'presubj'
       script to remove that notice); thanks to Chris Walker for the report;
       Closes: #488414
   * debian/source/format
     - Switch to dpkg-source 3.0 (native) format
   * debian/source/options
     - options to compress the tarball with bzip2 (and max compression)
Checksums-Sha1: 
 241856f3b61351b2e207dbdb247a03fd509598fe 1125 reportbug_4.12.dsc
 8aed964b81516bcdaf7179af7de7b58825a5e0ed 137489 reportbug_4.12.tar.bz2
 e7260c926effd05447c3e88970fcb7ad5476650f 112392 reportbug_4.12_all.deb
 af3c961501873dcf20f58e4cad5f63c618ec12b2 124234 python-reportbug_4.12_all.deb
Checksums-Sha256: 
 911447b2bb054fca351a55d4826eb08ced7a230606d4d3531a3e96d974fa2fc6 1125 
reportbug_4.12.dsc
 f018f527c07be34d694eaad02e480072e1c4e6670b6d1015a18012a3dd0af561 137489 
reportbug_4.12.tar.bz2
 d1f731a5d1826516b31ffb5b2612a49be9cef267cf7d3b414295b6b58ae1ba9f 112392 
reportbug_4.12_all.deb
 de192f6109bc14a4ab4d4e4d65458c6e9dcad52ce0915a60f8ec44680ff93336 124234 
python-reportbug_4.12_all.deb
Files: 
 fb006d650b1bbc3625b9dfb506209520 1125 utils standard reportbug_4.12.dsc
 c3e7e7c691bfc36345020e0397b1225e 137489 utils standard reportbug_4.12.tar.bz2
 c8c1a7c06069c2029ffe786c72254b23 112392 utils standard reportbug_4.12_all.deb
 c25946149da8cc5fde6a8a7d769f6e13 124234 python standard 
python-reportbug_4.12_all.deb

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

iEYEARECAAYFAkvF4J8ACgkQAukwV0RN2VBO9ACeIp4u9qGUfCiPT5G7S/9EW671
2mwAoIGPI4lb57ALYVoot7Xy/2Wd3N4T
=hppH
-----END PGP SIGNATURE-----



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

Reply via email to