diff --git a/debian/changelog b/debian/changelog index cf7aafa1b..4c80e4d3d 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 d735ecf03..fc8c68186 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 \