Package: libur-perl / 0.470+ds-1

Metadata

Package Version Patches format
libur-perl 0.470+ds-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Honour SOURCE_DATE_EPOCH for embedded timestamp in genera.patch | (download)

lib/Command/V1.pm | 2 1 + 1 - 0 !
lib/Command/View/DocMethods.pm | 2 1 + 1 - 0 !
lib/UR/Context.pm | 8 8 + 0 - 0 !
3 files changed, 10 insertions(+), 2 deletions(-)

 honour source_date_epoch for embedded timestamp in generated
 documentation.

When the environment variable SOURCE_DATE_EPOCH is set, use it instead of the
current time for the embedded build timestamp.

The specification of SOURCE_DATE_EPOCH is available here:
https://reproducible-builds.org/specs/source-date-epoch/

In the case it is not defined, fall back to current time.