Please use "kbuild: deb-pkg:" as the commit subject. On Thu, Oct 31, 2024 at 10:26 PM Thomas Böhler <t.boehler@xxxxxxxxxx> wrote: > > The linux-headers package is missing a dependency to libc. Lintian > complains about this as well: > > W: linux-headers-6.12.0-rc4-g7e04fcfc6195: undeclared-elf-prerequisites (libc.so.6) [usr/src/linux-headers-6.12.0-rc4-g7e04fcfc6195/scripts/asn1_compiler] > W: linux-headers-6.12.0-rc4-g7e04fcfc6195: undeclared-elf-prerequisites (libc.so.6) [usr/src/linux-headers-6.12.0-rc4-g7e04fcfc6195/scripts/basic/fixdep] > W: linux-headers-6.12.0-rc4-g7e04fcfc6195: undeclared-elf-prerequisites (libc.so.6) [usr/src/linux-headers-6.12.0-rc4-g7e04fcfc6195/scripts/kallsyms] > W: linux-headers-6.12.0-rc4-g7e04fcfc6195: undeclared-elf-prerequisites (libc.so.6) [usr/src/linux-headers-6.12.0-rc4-g7e04fcfc6195/scripts/mod/modpost] > W: linux-headers-6.12.0-rc4-g7e04fcfc6195: undeclared-elf-prerequisites (libc.so.6) [usr/src/linux-headers-6.12.0-rc4-g7e04fcfc6195/scripts/sorttable] Could you add log messages based on linux-headers-6.12.0-rc6 instead? Then, the line length will become shorter. Also, please rebase this on the mainline. > Fix this by introducing "dh_shlibdeps" into the build process. It > calculates shared library dependencies for packages and creates a > substvar entry for them, making them usable in "debian/control" by > specifying "${shlibs:Depends}" in the "Depends" field. > > "dh_shlibdeps" detects the dependency on libc for the linux-headers > package and by specifying the substvar for the linux-headers package in > "debian/control" this dependency is correctly declared and lintian won't > complain about it anymore. > > Signed-off-by: Thomas Böhler <t.boehler@xxxxxxxxxx> -- Best Regards Masahiro Yamada