Package: wmacpi Version: 2.3.1 Severity: serious Hi,
The wmacpi package FTBFS when rebuild against libdockapp3. """ gcc -MM -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -O2 -Wall -W -g -ansi wmacpi.c > wmacpi.d gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -O2 -Wall -W -g -ansi -D_FORTIFY_SOURCE=2 -c -o wmacpi.o wmacpi.c wmacpi.c:22:21: fatal error: dockapp.h: No such file or directory compilation terminated. make[1]: *** [wmacpi.o] Error 1 """ This issue is also blocking the GCC-5 transition. ~Niels