[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][ocaml-team/advi][master] 2 commits: Use FORCE_SOURCE_DATE for dvips reproducibility



Title: GitLab

Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / advi

Commits:

  • ccb732f0
    by Stephane Glondu at 2024-08-26T02:53:54+02:00
    Use FORCE_SOURCE_DATE for dvips reproducibility
    
  • 49a498d8
    by Stephane Glondu at 2024-08-26T02:54:19+02:00
    Update changelog and prepare upload to unstable
    

2 changed files:

Changes:

  • debian/changelog
    1
    +advi (2.0.0-4) unstable; urgency=medium
    
    2
    +
    
    3
    +  * Use FORCE_SOURCE_DATE for dvips reproducibility
    
    4
    +
    
    5
    + -- Stéphane Glondu <glondu@debian.org>  Mon, 26 Aug 2024 02:54:13 +0200
    
    6
    +
    
    1 7
     advi (2.0.0-3) unstable; urgency=medium
    
    2 8
     
    
    3 9
       * Use SOURCE_DATE_EPOCH to set the date in manual
    

  • debian/rules
    ... ... @@ -3,6 +3,10 @@
    3 3
     
    
    4 4
     include /usr/share/ocaml/ocamlvars.mk
    
    5 5
     
    
    6
    +# For dvips reproducibility
    
    7
    +# See https://tests.reproducible-builds.org/debian/issues/unstable/timestamps_in_ps_generated_by_dvips_issue.html
    
    8
    +export FORCE_SOURCE_DATE=1
    
    9
    +
    
    6 10
     %:
    
    7 11
     	dh $@ --with ocaml --buildsystem ocaml_dune
    
    8 12
     
    


  • Reply to: