#1012614 node-dommatrix: please make the build reproducible

#1012614#5
Date:
2022-06-10 10:32:42 UTC
From:
To:
Hi,

Whilst working on the Reproducible Builds effort [0] we noticed that
the node-dommatrix package could not be built reproducibly.

This is because it generates a "Copyright (C) ..." message based on
the current year. A patch is attached that uses the value from the
SOURCE_DATE_EPOCH environment variable instead.

 [0] https://reproducible-builds.org/


Regards,