From 3565071f226432336a54d0193d729fa4508a3394 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 11 Apr 2024 10:28:00 +0200 Subject: Adding debian version 6.6.15-2. Signed-off-by: Daniel Baumann --- debian/templates/image.lintian-overrides.j2 | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 debian/templates/image.lintian-overrides.j2 (limited to 'debian/templates/image.lintian-overrides.j2') diff --git a/debian/templates/image.lintian-overrides.j2 b/debian/templates/image.lintian-overrides.j2 new file mode 100644 index 0000000000..2bd64b4135 --- /dev/null +++ b/debian/templates/image.lintian-overrides.j2 @@ -0,0 +1,13 @@ +# Some 32-bit architectures need 64-bit kernels and we still build +# these as the "wrong" architecture rather than mandating multiarch. +{% if arch in ['mips', 'mipsel'] %} +{{package}}: binary-from-other-architecture *boot/vmlinu* +{% endif %} +{% if arch in ['hppa', 'mips', 'mipsel', 'powerpc'] %} +{{package}}: binary-from-other-architecture *lib/modules/* +{% endif %} + +# vmlinux needs extra sections that would normally be stripped. +{% if arch in ['mips64el', 'mipsel', 'ppc64el'] %} +{{package}}: unstripped-binary-or-object *boot/vmlinu* +{% endif %} -- cgit v1.2.3