[libsereal-encoder-perl] branch master updated (27bb215 -> eeebc68)

Alex Mestiashvili malex-guest at moszumanska.debian.org
Thu Sep 8 14:05:34 UTC 2016


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

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

      from  27bb215   update changelog
      adds  07d7553   New upstream version 3.015
       new  0013652   Merge tag 'upstream/3.015'
       new  9b1e549   Bump Standards-Version, add Testsuite: autopkgtest-pkg-perl
       new  28d02d9   Remove trailing spaces in d/copyright
       new  ef3169f   Export hardening and build flags
       new  ec85e68   Add patch fixing a typo
       new  eeebc68   Update changelog, upload to unstable

The 6 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                             |    3 +
 Encoder.xs                          |   12 +-
 MANIFEST                            |    1 +
 META.json                           |    5 +-
 META.yml                            |    5 +-
 Makefile.PL                         |    1 -
 author_tools/hobodecoder.pl         |    4 +-
 debian/changelog                    |   11 +-
 debian/control                      |    4 +-
 debian/copyright                    |    8 +-
 debian/patches/series               |    1 +
 debian/patches/typo.patch           |   14 +
 debian/rules                        |    4 +
 lib/Sereal/Encoder.pm               |    2 +-
 lib/Sereal/Encoder/Constants.pm     |    2 +-
 ppport.h                            | 1472 +++++++++++++++++++++++------------
 snappy/csnappy_internal_userspace.h |    9 +-
 srl_common.h                        |   21 +
 srl_encoder.c                       |   14 +-
 srl_reader.h                        |    5 +-
 srl_reader_decompress.h             |    2 +
 t/002_constants.t                   |    7 +
 t/003_ptable.t                      |    7 +
 t/010_desperate.t                   |    5 +-
 t/011_aliased_dedupe.t              |    6 +-
 t/020_sort_keys.t                   |   18 +-
 t/021_sort_keys_option.t            |    7 +
 t/022_canonical_refs.t              |    7 +
 t/030_canonical_vs_test_deep.t      |    9 +-
 t/110_nobless.t                     |    2 +-
 t/120_hdr_data.t                    |    4 +-
 t/130_freezethaw.t                  |    4 +-
 t/160_recursion.t                   |    3 +-
 t/170_cyclic_weakrefs.t             |    4 +-
 t/180_magic_array.t                 |   19 +
 t/200_bulk.t                        |    2 +-
 t/300_fail.t                        |    6 +-
 t/900_reentrancy.t                  |    2 +-
 t/lib/Sereal/TestSet.pm             |   10 +-
 39 files changed, 1175 insertions(+), 547 deletions(-)
 create mode 100644 debian/patches/series
 create mode 100644 debian/patches/typo.patch
 create mode 100644 t/180_magic_array.t

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



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