#1145371 spirv-tools: Fix typo in source extraction dependency

Package:
spirv-tools
Source:
spirv-tools
Description:
API and commands for processing SPIR-V modules
Submitter:
Jeroen Diederen
Date:
2026-08-24 15:17:02 UTC
Severity:
normal
Tags:
#1145371#5
Date:
2026-08-24 12:56:20 UTC
From:
To:
Dear Maintainer,

The CMake source extraction rule in source/CMakeLists.txt contains a
misspelled dependency variable:

    ${EI_debuinfo}

This should be:

    ${EI_debuginfo}

The typo causes the source extraction rule to reference the wrong
dependency variable.

I have attached a patch correcting this typo.

The fix is limited to the CMake source extraction dependency; it is
not related to SPIR-V Tools upstream issue #6849.

Regards,
Jeroen Diederen

#1145371#10
Date:
2026-08-24 13:56:15 UTC
From:
To:
The filename of the attached patch is unfortunately misleading.

The patch fixes the |${EI_debuinfo}| → |${EI_debuginfo}| typo in
|source/CMakeLists.txt|, as described in this bug report. It is *not
related to SPIRV-Tools upstream issue #6849*.

The attachment was inadvertently given a filename referring to #6849.
The patch contents themselves are for the CMake dependency-variable typo
reported in Debian bug #1145371.

Sorry for the confusion.

#1145371#15
Date:
2026-08-24 14:26:09 UTC
From:
To:
One further correction regarding the attached patch:

The following metadata in the patch header is also incorrect:

     Bug: https://github.com/KhronosGroup/SPIRV-Tools/issues/6849
     Forwarded: yes

There is no upstream bug associated with this fix. The patch is a
Debian-specific fix for the `${EI_debuinfo}` -> `${EI_debuginfo}`
typo in `source/CMakeLists.txt`.

The `Bug:` and `Forwarded:` lines were inadvertently copied from an
unrelated patch and should be removed.

Sorry again for the confusion.