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
-
49a498d8
by Stephane Glondu at 2024-08-26T02:54:19+02:00
2 changed files:
Changes:
| 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
|
| ... | ... | @@ -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 |