Package: awardeco Version: 0.2-3 Severity: normal Hi,
awardeco currently fails to build on Debian GNU/Hurd. This can be easily fixed by modifying the current 20_kfreebsd.patch from:
+#if defined(LINUX) || defined(__LINUX__) || defined(__linux__) || defined(__FreeBSD_kernel__) to +#if defined(LINUX) || defined(__LINUX__) || defined(__linux__) || defined(__FreeBSD_kernel__) || defined(__GNU__) Or creating a new patch just for Hurd of course. Thanks, Barry deFreese -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

