From df9be3c95e7cb19ac30bb1af18ef6c1fc4e8baf4 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Fri, 5 Aug 2016 19:15:54 +0100 Subject: [PATCH] linux-kbuild: Include headers_install.sh and unifdef (Closes: #832359) --- debian/changelog | 3 +++ debian/rules.d/scripts/Makefile | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index cf7aafa1beb4..4c80e4d3d32f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -214,6 +214,9 @@ linux (4.6.5-1) UNRELEASED; urgency=medium * vfs: ioctl: prevent double-fetch in dedupe ioctl (CVE-2016-6516) * libata: LITE-ON CX1-JB256-HP needs lower max_sectors (Closes: #830971) + [ Ben Hutchings ] + * linux-kbuild: Include headers_install.sh and unifdef (Closes: #832359) + -- Ben Hutchings Sat, 30 Jul 2016 14:23:58 +0100 linux (4.6.4-1) unstable; urgency=medium diff --git a/debian/rules.d/scripts/Makefile b/debian/rules.d/scripts/Makefile index d735ecf03700..fc8c68186454 100644 --- a/debian/rules.d/scripts/Makefile +++ b/debian/rules.d/scripts/Makefile @@ -4,7 +4,8 @@ PROGS = \ kallsyms \ pnmtologo \ recordmcount \ - sign-file + sign-file \ + unifdef DATA = \ Kbuild.include \ @@ -19,6 +20,7 @@ SCRIPTS = \ depmod.sh \ gcc-*.sh \ gen_initramfs_list.sh \ + headers_install.sh \ kernel-doc \ Lindent \ makelst \