[libyaml-libyaml-perl] branch master updated (e9ad051 -> bdd7b05)

gregor herrmann gregoa at debian.org
Fri Oct 11 16:42:35 UTC 2013


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

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

      from  e9ad051   Remove trailing whitespace
      adds  5020940   Imported Upstream version 0.41
       new  3f3befe   Merge tag 'upstream/0.41'
       new  0db10bb   New upstream release.
       new  d7ae742   Update years of copyright.
       new  159f3e1   Add patch to disable maintainer helper script.
       new  9455a0e   Declare compliance with Debian Policy 3.9.4.
       new  2ee6f72   Drop build dependency on not (yet) used libyaml-dev.
       new  f2e7eae   wrap-and-sort d/control
       new  bdd7b05   releasing package libyaml-libyaml-perl version 0.41-1

The 8 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:
 Changes                                |   17 ++
 LICENSE                                |    8 +-
 LibYAML/MYMETA.json                    |   39 ++++
 LibYAML/MYMETA.yml                     |   21 +++
 LibYAML/Makefile                       |  118 +++++++++---
 LibYAML/Makefile.PL                    |    5 +
 LibYAML/api.c                          |    6 +-
 LibYAML/emitter.c                      |  315 +++++++++++++++++++-------------
 LibYAML/loader.c                       |    4 +-
 LibYAML/parser.c                       |    8 +-
 LibYAML/perl_libyaml.c                 |    2 +
 LibYAML/reader.c                       |   31 ++--
 LibYAML/scanner.c                      |   16 +-
 LibYAML/update.sh                      |   35 ++++
 LibYAML/writer.c                       |    4 +-
 LibYAML/yaml.h                         |    4 +-
 LibYAML/yaml_private.h                 |    5 +
 MANIFEST                               |    3 +
 META.yml                               |    9 +-
 Makefile.PL                            |    2 +-
 README                                 |    2 +-
 debian/changelog                       |   12 +-
 debian/control                         |   16 +-
 debian/copyright                       |   10 +-
 debian/patches/disable-update.sh.patch |   23 +++
 debian/patches/series                  |    1 +
 inc/Module/Install.pm                  |    6 +-
 inc/Module/Install/Base.pm             |    2 +-
 inc/Module/Install/Can.pm              |   85 ++++++++-
 inc/Module/Install/Fetch.pm            |    2 +-
 inc/Module/Install/Include.pm          |    2 +-
 inc/Module/Install/Makefile.pm         |   27 +--
 inc/Module/Install/Metadata.pm         |   18 +-
 inc/Module/Install/Win32.pm            |    2 +-
 inc/Module/Install/WriteAll.pm         |    2 +-
 inc/Spiffy.pm                          |   74 ++++----
 lib/YAML/XS.pm                         |    4 +-
 t/numbers.t                            |    6 +-
 38 files changed, 669 insertions(+), 277 deletions(-)
 create mode 100644 LibYAML/MYMETA.json
 create mode 100644 LibYAML/MYMETA.yml
 create mode 100755 LibYAML/update.sh
 create mode 100644 debian/patches/disable-update.sh.patch

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