Hi, If a debian package uses flex to generate some of its source code for a shared library, lintian would report
shlib-calls-exit ( http://lintian.debian.org/tags/shlib-calls-exit.html ) because of the exit() call in the flex-generated function yy_fatal_error: static void yy_fatal_error (yyconst char* msg ) { (void) fprintf( stderr, "%s\n", msg ); exit( YY_EXIT_FAILURE ); } How should I handle this? Maybe with an lintian override? (I also have upstream read-write access to the source code) cheers, Erik Sjölund -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/CAB+1q0T986RD1cYAK=2nfxbbc9fuf5j-wxwrvx9s4nmqfmh...@mail.gmail.com

