Control: severity -1 serious Hello Mohammed and Jeremy,
since this package now fails to build in Debian as well, I'm setting severity to serious. Additionally, you might want to add the attached patch to fix: warning: implicit declaration of function 'toupper' [-Wimplicit-function-declaration] -- Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany Ubuntu Developer PGP-encrypted mails preferred (Key-ID: 74DE6624) PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624
Description: minbar uses the touppper() function, so include ctype.h to fix FTBFS with -Werror=implicit-function-declaration Author: Andreas Moog <[email protected]> --- minbar-0.2.1.orig/src/locations-xml.c +++ minbar-0.2.1/src/locations-xml.c @@ -19,6 +19,7 @@ #include <string.h> #include <math.h> +#include <ctype.h> #include <locale.h> #include <gtk/gtk.h> #include <libxml/xmlreader.h>
signature.asc
Description: OpenPGP digital signature

