- Package:
- src:ludevit
- Source:
- src:ludevit
- Submitter:
- Chris Lamb
- Date:
- 2024-04-04 09:39:06 UTC
- Severity:
- normal
- Tags:
Hi, Whilst working on the Reproducible Builds effort [0], we noticed that ludevit could not be built reproducibly. This is because it ships an .egg file in the binary package that contains files varying by the current time. A patch is attached that follows dh-python by specifying --single-version-externally-managed and --root=/ such that the .egg file is not created. Patch attached. [0] https://reproducible-builds.org/ Regards,