Source: gle-graphics-manual
Version: 0~20221108-3
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org

Hi,

Whilst working on the Reproducible Builds effort [0] we noticed that
gle-graphics-manual could not be built reproducibly.

Patch attached that exports FORCE_SOURCE_DATE to ensure TeX actually
uses the SOURCE_DATE_EPOCH environment variable.

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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
--- a/debian/rules      2023-03-11 14:51:05.312129685 +0000
--- b/debian/rules      2023-03-11 14:56:53.831677984 +0000
@@ -2,6 +2,8 @@
 
 #export DH_VERBOSE = 1
 
+export FORCE_SOURCE_DATE = 1
+
 %:
        dh $@
 

Reply via email to