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 0d530f73a3076d808cf59dbafe041115a0dfdffa Author: Damyan Ivanov <[email protected]> Date: Sun Jan 21 14:54:37 2018 +0000 drop Load-B-Deparse-at-runtime.patch (applied upstream) --- debian/patches/Load-B-Deparse-at-runtime.patch | 37 -------------------------- debian/patches/series | 1 - 2 files changed, 38 deletions(-) diff --git a/debian/patches/Load-B-Deparse-at-runtime.patch b/debian/patches/Load-B-Deparse-at-runtime.patch deleted file mode 100644 index f81c97d..0000000 --- a/debian/patches/Load-B-Deparse-at-runtime.patch +++ /dev/null @@ -1,37 +0,0 @@ -Description: Load B::Deparse at runtime - only loaded when necessary -Origin: upstream, https://github.com/ingydotnet/yaml-libyaml-pm/commit/56ba597ec828e90a4d68659de24e083b39f32e9d -Bug: https://github.com/ingydotnet/yaml-libyaml-pm/issues/52 -Bug-Debian: https://bugs.debian.org/849843 -Forwarded: https://github.com/ingydotnet/yaml-libyaml-pm/issues/52 -Author: =?UTF-8?q?Tina=20M=C3=BCller?= <[email protected]> -Reviewed-by: Salvatore Bonaccorso <[email protected]> -Last-Update: 2017-01-05 ---- - lib/YAML/XS.pm | 6 +----- - 1 file changed, 1 insertion(+), 5 deletions(-) - -diff --git a/lib/YAML/XS.pm b/lib/YAML/XS.pm -index 90253c8..0fd2df4 100644 ---- a/lib/YAML/XS.pm -+++ b/lib/YAML/XS.pm -@@ -50,15 +50,11 @@ sub LoadFile { - return YAML::XS::LibYAML::Load(do { local $/; local $_ = <$IN> }); - } - --# XXX Figure out how to lazily load this module. --# So far I've tried using the C function: --# load_module(PERL_LOADMOD_NOIMPORT, newSVpv("B::Deparse", 0), NULL); --# But it didn't seem to work. --use B::Deparse; - - # XXX The following code should be moved from Perl to C. - $YAML::XS::coderef2text = sub { - my $coderef = shift; -+ require B::Deparse; - my $deparse = B::Deparse->new(); - my $text; - eval { --- -2.11.0 - diff --git a/debian/patches/series b/debian/patches/series index 8c3691c..fd549c9 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,2 @@ disable-update.sh.patch -Load-B-Deparse-at-runtime.patch system-libyaml.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libyaml-libyaml-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
