initial commit
imported from https://salsa.debian.org/kernel-team/linux.git commit 9d5cc9d9d6501d7f1dd7e194d4b245bd0b6c6a22 version 6.11.4-1
This commit is contained in:
13
debian/templates/image.lintian-overrides.j2
vendored
Normal file
13
debian/templates/image.lintian-overrides.j2
vendored
Normal file
@@ -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 %}
|
Reference in New Issue
Block a user