- Package:
- onionprobe
- Source:
- onionprobe
- Submitter:
- Antoine Beaupre
- Date:
- 2024-05-22 17:06:15 UTC
- Severity:
- normal
- Tags:
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.
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
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! :)