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: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +advi (2.0.0-4) unstable; urgency=medium + + * Use FORCE_SOURCE_DATE for dvips reproducibility + + -- Stéphane Glondu <[email protected]> Mon, 26 Aug 2024 02:54:13 +0200 + advi (2.0.0-3) unstable; urgency=medium * Use SOURCE_DATE_EPOCH to set the date in manual ===================================== debian/rules ===================================== @@ -3,6 +3,10 @@ include /usr/share/ocaml/ocamlvars.mk +# For dvips reproducibility +# See https://tests.reproducible-builds.org/debian/issues/unstable/timestamps_in_ps_generated_by_dvips_issue.html +export FORCE_SOURCE_DATE=1 + %: dh $@ --with ocaml --buildsystem ocaml_dune View it on GitLab: https://salsa.debian.org/ocaml-team/advi/-/compare/a75e02f6c106bb6670e8b607cbd086a3c997ed30...49a498d8ea444f456a38d1ad2c7253802ddb008a -- View it on GitLab: https://salsa.debian.org/ocaml-team/advi/-/compare/a75e02f6c106bb6670e8b607cbd086a3c997ed30...49a498d8ea444f456a38d1ad2c7253802ddb008a You're receiving this email because of your account on salsa.debian.org.

