- Package:
- src:node-dommatrix
- Source:
- node-dommatrix
- Submitter:
- "Chris Lamb"
- Date:
- 2022-06-10 13:15:04 UTC
- Severity:
- wishlist
- Tags:
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,