Package: libmarpa-r2-perl / 12.000000-1

Metadata

Package Version Patches format
libmarpa-r2-perl 12.000000-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
1001_xs_boot_workaround.patch | (download)

xs/R2.xs | 13 13 + 0 - 0 !
1 file changed, 13 insertions(+)

 xs boot workaround
 XS auto-generated C code results in a segfault on i386 Debian when
 doing "#undef PERL_VERSION", so Marpa::R2 cannot be loaded.  Instead
 doing #define PERL_VERSION 0 circumvents this.
reproducible_build.patch | (download)

inc/Marpa/R2/Build_Me.pm | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 honour source_date_epoch for embedded timestamp
 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 in UTC.
blhc.patch | (download)

inc/Marpa/R2/Build_Me.pm | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

---