[libsereal-decoder-perl] branch master updated (66dbf3c -> f35bdee)

Alex Mestiashvili malex-guest at moszumanska.debian.org
Wed Apr 29 11:51:27 UTC 2015


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

malex-guest pushed a change to branch master
in repository libsereal-decoder-perl.

      from  66dbf3c   releasing package libsereal-decoder-perl version 3.003-1
      adds  db11e1d   Imported Upstream version 3.005.001
       new  7231398   Merge tag 'upstream/3.005.001'
       new  3b72777   d/changelog: new upstream version d/control: cme fix dpkg d/copyright: updated debian/* Copyright year
       new  f35bdee   d/changelog: upload to unstable

The 3 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                            |   22 +-
 Decoder.xs                         |   43 +-
 MANIFEST                           |    5 +-
 META.json                          |    6 +-
 META.yml                           |    4 +-
 Makefile.PL                        |   36 +-
 author_tools/bench.pl              |  551 +++++++-----
 author_tools/decode.pl             |  361 ++++++++
 author_tools/hobodecoder.pl        |   57 +-
 author_tools/update_from_header.pl |  145 +++-
 const-c.inc                        | 1020 ----------------------
 const-xs.inc                       |   90 --
 debian/changelog                   |    8 +
 debian/control                     |    7 +-
 debian/copyright                   |    2 +-
 inc/Sereal/BuildTools.pm           | 1223 +-------------------------
 lib/Sereal/Decoder.pm              |    4 +-
 lib/Sereal/Decoder/Constants.pm    | 1679 ++++++++++++++++++------------------
 ptable.h                           |  161 ++--
 srl_common.h                       |    2 +-
 srl_decoder.c                      |  660 ++++++++------
 srl_decoder.h                      |  235 ++---
 srl_error.h                        |   28 +
 srl_protocol.h                     |  104 +--
 srl_taginfo.h                      |  369 ++++++++
 t/lib/Sereal/TestSet.pm            |   46 +-
 typemap                            |    5 +-
 27 files changed, 2832 insertions(+), 4041 deletions(-)
 create mode 100644 author_tools/decode.pl
 delete mode 100644 const-c.inc
 delete mode 100644 const-xs.inc
 create mode 100644 srl_error.h
 create mode 100644 srl_taginfo.h

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libsereal-decoder-perl.git



More information about the Pkg-perl-cvs-commits mailing list