[libyaml-libyaml-perl] branch master updated (5486573 -> db40b4e)

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


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

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

      from  5486573   remove add-safe-load patch
       new  fbaa17a   use system-wide libyaml instead of a bundled copy
      adds  b33193e   New upstream version 0.69+repack
       new  51a0f27   Update upstream source from tag 'upstream/0.69+repack'
       new  d17788a   watch: add dversionmangle removing +repack suffix
       new  a21b7c8   bump years of upstream copyright
       new  486d470   add libyaml-dev to build dependencies
       new  0d530f7   drop Load-B-Deparse-at-runtime.patch (applied upstream)
       new  214cfb9   drop extra hunk, not needed when building in sbuild
       new  62a9cfd   put -libyaml in LIBS only when told so via the environment
       new  9489ff2   defuzz (line numbers)
       new  1861e88   declare compliance with Policy 4.1.3
       new  0d3b0a6   describe system-libyaml.patch
       new  5eb31ec   add pod-spellint.patch, fixing an "allows to" phrasing
       new  ffdade0   bump debhelper compatibility level to 11
       new  db40b4e   releasing package libyaml-libyaml-perl version 0.69+repack-1

The 14 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CONTRIBUTING                                   |    2 +-
 Changes                                        |   31 +
 LICENSE                                        |    6 +-
 LibYAML/api.c                                  | 1392 ---------
 LibYAML/config.h                               |   74 -
 LibYAML/dumper.c                               |  394 ---
 LibYAML/emitter.c                              | 2334 ---------------
 LibYAML/loader.c                               |  444 ---
 LibYAML/parser.c                               | 1374 ---------
 LibYAML/perl_libyaml.c                         |  245 +-
 LibYAML/perl_libyaml.h                         |    5 +
 LibYAML/reader.c                               |  469 ----
 LibYAML/scanner.c                              | 3589 ------------------------
 LibYAML/writer.c                               |  141 -
 LibYAML/yaml.h                                 | 1971 -------------
 LibYAML/yaml_private.h                         |  665 -----
 MANIFEST                                       |    8 +-
 META.json                                      |    6 +-
 META.yml                                       |    6 +-
 Makefile.PL                                    |    4 +-
 README                                         |   57 +-
 debian/changelog                               |   21 +-
 debian/compat                                  |    2 +-
 debian/control                                 |    5 +-
 debian/copyright                               |   49 +-
 debian/libyaml-libyaml-perl.lintian-overrides  |    5 -
 debian/patches/Load-B-Deparse-at-runtime.patch |   37 -
 debian/patches/libyaml-node-id-hardening.patch |   34 -
 debian/patches/pod-spelling.patch              |   16 +
 debian/patches/series                          |    4 +-
 debian/patches/system-libyaml.patch            |   38 +
 debian/rules                                   |    2 +
 debian/watch                                   |    1 +
 lib/YAML/LibYAML.pm                            |    2 +-
 lib/YAML/LibYAML.pod                           |    4 +-
 lib/YAML/XS.pm                                 |   23 +-
 lib/YAML/XS.pod                                |   56 +-
 t/TestYAML.pm                                  |    2 +-
 t/TestYAMLTests.pm                             |   10 +-
 t/alias.t                                      |    4 +-
 t/api.t                                        |    4 +-
 t/ascii.t                                      |    4 +-
 t/author-pod-syntax.t                          |    2 +-
 t/blessed.t                                    |    4 +-
 t/boolean-boolean.t                            |   37 +
 t/boolean-invalid.t                            |   36 +
 t/boolean-jsonpp.t                             |   36 +
 t/boolean.t                                    |    4 +-
 t/bug-pvf.t                                    |    4 +-
 t/bug-stack.t                                  |    4 +-
 t/code.t                                       |    4 +-
 t/dump-heuristics.t                            |    4 +-
 t/dump-int.t                                   |   37 +
 t/dump.t                                       |    4 +-
 t/empty.t                                      |    4 +-
 t/error.t                                      |    4 +-
 t/file.t                                       |    4 +-
 t/glob.t                                       |    4 +-
 t/io-handle.t                                  |    7 +-
 t/leak.t                                       |    4 +-
 t/load-blessed.t                               |   49 +
 t/load.t                                       |    4 +-
 t/load_standard_tags.t                         |   48 +
 t/magic.t                                      |    4 +-
 t/native.t                                     |    4 +-
 t/null.t                                       |    4 +-
 t/numbers.t                                    |    4 +-
 t/path-class.t                                 |    4 +-
 t/pl_sv_undef.t                                |    4 +-
 t/private.t                                    |    4 +-
 t/quote.t                                      |    4 +-
 t/ref-scalar.t                                 |    4 +-
 t/regexp.t                                     |   10 +-
 t/string_nulls.t                               |    4 +-
 t/tags.t                                       |    4 +-
 t/tied.t                                       |   16 +-
 t/utf8.t                                       |    4 +-
 77 files changed, 814 insertions(+), 13104 deletions(-)
 delete mode 100644 LibYAML/api.c
 delete mode 100644 LibYAML/config.h
 delete mode 100644 LibYAML/dumper.c
 delete mode 100644 LibYAML/emitter.c
 delete mode 100644 LibYAML/loader.c
 delete mode 100644 LibYAML/parser.c
 delete mode 100644 LibYAML/reader.c
 delete mode 100644 LibYAML/scanner.c
 delete mode 100644 LibYAML/writer.c
 delete mode 100644 LibYAML/yaml.h
 delete mode 100644 LibYAML/yaml_private.h
 delete mode 100644 debian/libyaml-libyaml-perl.lintian-overrides
 delete mode 100644 debian/patches/Load-B-Deparse-at-runtime.patch
 delete mode 100644 debian/patches/libyaml-node-id-hardening.patch
 create mode 100644 debian/patches/pod-spelling.patch
 create mode 100644 debian/patches/system-libyaml.patch
 create mode 100644 t/boolean-boolean.t
 create mode 100644 t/boolean-invalid.t
 create mode 100644 t/boolean-jsonpp.t
 create mode 100644 t/dump-int.t
 create mode 100644 t/load-blessed.t
 create mode 100644 t/load_standard_tags.t

-- 
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