Bug#1032759: gle-graphics-manual: please make the build reproducible

Chris Lamb lamby at debian.org
Sat Mar 11 14:58:38 GMT 2023


Source: gle-graphics-manual
Version: 0~20221108-3
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
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
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
--- 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 $@
 


More information about the debian-science-maintainers mailing list