François Gindraud pushed to branch master at Debian Med / kissplice
Commits: f78ff635 by Francois Gindraud at 2022-04-06T15:10:28+02:00 Make user_guide.pdf date deterministic An additional env variable is needed to force latex to use SOURCE_EPOCH_DATE as '\date'. This is required in order to make building user_guide.pdf reproducible. The manpage also depends on the date but is already handled by SOURCE_EPOCH_DATE, I think. - - - - - 1 changed file: - debian/rules Changes: ===================================== debian/rules ===================================== @@ -10,6 +10,9 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all +# Force texlive to respect SOURCE_DATE_EPOCH for reproducibility of pdf user guide +export FORCE_SOURCE_DATE=1 + include /usr/share/dpkg/default.mk %: View it on GitLab: https://salsa.debian.org/med-team/kissplice/-/commit/f78ff6355288dee6d43d4b3f297931b7cd247769 -- View it on GitLab: https://salsa.debian.org/med-team/kissplice/-/commit/f78ff6355288dee6d43d4b3f297931b7cd247769 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
