#1070077 ships files directly in /usr/onionprobe

#1070077#5
Date:
2024-04-29 20:19:21 UTC
From:
To:
The Debian package shipped in bookworm right now changed the path to
the examples/ directory. It used to be:

/usr/lib/python3/dist-packages/onionprobe/examples/tpo.py

.... and now seems to be:

/usr/onionprobe/examples/tpo.py

Apart from the gratuitous change, this seems to be a violation of the
FHS policy, packages shouldn't ship their own stuff directly under
/usr like this...

I haven't checked in unstable to see if this is fixed.

A.

#1070077#10
Date:
2024-04-30 08:25:55 UTC
From:
To:
Hi,

Thanks for the report.

Indeed -- I wasn't aware, or probably forgot, that bookworm is affected.
Given the severity, this might warrant a bookworm-pu, I guess?

This was reported via #1025508 and fixed in unstable via 1.1.2+ds-1.

Cheers,
Georg

#1070077#19
Date:
2024-04-30 14:27:13 UTC
From:
To:
Honestly, I'm not sure. It's relatively minor because it's just the
examples files, and the rest of the package is functional. I've patched
our puppet manifests to workaround the issue over here...

Oh, I didn't realize that, good job! :)