mbox series

[0/3] Resolve some lintian errors/warnings

Message ID 20241031132630.24667-1-t.boehler@kunbus.com (mailing list archive)
Headers show
Series Resolve some lintian errors/warnings | expand

Message

Thomas Böhler Oct. 31, 2024, 1:26 p.m. UTC
When building debian packages of the kernel with "make deb-pkg" and
running "lintian" on the resulting package, lintian produces some
warnings and errors. While most of these can be ignored, some are
helpful to address.

In this series the lintian error "unstripped-binary-or-object" as well
as the warnings "undeclared-elf-prerequisites" and
"packages-contains-vcs-control-file" are addressed. All of them concern
the linux-headers package.

Thomas Böhler (3):
  package: debian: strip headers package
  package: debian: add missing Depends to linux-headers
  package: debian: don't include .gitignore under scripts/

 scripts/package/debian/rules         | 3 +++
 scripts/package/install-extmod-build | 6 ++++--
 scripts/package/mkdebian             | 1 +
 3 files changed, 8 insertions(+), 2 deletions(-)