tags nnnn + patch Here's a fix for the GCC 5 build issue. It adds 'export CFLAGS = -std=gnu89' to the rules file to use the GNU89 inline semantics.
I tested it with both gcc-5.0 and gcc-4.9. -- Andrew Patterson Hewlett-Packard
--- padevchooser-0.9.4/debian/rules.orig 2015-07-07 23:23:39.391825153 +0000 +++ padevchooser-0.9.4/debian/rules 2015-07-07 23:23:43.407882856 +0000 @@ -1,5 +1,7 @@ #!/usr/bin/make -f +export CFLAGS = -std=gnu89 + %: dh $@ --with autoreconf --parallel