Bug#1036220: refnx: please make the build reproducible

Chris Lamb lamby at debian.org
Wed May 17 16:35:39 BST 2023


Source: refnx
Version: 0.1.33-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
refnx could not be built reproducibly.

This is because the PDF documentation includes the date via
\date{\today}}. A patch is attached that uses FORCE_SOURCE_DATE=1 to
make this use the value of SOURCE_DATE_EPOCH instead of the current
build date.

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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
--- a/debian/rules	2023-05-17 08:25:37.906258599 -0700
--- b/debian/rules	2023-05-17 08:30:04.930630993 -0700
@@ -3,6 +3,7 @@
 # This file was automatically generated by stdeb 0.10.0 at
 # Fri, 14 Apr 2023 16:57:18 +0200
 export PYBUILD_NAME=refnx
+export FORCE_SOURCE_DATE=1
 %:
 	dh $@ --with python3 --buildsystem=pybuild
 


More information about the Reproducible-bugs mailing list