Debian Patches

Status for dleyna/0.8.5-2

Patch Description Author Forwarded Bugs Origin Last update
0001-drop-include-sys-signalfd.h.patch drop include <sys/signalfd.h>
Remove unnecessary #include <sys/signalfd.h>

dms-info.c handles SIGTERM/SIGINT using g_unix_signal_add() and does
not call signalfd(), so it needs #include <signal.h> but not
<sys/signalfd.h>, which is a Linux-specific header that does not exist
on GNU/Hurd, causing an FTBFS there:

../examples/dms-info.c:25:10: fatal error: sys/signalfd.h: No such file or directory
"Barak A. Pearlmutter" <barak+git@pearlmutter.net> yes 2026-09-12

All known versions for source package 'dleyna'

Links