tags 778137 + patch thanks Here's a fix for the GCC 5 build error. I added '-std=gnu89' to DEB_CFLAGS_MAINT_APPEND in debian/rules.
-- David S. Roth Hewlett-Packard
--- tabble-0.43/debian/rules.orig 2015-07-02 23:01:46.804822037 +0000 +++ tabble-0.43/debian/rules 2015-07-02 22:59:24.832819098 +0000 @@ -3,7 +3,7 @@ PACKAGE = tabble export DEB_BUILD_MAINT_OPTIONS = hardening=+all -export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic +export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic -std=gnu89 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed man: