[r-cran-yaml] branch master updated (a5d95a9 -> 68293bb)

Andreas Tille tille at debian.org
Sun Dec 11 16:53:47 UTC 2016


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

tille pushed a change to branch master
in repository r-cran-yaml.

      from  a5d95a9   The yaml_private.h of original libyaml code was changed in r-cran-yaml.  This should have no big influence but it is at least documented here.
       new  3c651f8   Removing libyaml code copy does not work since upstream is patching the code
      adds  96172da   New upstream version 2.1.14
       new  075602a   Merge tag 'upstream/2.1.14'
       new  ad0eef7   Upstream is patching libyaml resulting in incompatible API thus we need to stick to the code copy
       new  68293bb   Use lintian override to enable code copy, upload to unstable

The 4 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:
 debian/changelog         |    9 +-
 debian/copyright         |    6 +-
 debian/lintian-overrides |    2 +
 debian/patches/series    |    4 +-
 debian/watch             |    5 +-
 src/api.c                | 1404 ++++++++++++++++++
 src/dumper.c             |  394 +++++
 src/emitter.c            | 2331 ++++++++++++++++++++++++++++++
 src/loader.c             |  444 ++++++
 src/parser.c             | 1374 ++++++++++++++++++
 src/reader.c             |  469 ++++++
 src/scanner.c            | 3576 ++++++++++++++++++++++++++++++++++++++++++++++
 src/writer.c             |  141 ++
 src/yaml.h               | 1973 +++++++++++++++++++++++++
 14 files changed, 12122 insertions(+), 10 deletions(-)
 create mode 100644 debian/lintian-overrides
 create mode 100644 src/api.c
 create mode 100644 src/dumper.c
 create mode 100644 src/emitter.c
 create mode 100644 src/loader.c
 create mode 100644 src/parser.c
 create mode 100644 src/reader.c
 create mode 100644 src/scanner.c
 create mode 100644 src/writer.c
 create mode 100644 src/yaml.h

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-yaml.git



More information about the debian-science-commits mailing list