Your message dated Tue, 07 Aug 2007 17:47:08 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#434938: fixed in uncrustify 0.36-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: uncrustify
Version: 0.33-1
Severity: minor
Tags: patch

While doing C++ development we found that signals labels aren't
supported by uncrustify and then we've added it. Here goes the patch
to include support for it.

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

Kernel: Linux 2.6.22-1-686 (SMP w/1 CPU core)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages uncrustify depends on:
ii  libc6                         2.6-4      GNU C Library: Shared libraries
ii  libgcc1                       1:4.2.1-0  GCC support library
ii  libstdc++6                    4.2.1-0    The GNU Standard C++ Library v3

uncrustify recommends no packages.

-- no debconf information
>From fab80a1c1d8a4f7011f773b5f7d5feacb842f0ab Mon Sep 17 00:00:00 2001
From: Otavio Salvador <[EMAIL PROTECTED]>
Date: Fri, 27 Jul 2007 16:45:40 -0300
Subject: [PATCH] Add support to signals label

The signals label is used on QT and should be handled igually as
private/public/protected. To avoid any side effect, it has been
restricted to C++ language.
---
 src/keywords.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/keywords.cpp b/src/keywords.cpp
index 03f890a..955958d 100644
--- a/src/keywords.cpp
+++ b/src/keywords.cpp
@@ -178,6 +178,7 @@ static const chunk_tag_t keywords[] =
    { "sealed",           CT_QUALIFIER,   LANG_CS                               
              },
    { "set",              CT_GETSET,      LANG_CS                               
              },
    { "short",            CT_TYPE,        LANG_ALLC                             
              },
+   { "signals",          CT_PRIVATE,     LANG_CPP                              
              },
    { "signed",           CT_TYPE,        LANG_C | LANG_CPP                     
              },
    { "sizeof",           CT_SIZEOF,      LANG_C | LANG_CPP | LANG_CS | 
LANG_PAWN             }, // PAWN
    { "sleep",            CT_FUNCTION,    LANG_C | LANG_CPP | LANG_CS | 
LANG_PAWN             }, // PAWN
-- 
1.5.3.GIT


--- End Message ---
--- Begin Message ---
Source: uncrustify
Source-Version: 0.36-1

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

uncrustify_0.36-1.diff.gz
  to pool/main/u/uncrustify/uncrustify_0.36-1.diff.gz
uncrustify_0.36-1.dsc
  to pool/main/u/uncrustify/uncrustify_0.36-1.dsc
uncrustify_0.36-1_i386.deb
  to pool/main/u/uncrustify/uncrustify_0.36-1_i386.deb
uncrustify_0.36.orig.tar.gz
  to pool/main/u/uncrustify/uncrustify_0.36.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.
Johann Rudloff <[EMAIL PROTECTED]> (supplier of updated uncrustify 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.7
Date: Tue, 07 Aug 2007 13:49:41 +0200
Source: uncrustify
Binary: uncrustify
Architecture: source i386
Version: 0.36-1
Distribution: unstable
Urgency: low
Maintainer: Johann Rudloff <[EMAIL PROTECTED]>
Changed-By: Johann Rudloff <[EMAIL PROTECTED]>
Description: 
 uncrustify - C, C++, C#, D, Java and Pawn source code beautifier
Closes: 434938 434939
Changes: 
 uncrustify (0.36-1) unstable; urgency=low
 .
   * New upstream release (closes: #434938, #434939)
Files: 
 1d05d3421b20c68361ae2dbc54cf5f12 581 devel optional uncrustify_0.36-1.dsc
 73c3f46fdd562aee2ecb5ac65ae4bd9e 626273 devel optional 
uncrustify_0.36.orig.tar.gz
 c472df9e36c0e4bca23f90ac9d7d73e2 20037 devel optional uncrustify_0.36-1.diff.gz
 f302f049fb5047b4f886033121a1accc 97732 devel optional 
uncrustify_0.36-1_i386.deb

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

iD8DBQFGuKzTLqiZQEml+FURArAAAJsH8x2eZRF5dkumfmWwrEi/vOF4aACgju14
b+1ZHw+qhjKyHvCE+cT0v2Q=
=XcLc
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to