Package: libyaml-libyaml-perl / 0.76+repack-1
Metadata
Package | Version | Patches format |
---|---|---|
libyaml-libyaml-perl | 0.76+repack-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
disable update.sh.patch | (download) |
LibYAML/Makefile.PL |
8 4 + 4 - 0 ! |
disable maintainer helper script |
system libyaml.patch | (download) |
LibYAML/Makefile.PL |
2 1 + 1 - 0 ! |
ability to use system-wide libyaml Link with libyaml when USE_SYSTEM_LIBYAML is present in the environment. . This probably needs more work like moving bundled libyaml in a subdirectory and recurse in it only if needed, but this patch is useful for Debian as it is, because it allows us to strip the bindled libyaml from the sources and link with the system-wide libyaml. . The open_ended=0 setting is there to prevent libyaml from appending document end marker ('...') when dumping. It is optional according to the spec and its presence breaks a couple of tests. Bug: https://github.com/ingydotnet/yaml-libyaml-pm/issues/49 Bug-Debian: https://bugs.debian.org/664224 |
1