Bug#1131168: moltemplate: please make the build reproducible
Chris Lamb
lamby at debian.org
Wed Mar 18 14:14:03 GMT 2026
Source: moltemplate
Version: 2.22.5-1
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-bugs at lists.alioth.debian.org
Hi,
Whilst working on the Reproducible Builds effort [0], we noticed that
moltemplate 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.
Patch attached.
[0] https://reproducible-builds.org/
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` lamby at debian.org / chris-lamb.co.uk
`-
-------------- next part --------------
--- a/debian/rules 2026-03-18 07:05:59.841561850 -0700
--- b/debian/rules 2026-03-18 07:12:29.965598585 -0700
@@ -5,6 +5,7 @@
#export DH_VERBOSE = 1
export PYBUILD_NAME=moltemplate
+export FORCE_SOURCE_DATE=1
%:
dh $@ --buildsystem=pybuild
More information about the Reproducible-bugs
mailing list