[amd64] linux-image-cloud-amd64-dbg: lintian: Drop overrides for vdsox32.so

CONFIG_X86_X32_ABI is not enabled in the cloud-amd64 flavour so we
don't build vdsox32.so.  Change the condition for the lintian
overrides on vdsox32.ko to exclude this flavour.
This commit is contained in:
Ben Hutchings 2025-04-19 00:57:01 +02:00 committed by Bastian Blank
parent 68848a0cb4
commit 693916b11c
2 changed files with 3 additions and 2 deletions

1
debian/changelog vendored
View file

@ -16,6 +16,7 @@ linux (6.14.4-1~exp1) UNRELEASED; urgency=medium
* linux-source: Suggest pkgconf, not the obsolete pkg-config
* linux-image-dbg: lintian: Drop mismatched override for
wrong-section-according-to-package-name
* [amd64] linux-image-cloud-amd64-dbg: lintian: Drop overrides for vdsox32.so
-- Salvatore Bonaccorso <carnil@debian.org> Fri, 25 Apr 2025 11:33:55 +0200

View file

@ -12,7 +12,7 @@
{% if arch in ['amd64', 'ppc64el', 's390x'] %}
{{package}}: shared-library-lacks-stack-section *usr/lib/debug/lib/modules/{{abiname}}{{localversion}}/vdso/vdso64.so*
{% endif %}
{% if arch in ['amd64'] %}
{% if arch in ['amd64'] and flavour not in ['cloud-amd64'] %}
{{package}}: shared-library-lacks-stack-section *usr/lib/debug/lib/modules/{{abiname}}{{localversion}}/vdso/vdsox32.so*
{% endif %}
@ -21,7 +21,7 @@
{% if arch in ['arm64', 'ppc64el', 's390x'] %}
{{package}}: binary-from-other-architecture *usr/lib/debug/lib/modules/{{abiname}}{{localversion}}/vdso/vdso32.so*
{% endif %}
{% if arch in ['amd64'] %}
{% if arch in ['amd64'] and flavour not in ['cloud-amd64'] %}
{{package}}: binary-from-other-architecture *usr/lib/debug/lib/modules/{{abiname}}{{localversion}}/vdso/vdsox32.so*
{% endif %}