Dear Mentors, I am trying to package Cemu, but it brings in an NASM ASM file [1]. When running lintian I get: cemu-dbgsym: file-references-package-build-path [usr/lib/debug/.build-id/77/c01c88c06ffa261603db9a2c29c787f3515782.debug]
Doing a binary search of this file does indeed show the path: /build/reproducible-path/cemu-2.6+ds+~1.89.4/src/asm/x64util_nasm.asm buried in the .debug file. Is there any way to stop CMake from doing this? Regards, David James [1]: https://github.com/cemu-project/Cemu/blob/v2.6/src/asm/CMakeLists.txt

