Processed: Re: Bug#891285: stretch-pu: package inputlirc/23-2+b2

2018-03-02 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + pending
Bug #891285 [release.debian.org] stretch-pu: package inputlirc/23-2+b2
Added tag(s) pending.

-- 
891285: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891285
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#891285: stretch-pu: package inputlirc/23-2+b2

2018-03-02 Thread Adam D. Barratt
Control: tags -1 + pending

On Fri, 2018-03-02 at 17:26 +, Adam D. Barratt wrote:
> Control: tags -1 + confirmed
> 
> On Sat, 2018-02-24 at 09:43 +0100, Christoph Biedl wrote:
> > 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.
> > 
> 
> Please go ahead.
> 

Uploaded and flagged for acceptance.

Regards,

Adam



Processed: Re: Bug#891285: stretch-pu: package inputlirc/23-2+b2

2018-03-02 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + confirmed
Bug #891285 [release.debian.org] stretch-pu: package inputlirc/23-2+b2
Added tag(s) confirmed.

-- 
891285: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891285
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#891285: stretch-pu: package inputlirc/23-2+b2

2018-03-02 Thread Adam D. Barratt
Control: tags -1 + confirmed

On Sat, 2018-02-24 at 09:43 +0100, Christoph Biedl wrote:
> 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.
> 

Please go ahead.

Regards,

Adam



Bug#891285: stretch-pu: package inputlirc/23-2+b2

2018-02-24 Thread Christoph Biedl
Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian@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   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


signature.asc
Description: PGP signature