After talking with Jose I NMU'ed lcdproc to allow building on almost all architectures again. Appended is the full diff.
Thiemo lcdproc (0.5.2-1.2) unstable; urgency=low * Non-maintainer upload. * Support all architectures except s390. * Add support for kfreebsd, thanks Cyril Brulebois. (Closes: #416261) Index: lcdproc-0.5.2/debian/control =================================================================== --- lcdproc-0.5.2.orig/debian/control 2008-10-02 08:59:44.000000000 +0200 +++ lcdproc-0.5.2/debian/control 2008-10-02 09:02:06.000000000 +0200 @@ -8,7 +8,7 @@ Standards-Version: 3.7.3 Package: lcdproc -Architecture: i386 amd64 armel +Architecture: alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 m68k mips mipsel powerpc sparc Depends: lsb-base, ${shlibs:Depends}, debconf | debconf-2.0 Description: LCD display driver daemon and clients This is a client/server suite including drivers for all kinds of Index: lcdproc-0.5.2/clients/lcdproc/machine_Linux.c =================================================================== --- lcdproc-0.5.2.orig/clients/lcdproc/machine_Linux.c 2007-04-14 16:38:15.000000000 +0200 +++ lcdproc-0.5.2/clients/lcdproc/machine_Linux.c 2008-10-02 09:03:55.000000000 +0200 @@ -1,5 +1,5 @@ -#ifdef linux +#if defined(linux) || defined(__GLIBC__) #include <sys/types.h> #include <stdlib.h> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]