Package: input-utils
Version: 1.0-1.1+b1
Severity: normal
Tags: patch
--- name.sh.org 2017-08-27 10:13:13.541804241 +0200
+++ name.sh 2017-08-27 10:14:55.540456916 +0200
@@ -1,10 +1,8 @@
#!/bin/sh
TYPE="$1"
-INPUT="/usr/include/linux/input.h"
-
-awk "
+cat /usr/include/linux/input.h /usr/include/linux/input-event-codes.h | awk "
/EV_VERSION/ { next };
/_MAX/ { next };
/#define $1_/ { printf(\"\t[ %-16s ] = \\\"%s\\\",\n\", \$2, \$2); }
-" < $INPUT
+"
-- System Information:
Debian Release: 9.1
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 4.9.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8),
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages input-utils depends on:
ii libc6 2.24-11+deb9u1
input-utils recommends no packages.
input-utils suggests no packages.
-- no debconf information
--- name.sh.org 2017-08-27 10:13:13.541804241 +0200
+++ name.sh 2017-08-27 10:14:55.540456916 +0200
@@ -1,10 +1,8 @@
#!/bin/sh
TYPE="$1"
-INPUT="/usr/include/linux/input.h"
-
-awk "
+cat /usr/include/linux/input.h /usr/include/linux/input-event-codes.h | awk "
/EV_VERSION/ { next };
/_MAX/ { next };
/#define $1_/ { printf(\"\t[ %-16s ] = \\\"%s\\\",\n\", \$2, \$2); }
-" < $INPUT
+"
--- name.sh.org 2017-08-27 10:13:13.541804241 +0200
+++ name.sh 2017-08-27 10:14:55.540456916 +0200
@@ -1,10 +1,8 @@
#!/bin/sh
TYPE="$1"
-INPUT="/usr/include/linux/input.h"
-
-awk "
+cat /usr/include/linux/input.h /usr/include/linux/input-event-codes.h | awk "
/EV_VERSION/ { next };
/_MAX/ { next };
/#define $1_/ { printf(\"\t[ %-16s ] = \\\"%s\\\",\n\", \$2, \$2); }
-" < $INPUT
+"