hi On 2/9/19 7:25 PM, Birger Schacht wrote: >>> There are new lintian warnings: >>> >>> I: sway: file-references-package-build-path usr/bin/sway >>> [...] >>> I think this refers to the occurrence of strings like: >>> ../sway/commands/exec.c >>> in the binaries. This is a relative path and the lintian warning is >>> about reproducability, so i think this is a false negative? >>
Just FTR, I was totally wrong about this, it actually bakes the build path into the binary in https://github.com/swaywm/sway/blob/d168d65f2c0297bf5662c0f48f5f53705e54a376/common/log.c#L102 But there is a TODO about this https://github.com/swaywm/sway/blob/d168d65f2c0297bf5662c0f48f5f53705e54a376/include/log.h#L36 cheers, Birger