Package: perl-byacc / 2.0-11

Metadata

Package Version Patches format
perl-byacc 2.0-11 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 legacy.patch | (download)

Makefile | 19 13 + 6 - 0 !
man.page | 8 4 + 4 - 0 !
perl5-patch/CHANGES | 9 9 + 0 - 0 !
perl5-patch/Fstream.pm | 119 119 + 0 - 0 !
perl5-patch/Makefile | 28 28 + 0 - 0 !
perl5-patch/README | 111 111 + 0 - 0 !
perl5-patch/calc.pl | 13 13 + 0 - 0 !
perl5-patch/calc.y | 60 60 + 0 - 0 !
perl5-patch/gen.pl | 87 87 + 0 - 0 !
perl5-patch/gen.y | 75 75 + 0 - 0 !
perl5-patch/patch | 823 823 + 0 - 0 !
perl5-patch/thought | 108 108 + 0 - 0 !
test/Makefile | 10 6 + 4 - 0 !
13 files changed, 1456 insertions(+), 14 deletions(-)

---
02 reproducible.patch | (download)

Makefile | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 adjust makefile to allow cflags, cppflags and ldflags to be extended.
 This allow flags needed for reproducible and hardened build rules.
03 unlink include.patch | (download)

main.c | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 perl-byacc (2.0-9) unstable; urgency=medium
 .
   * QA upload.
 .
   * Updated vcs in d/control to Salsa.
   * Added d/gbp.conf to enforce the use of pristine-tar.
   * Updated Standards-Version from 3.9.8 to 4.7.0.
   * Moved to debhelper compat level 13 and enabled hardening and reproducible build.
04 reject bad args.patch | (download)

main.c | 6 6 + 0 - 0 !
1 file changed, 6 insertions(+)

 reject perl mode without perl module specified.
 This fixes crash problem reported by the Mayhem Team, Cylab, Carnegie
 Mellon University.