Your message dated Sun, 27 Apr 2008 14:17:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#112546: fixed in astyle 1.22-1
has caused the Debian Bug report #112546,
regarding astyle: astyle misses brackets in arrays
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.)


-- 
112546: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=112546
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: astyle
Version: 1.14.1-2
Severity: normal

Hi

If I apply astyle on the following code (astyle --pad=oper --style=ansi -s4):

struct comx_debugflags_struct   comx_debugflags[] =
{

        { "comx_tx",            DEBUG_COMX_TX           },
        { "comx_rx",            DEBUG_COMX_RX           },
        { "hw_tx",              DEBUG_HW_TX             },
        { "hw_rx",              DEBUG_HW_RX             },
        { NULL,                 0                       }
};

It transforms into the following:

struct comx_debugflags_struct comx_debugflags[] =
    {
        { "comx_tx", DEBUG_COMX_TX
        },
        { "comx_rx", DEBUG_COMX_RX },
        { "hw_tx", DEBUG_HW_TX },
        { "hw_rx", DEBUG_HW_RX },
        { NULL, 0 }
    };

The first closing bracket in the first line is erroneously moved into a new
line. The bug applies to the original too, not only the debian package.

greets
[EMAIL PROTECTED]

-- System Information
Debian Release: testing/unstable
Kernel Version: Linux thunderchild 2.2.19 #1 Fri May 18 15:01:01 CEST 2001 i686 
unknown

Versions of the packages astyle depends on:
ii  libc6          2.2.4-1        GNU C Library: Shared libraries and Timezone
ii  libstdc++2.10- 2.95.4-0.01081 The GNU stdc++ library


--- End Message ---
--- Begin Message ---
Source: astyle
Source-Version: 1.22-1

We believe that the bug you reported is fixed in the latest version of
astyle, which is due to be installed in the Debian FTP archive:

astyle_1.22-1.diff.gz
  to pool/main/a/astyle/astyle_1.22-1.diff.gz
astyle_1.22-1.dsc
  to pool/main/a/astyle/astyle_1.22-1.dsc
astyle_1.22-1_i386.deb
  to pool/main/a/astyle/astyle_1.22-1_i386.deb
astyle_1.22.orig.tar.gz
  to pool/main/a/astyle/astyle_1.22.orig.tar.gz



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.
Margarita Manterola <[EMAIL PROTECTED]> (supplier of updated astyle 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, 27 Apr 2008 13:58:37 +0000
Source: astyle
Binary: astyle
Architecture: source i386
Version: 1.22-1
Distribution: unstable
Urgency: low
Maintainer: Margarita Manterola <[EMAIL PROTECTED]>
Changed-By: Margarita Manterola <[EMAIL PROTECTED]>
Description: 
 astyle     - Source code indenter for C++/C/Java/C# source code
Closes: 112546
Changes: 
 astyle (1.22-1) unstable; urgency=low
 .
   * New upstream release
     + Fix incorrect identification of bracket type following a struct
       statement. (Closes: #112546)
   * Added new "links.html" document to debian/astyle.docs
   * Changed debian/rules to use the new "buildgcc" directory.
   * Corrected the doc-base section.
Checksums-Sha1: 
 3e4d777d7678a18b4d207bc97b4d576dcc3091d2 971 astyle_1.22-1.dsc
 9c18d9bd23c87cfef3a3bd48a7f31ae9978d1bcb 92580 astyle_1.22.orig.tar.gz
 6c4a02f47493ea8c139fd5c32be218430f1c2b55 7759 astyle_1.22-1.diff.gz
 f53773b28c9a03d359525bd62342f55e9fb47fff 102876 astyle_1.22-1_i386.deb
Checksums-Sha256: 
 7855e636671f86499122099f8a86c717cb493a521f44b01efb3e0f2f6ff022ae 971 
astyle_1.22-1.dsc
 0ddac906531192dcecd3d160f181522c065779223f78476c027d9d25ec8bb27a 92580 
astyle_1.22.orig.tar.gz
 6396ce434789841d54d5c23a06d2ccbc65bcd176b9db214ce4036eb19ec31fc5 7759 
astyle_1.22-1.diff.gz
 ee4071d90ce6a570bc115ede120e9d2c04f87d98644f95935243e581c1b44ed4 102876 
astyle_1.22-1_i386.deb
Files: 
 9a065a7dc8c149f1ae8bb51145f0ec8d 971 devel optional astyle_1.22-1.dsc
 f319ee4e2538f5e6255211975b4e36cc 92580 devel optional astyle_1.22.orig.tar.gz
 d3a4ecc471adac4e4643e95785de9682 7759 devel optional astyle_1.22-1.diff.gz
 b5cddbffa11986ca204cbe5e61378437 102876 devel optional astyle_1.22-1_i386.deb

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

iD8DBQFIFId5lAuUx1tI/64RAiT6AKCeThI+Ca/ApLT2OPBPA4jWOCyspgCdGZoj
KObECfcv6/GUU7MOiA8D+iY=
=QII/
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to