Package: lirc Version: 0.10.0-2+b1 Severity: normal Tags: patch The file /usr/lib/tmpfiles.d/lirc.conf contains a reference to the legacy /var/run/ directory, which has been replaced by /run/. systemd now complains:
[lirc.conf:1] Line references path below legacy directory /var/run/, updating /var/run/lirc → /run/lirc; please update the tmpfiles.d/ drop-in file accordingly. Simple one-line patch: replaced /var/run/lirc by /run/lirc in this file. Best wishes, Julian

