control: severity -1 important
This doesn't make the package completely unusable. This is just a bug
(although an important one).
Best wishes,
Mike
--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
On Wed, Feb 06, 2013 at 02:08:10AM +0100, Christian Böhme wrote:
> Package: clang
> Version: 3.0-6
> Severity: grave
> Justification: renders package unusable
>
> Dear Maintainer,
>
> compiling this program
>
> ---8<---
> #include
>
>
> int main ( int argc, char * argv[] )
> {
> int *
Package: clang
Version: 3.0-6
Severity: grave
Justification: renders package unusable
Dear Maintainer,
compiling this program
---8<---
#include
int main ( int argc, char * argv[] )
{
int * i = new int (100);
int j = (*i) + 4;
delete i;
return j;
}
---8<---
ca
3 matches
Mail list logo