tags 485209 + patch thanks Hi,
I intend to prepare a NMU for this bug. A patch for the FTBFS problem is attached, but I plan to also make two other minor changes: * use $(MAKE) distclean instead of $(MAKE) clean in debian/rules. * Set debhelper compat version to 5. Regards, Ansgar diff -u lwm-1.2.1/debian/control lwm-1.2.1/debian/control --- lwm-1.2.1/debian/control +++ lwm-1.2.1/debian/control @@ -1,5 +1,6 @@ Source: lwm -Build-Depends: debhelper (>= 4), xutils, x-dev, libsm-dev, libx11-dev, libxext-dev +Build-Depends: debhelper (>= 4), xutils-dev, x11proto-core-dev, libsm-dev, + libx11-dev, libxext-dev Section: x11 Priority: optional Maintainer: Matthew Wilcox <[email protected]> -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

