Package: wmdate Version: 0.7-4 Severity: serious Tags: patch 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 wmdate, 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 wmdate as a member of the Debian Window Maker Team [1]. [1] https://pkg-wmaker.alioth.debian.org/
diff -rupN wmdate-0.7/debian/rules wmdate-fix/debian/rules --- wmdate-0.7/debian/rules 2015-09-05 15:48:06.000000000 -0400 +++ wmdate-fix/debian/rules 2015-09-05 16:11:43.544225122 -0400 @@ -7,5 +7,7 @@ include /usr/share/cdbs/1/rules/patchsys DEB_MAKE_CLEAN_TARGET := distclean DEB_MAKE_INSTALL_TARGET := install DESTDIR=$(CURDIR)/debian/wmdate +CPPFLAGS += -I/usr/include/libdockapp + configure/wmdate:: xmkmf