Package: wmail Version: 2.0-3 Severity: serious Justification: fails to build from source (but built successfully in the past)
Dear Maintainer, Beginning with version 0.7.0, the dockapp.h header file included with libdockapp has been moved from /usr/include to /usr/include/libdockapp. Therefore, its reverse dependencies, including wmail, should take this into account when building. I have attached a patch which fixes this issue. Thanks! Doug Torrance P.S. If you are interested, you might consider developing wmail as a member of the Debian Window Maker Team [1]. [1]
diff -rupN wmail-2.0/debian/rules wmail-fix/debian/rules --- wmail-2.0/debian/rules 2015-09-05 15:28:48.000000000 -0400 +++ wmail-fix/debian/rules 2015-09-05 15:30:03.060035687 -0400 @@ -11,7 +11,7 @@ DEB_HOST_GNU_TYPE ?= $(shell dpkg-arch DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) -CFLAGS = -Wall -g +CFLAGS = -Wall -g -I/usr/include/libdockapp ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0