[libarchive-zip-perl] branch master updated (117163c -> dd1df96)

gregor herrmann gregoa at debian.org
Wed Oct 22 19:13:30 UTC 2014


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

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

      from  117163c   Prepare changelog for release
      adds  538c293   Imported Upstream version 1.39
       new  461c3af   Merge tag 'upstream/1.39'
       new  4905c24   Update debian/changelog
       new  62ab681   Refresh patches (offset, renamed file, whitespace defuzzying).
       new  8b60678   Update years of packaging copyright.
       new  92d7e96   Declare compliance with Debian Policy 3.9.6.
       new  4474f94   Mark package as autopkgtest-able.
       new  dd1df96   releasing package libarchive-zip-perl version 1.39-1

The 7 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                                            |   5 +
 MANIFEST                                           |   4 +-
 META.json                                          |   4 +-
 META.yml                                           |   4 +-
 debian/changelog                                   |  11 +
 debian/control                                     |   3 +-
 debian/copyright                                   |   2 +-
 ...or-rt.cpan.org-73797-deflated-empty-file-.patch |  17 +-
 ...cpan.org-73797-deflated-empty-file-direct.patch |  10 +-
 debian/patches/fix_example_shebangs.patch          |   5 +-
 debian/tests/pkg-perl/skip-smoke                   |   2 +
 debian/tests/pkg-perl/test-files                   |   3 +
 examples/calcSizes.pl                              |  24 +-
 examples/copy.pl                                   |   2 +-
 examples/extract.pl                                |  23 +-
 examples/mailZip.pl                                |  28 +-
 examples/mfh.pl                                    |  15 +-
 examples/readScalar.pl                             |   2 +-
 examples/selfex.pl                                 |  12 +-
 examples/unzipAll.pl                               |   9 +-
 examples/updateTree.pl                             |  22 +-
 examples/updateZip.pl                              |  37 +-
 examples/writeScalar.pl                            |   4 +-
 examples/writeScalar2.pl                           |   4 +-
 examples/zip.pl                                    |  24 +-
 examples/zipGrep.pl                                |  53 +-
 examples/zipcheck.pl                               |  36 +-
 examples/zipinfo.pl                                | 173 ++++---
 examples/ziprecent.pl                              | 113 ++---
 examples/ziptest.pl                                |  80 ++-
 lib/Archive/Zip.pm                                 | 411 ++++++++--------
 lib/Archive/Zip/Archive.pm                         | 522 ++++++++++----------
 lib/Archive/Zip/BufferedFileHandle.pm              |  38 +-
 lib/Archive/Zip/DirectoryMember.pm                 |  22 +-
 lib/Archive/Zip/FileMember.pm                      |  14 +-
 lib/Archive/Zip/Member.pm                          | 544 ++++++++++-----------
 lib/Archive/Zip/MemberRead.pm                      |  71 ++-
 lib/Archive/Zip/MockFileHandle.pm                  |   6 +-
 lib/Archive/Zip/NewFileMember.pm                   |  38 +-
 lib/Archive/Zip/StringMember.pm                    |  20 +-
 lib/Archive/Zip/Tree.pm                            |   5 +-
 lib/Archive/Zip/ZipFileMember.pm                   | 148 +++---
 t/01_compile.t                                     |   9 +-
 t/02_main.t                                        | 386 +++++++--------
 t/03_ex.t                                          |  79 ++-
 t/04_readmember.t                                  |  47 +-
 t/05_tree.t                                        |  45 +-
 t/06_update.t                                      |  61 ++-
 t/07_filenames_of_0.t                              |  31 +-
 t/08_readmember_record_sep.t                       |  97 ++--
 t/09_output_record_sep.t                           |  92 ++--
 t/10_chmod.t                                       |  36 +-
 t/11_explorer.t                                    |  11 +-
 t/12_bug_47223.t                                   |  16 +-
 t/13_bug_46303.t                                   |  13 +-
 t/14_leading_separator.t                           |  35 +-
 t/15_decrypt.t                                     |  38 +-
 t/16_decrypt.t                                     |  18 +-
 t/common.pl                                        | 203 --------
 t/common.pm                                        | 226 +++++++++
 62 files changed, 1970 insertions(+), 2089 deletions(-)
 delete mode 100644 .aspell.local.pws
 delete mode 100644 .exrc
 create mode 100644 debian/tests/pkg-perl/skip-smoke
 create mode 100644 debian/tests/pkg-perl/test-files
 delete mode 100644 t/common.pl
 create mode 100644 t/common.pm

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