[r-cran-yaml] branch debian/jessie-backports updated (3ef23f5 -> f7cbc55)

Andreas Tille tille at debian.org
Fri Jun 9 13:32:11 UTC 2017


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

tille pushed a change to branch debian/jessie-backports
in repository r-cran-yaml.

      from  3ef23f5   Rebuild for jessie-backports
      adds  1a88c07   uploaded, start next release\
      adds  0833afe   cme fix dpkg-control
      adds  800196f   There is no point for a (versioned) depends dpkg-dev any more
      adds  6354f6e   do not pin to specific libyaml-dev version
      adds  01dcbae   Add autopkgtest.  Important note:  The unit test fails but this is probably a failure in the upstream test suite and not in the package itself.  This will be investigated later.
      adds  b081314   Close both bugs and upload to unstable
      adds  4f4a4e7   Fix autopkgtest (tried to write to read-only directory)
      adds  b8fe84e   New upstream version 2.1.14
      adds  6555e12   New upstream version
      adds  350b56b   rather remove unused files from upstream source than removing these at build time
      adds  dd6acff   New upstream version 2.1.14+dfsg
      adds  d69fbf5   Exclude src/yaml_private.h from upsream source as well (+reformatting, sorry for bad style)
      adds  946aa22   Use Debian packaged libyaml in quilt patch
      adds  7c9a34f   Canonical CRAN homepage
      adds  bacaf18   Move some metadata from d/copyright to d/upstream/metadata
      adds  5057199   we are using a tweaked orig.tar.xz
      adds  3b730f2   Imported Upstream version 2.1.13
      adds  2ad1145   New upstream version 2.1.14
      adds  b81a38d   New upstream version 2.1.14+dfsg
      adds  3792af1   Remove unneeded yaml_private.h
      adds  368535b   New upstream version 2.1.14+dfsg
      adds  ef69532   Merge tag 'upstream/2.1.14+dfsg'
      adds  da99677   Add extra declaration from r-cran-yaml to enable compiling the source - but that's definitely hackisch.  Not sure if we should do this ... :-(
      adds  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.
      adds  3c651f8   Removing libyaml code copy does not work since upstream is patching the code
      adds  96172da   New upstream version 2.1.14
      adds  075602a   Merge tag 'upstream/2.1.14'
      adds  ad0eef7   Upstream is patching libyaml resulting in incompatible API thus we need to stick to the code copy
      adds  68293bb   Use lintian override to enable code copy, upload to unstable
       new  1fa35bd   Merge branch 'master' into debian/jessie-backports
       new  f7cbc55   Rebuild for jessie-backports

The 2 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:
 DESCRIPTION                                        |   12 +-
 MD5                                                |   30 +-
 R/as.yaml.R                                        |    4 +-
 R/yaml.load.R                                      |    2 +-
 R/yaml.load_file.R                                 |    2 +-
 debian/README.test                                 |    9 +
 debian/changelog                                   |   31 +
 debian/control                                     |   23 +-
 debian/copyright                                   |   26 +-
 debian/docs                                        |    4 +
 debian/lintian-overrides                           |    2 +
 ...extra_declaration_from_r-cran-yaml_yaml.h.patch |   27 +
 debian/patches/series                              |    2 +
 debian/patches/use_debian_packaged_libyaml.patch   |   37 +
 debian/patches/use_original_yaml_private.h.patch   |   24 +
 debian/rules                                       |   44 +-
 debian/tests/control                               |    3 +
 debian/tests/run-unit-test                         |   17 +
 debian/upstream/metadata                           |    3 +
 debian/watch                                       |    7 +-
 inst/CHANGELOG                                     |    4 +
 inst/THANKS                                        |    3 +-
 inst/tests/test_as_yaml.R                          |    5 +
 man/as.yaml.Rd                                     |    6 +-
 src/api.c                                          |   14 +-
 src/emitter.c                                      |    4 +-
 src/implicit.c                                     | 1874 +++++++++-----------
 src/r-ext.c                                        |   26 +-
 src/scanner.c                                      |    7 -
 src/yaml.h                                         |   12 +
 src/yaml_private.h                                 |    4 +-
 31 files changed, 1118 insertions(+), 1150 deletions(-)
 create mode 100644 debian/README.test
 create mode 100644 debian/docs
 create mode 100644 debian/lintian-overrides
 create mode 100644 debian/patches/add_extra_declaration_from_r-cran-yaml_yaml.h.patch
 create mode 100644 debian/patches/series
 create mode 100644 debian/patches/use_debian_packaged_libyaml.patch
 create mode 100644 debian/patches/use_original_yaml_private.h.patch
 create mode 100644 debian/tests/control
 create mode 100644 debian/tests/run-unit-test
 create mode 100644 debian/upstream/metadata

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