Description: remove -Werror This package uses stuff that is now deprecated in gtk so it FTBF If -Werror is enabled. Author: Peter Michael Green Bug-Debian: http://bugs.debian.org/665670 --- gxneur-0.15.0.orig/configure.in +++ gxneur-0.15.0/configure.in @@ -87,7 +87,7 @@ fi AM_GNU_GETTEXT_VERSION([0.16.1]) AM_GNU_GETTEXT([external]) -DEFAULT_CFLAGS="-Wall -Wextra -Werror -g0 -fPIC -std=gnu99" +DEFAULT_CFLAGS="-Wall -Wextra -g0 -fPIC -std=gnu99" AC_SUBST(DEFAULT_CFLAGS) AC_OUTPUT([Makefile gxneur.desktop src/Makefile pixmaps/Makefile glade/Makefile po/Makefile.in]) --- gxneur-0.15.0.orig/configure +++ gxneur-0.15.0/configure @@ -14805,7 +14805,7 @@ $as_echo "#define HAVE_DCGETTEXT 1" >>co -DEFAULT_CFLAGS="-Wall -Wextra -Werror -g0 -fPIC -std=gnu99" +DEFAULT_CFLAGS="-Wall -Wextra -g0 -fPIC -std=gnu99" ac_config_files="$ac_config_files Makefile gxneur.desktop src/Makefile pixmaps/Makefile glade/Makefile po/Makefile.in"