Source: moltemplate
Version: 2.22.5-1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: timestamps
X-Debbugs-Cc: [email protected]

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
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
--- 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

Reply via email to