[libarchive-zip-perl] branch master updated (f136c2c -> a88fa21)

Harlan Lieberman-Berg H.LiebermanBerg at gmail.com
Tue Mar 25 17:13:55 UTC 2014


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

hlieberman-guest pushed a change to branch master
in repository libarchive-zip-perl.

      from  f136c2c   update changelog
      adds  8c682cd   Imported Upstream version 1.37
       new  df16770   Merge new upstream version 1.37.
       new  e41ac26   Bump S-V to 3.9.5.
       new  f323d63   Delete patches applied upstream and refresh remaining patches.
       new  a88fa21   Update d/changelog with work done.

The 4 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:
 .aspell.local.pws                                  |   45 +
 .exrc                                              |    1 +
 Changes                                            |  582 +++++-----
 LICENSE                                            |  378 -------
 MANIFEST                                           |   16 +-
 META.json                                          |   57 +
 META.yml                                           |   63 +-
 Makefile.PL                                        |   55 +-
 README                                             | 1169 --------------------
 debian/changelog                                   |   15 +-
 debian/control                                     |    2 +-
 ...bedded-File-Which-which-work-in-BEGIN-blo.patch |   42 -
 ...cpan.org-73797-deflated-empty-file-direct.patch |   11 +-
 debian/patches/fix-spelling-error.patch            |   18 -
 .../fix_META.yml_min_required_perl_version.patch   |   22 -
 debian/patches/fix_clean_target.patch              |   19 -
 debian/patches/series                              |    4 -
 lib/Archive/Zip.pm                                 |  400 ++++---
 lib/Archive/Zip/Archive.pm                         |   67 +-
 lib/Archive/Zip/BufferedFileHandle.pm              |    2 +-
 lib/Archive/Zip/DirectoryMember.pm                 |    2 +-
 lib/Archive/Zip/FAQ.pod                            |  811 ++++++--------
 lib/Archive/Zip/FileMember.pm                      |    2 +-
 lib/Archive/Zip/Member.pm                          |  277 ++++-
 lib/Archive/Zip/MemberRead.pm                      |   30 +-
 lib/Archive/Zip/MockFileHandle.pm                  |    2 +-
 lib/Archive/Zip/NewFileMember.pm                   |    2 +-
 lib/Archive/Zip/StringMember.pm                    |    2 +-
 lib/Archive/Zip/Tree.pm                            |    4 +-
 lib/Archive/Zip/ZipFileMember.pm                   |   13 +-
 script/crc32                                       |    6 +
 t/04_readmember.t                                  |    8 +-
 t/07_filenames_of_0.t                              |   52 +-
 t/09_output_record_sep.t                           |    2 +-
 t/10_chmod.t                                       |    2 +-
 t/13_bug_46303.t                                   |   16 +
 t/14_leading_separator.t                           |   51 +
 t/15_decrypt.t                                     |   30 +
 t/16_decrypt.t                                     |   23 +
 t/97_meta.t                                        |   27 -
 t/98_pod.t                                         |   32 -
 t/99_pmv.t                                         |   32 -
 t/common.pl                                        |    2 +-
 t/data/crypcomp.zip                                |  Bin 0 -> 218 bytes
 t/data/crypt.zip                                   |  Bin 0 -> 216 bytes
 45 files changed, 1600 insertions(+), 2796 deletions(-)
 create mode 100644 .aspell.local.pws
 create mode 100644 .exrc
 delete mode 100644 LICENSE
 create mode 100644 META.json
 delete mode 100644 README
 delete mode 100644 debian/patches/0001-Make-the-embedded-File-Which-which-work-in-BEGIN-blo.patch
 delete mode 100644 debian/patches/fix-spelling-error.patch
 delete mode 100644 debian/patches/fix_META.yml_min_required_perl_version.patch
 delete mode 100644 debian/patches/fix_clean_target.patch
 create mode 100644 t/13_bug_46303.t
 create mode 100644 t/14_leading_separator.t
 create mode 100644 t/15_decrypt.t
 create mode 100644 t/16_decrypt.t
 delete mode 100644 t/97_meta.t
 delete mode 100644 t/98_pod.t
 delete mode 100644 t/99_pmv.t
 create mode 100644 t/data/crypcomp.zip
 create mode 100644 t/data/crypt.zip

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



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