Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian.org@packages.debian.org
Usertags: pu
Hello release team,
with maintainer's permission (Cc'd, see #879458) I'd like to fix the
inputlirc package in the upcoming stretch point release, see debdiff
below.
Some background if I understood correctly: During build, inputlirc picks
some information from a kernel header file. However, that header file
was split in linux kernel commit v4.3-rc4-49-gf902dd893427, subsequently
some definitions were no longer found. Obviously, the binNMU leading to
23-2+b2 was already done after the kernel header package in Debian
was updated, resulting the the described behaviour.
Kind regards,
Christoph
diff -u inputlirc-23/debian/changelog inputlirc-23/debian/changelog --- inputlirc-23/debian/changelog +++ inputlirc-23/debian/changelog @@ -1,3 +1,10 @@ +inputlirc (23-2+deb9u1) stretch; urgency=medium + + * Include input-event-codes.h instead of input.h. Closes: #879458 + Thanks to Ingo Schneider for reporting the bug and providing the fix. + + -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Sat, 24 Feb 2018 09:25:27 +0100 + inputlirc (23-2) unstable; urgency=medium * Set Architecture: linux-any, since inputlirc depends on the Linux input only in patch2: unchanged: --- inputlirc-23.orig/Makefile +++ inputlirc-23/Makefile @@ -27,7 +27,7 @@ all: $(SBIN) -names.h: /usr/include/linux/input.h gennames +names.h: /usr/include/linux/input-event-codes.h gennames ./gennames $< > $@ inputlircd: inputlircd.c /usr/include/linux/input.h names.h
Attachment:
signature.asc
Description: PGP signature