[libyaml-libyaml-perl] 11/14: describe system-libyaml.patch

Damyan Ivanov dmn at moszumanska.debian.org
Sun Jan 21 22:27:43 UTC 2018


This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository libyaml-libyaml-perl.

commit 0d3b0a63904422eb8c3ecb70d87c379741d32ad0
Author: Damyan Ivanov <dmn at debian.org>
Date:   Sun Jan 21 22:17:59 2018 +0000

    describe system-libyaml.patch
---
 debian/patches/system-libyaml.patch | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/debian/patches/system-libyaml.patch b/debian/patches/system-libyaml.patch
index 506b550..6648b64 100644
--- a/debian/patches/system-libyaml.patch
+++ b/debian/patches/system-libyaml.patch
@@ -1,3 +1,19 @@
+Description: 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
+ presense breaks a couple of tests.
+Author: Damyan Ivanov <dmn at debian.org>
+Bug: https://github.com/ingydotnet/yaml-libyaml-pm/issues/49
+Bug-Debian: https://bugs.debian.org/664224
+Forwarded: https://github.com/ingydotnet/yaml-libyaml-pm/pull/78
+
 --- a/LibYAML/Makefile.PL
 +++ b/LibYAML/Makefile.PL
 @@ -24,7 +24,7 @@ WriteMakefile(

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libyaml-libyaml-perl.git



More information about the Pkg-perl-cvs-commits mailing list