Source: refnx
Version: 0.1.33-1
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
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
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
--- 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
 

Reply via email to