#1140367 slime: please make the build reproducible

Package:
src:slime
Source:
src:slime
Submitter:
Jochen Sprickerhof
Date:
2026-06-19 08:31:02 UTC
Severity:
normal
Tags:
#1140367#5
Date:
2026-06-19 08:29:50 UTC
From:
To:
Hi,

Whilst working on the Reproducible Builds effort [0], we noticed that
slime could not be built reproducibly.

This is because the LaTeX-based documentation includes the current
build date. This can be specified to use SOURCE_DATE_EPOCH through the
LaTeX-specific FORCE_SOURCE_DATE environment variable.

Adding

export FORCE_SOURCE_DATE=1

at the top of debian/rules makes the package reproducible

 [0] https://reproducible-builds.org/

Cheers Jochen