[libcompress-raw-zlib-perl] branch master updated (29146da -> 8cd9f15)

Damyan Ivanov dmn at moszumanska.debian.org
Sun Nov 19 19:23:11 UTC 2017


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

dmn pushed a change to branch master
in repository libcompress-raw-zlib-perl.

      from  29146da   update changelog
      adds  a353966   New upstream version 2.075
       new  ade861e   Update upstream source from tag 'upstream/2.075'
       new  fd4b7c1   declare conformance with Policy 4.1.1 (no changes needed)
       new  bc470dd   update years of upstream copyright
       new  23317d8   refresh use-debian-zlib.patch to apply cleanly
       new  8cd9f15   releasing package libcompress-raw-zlib-perl version 2.075-1

The 5 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                              |  14 +
 META.json                            |   2 +-
 META.yml                             |   2 +-
 README                               | 101 +++--
 Zlib.xs                              |  10 +-
 config.in                            |   1 -
 debian/changelog                     |  11 +-
 debian/control                       |   2 +-
 debian/copyright                     |   4 +-
 debian/patches/use-debian-zlib.patch |   2 +-
 lib/Compress/Raw/Zlib.pm             |  46 +-
 t/000prereq.t                        |   2 +-
 t/02zlib.t                           |  33 +-
 zlib-src/adler32.c                   |  21 +-
 zlib-src/compress.c                  |  42 +-
 zlib-src/crc32.c                     |  41 +-
 zlib-src/deflate.c                   | 800 ++++++++++++++++++++++-------------
 zlib-src/deflate.h                   |  35 +-
 zlib-src/infback.c                   |   4 +-
 zlib-src/inffast.c                   |  85 ++--
 zlib-src/inflate.c                   | 122 ++++--
 zlib-src/inflate.h                   |  11 +-
 zlib-src/inftrees.c                  |  26 +-
 zlib-src/trees.c                     |  93 ++--
 zlib-src/uncompr.c                   |  98 +++--
 zlib-src/zconf.h                     |  41 +-
 zlib-src/zlib.h                      | 452 +++++++++++++-------
 zlib-src/zutil.c                     |  49 +--
 zlib-src/zutil.h                     |  55 ++-
 29 files changed, 1353 insertions(+), 852 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcompress-raw-zlib-perl.git



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