Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
builddeb: generate multi-arch friendly linux-libc-dev package
Debian-based distributions place libc header files in a machine specific directory (/usr/include/<libc-machine>) instead of /usr/include/asm to support installation of the linux-libc-dev package from multiple architectures. Move headers installed by "make headers_install" accordingly using Debian's tuple from dpkg-architecture (stored in debian/arch). Signed-off-by: Cedric Hombourger <[email protected]> Signed-off-by: Masahiro Yamada <[email protected]>
- Loading branch information