#993673 clazy: please make the build reproducible

Package:
src:clazy
Source:
clazy
Submitter:
Simon McVittie
Date:
2021-09-04 16:21:04 UTC
Severity:
normal
Tags:
#993673#5
Date:
2021-09-04 16:15:58 UTC
From:
To:
clazy gets a different build-ID depending on the build path, which appears
to be because CMake links it with a build-path-based RPATH (which is removed
during installation, but not before it has affected the build-ID).

This can be avoided by building with -DCMAKE_BUILD_RPATH_USE_ORIGIN=ON
(which will be the default in debhelper compat level 14, but that's still
experimental at the moment) as in the attached patch.

    smcv