[libarchive-ar-perl] branch master updated (fb86731 -> da7c65c)

Salvatore Bonaccorso carnil at debian.org
Wed Jun 18 17:36:23 UTC 2014


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

carnil pushed a change to branch master
in repository libarchive-ar-perl.

      from  fb86731   Prepare changelog for release
      adds  fa585e7   Imported Upstream version 2.00
       new  4fbf901   Merge tag 'upstream/2.00'
       new  86a0050   Update copyright years for upstream files
       new  b3c9633   Refer to the Debian distribution in the long description
       new  da7c65c   Update debian/changelog file

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:
 .travis.yml            |    7 +
 Archive-Ar-2.00.tar.gz |  Bin 0 -> 7564 bytes
 MANIFEST               |   17 +
 META.yml               |   16 +-
 Makefile.PL            |   21 +-
 README.md              |   62 +++
 debian/changelog       |   12 +
 debian/control         |   11 +-
 debian/copyright       |    3 +-
 lib/Archive/Ar.pm      | 1104 +++++++++++++++++++++++++-----------------------
 t/05_class.t           |   31 ++
 t/10_object.t          |   33 ++
 t/10objects.t          |   20 -
 t/15_compat.t          |   21 +
 t/20_add_data.t        |   52 +++
 t/20new.t              |   41 --
 t/25_add_files.t       |   52 +++
 t/30_empty.t           |   19 +
 t/30write.t            |   15 -
 t/35_list.t            |   92 ++++
 t/40_mode.t            |   58 +++
 t/40mode.t             |   58 ---
 t/45_content.t         |   61 +++
 t/50_remove.t          |   57 +++
 t/50empty.t            |   14 -
 t/55_write.t           |   19 +
 t/60_extract.t         |   60 +++
 t/65_gnu.t             |   24 ++
 t/70_bsd.t             |   22 +
 29 files changed, 1317 insertions(+), 685 deletions(-)
 create mode 100644 .travis.yml
 create mode 100644 Archive-Ar-2.00.tar.gz
 create mode 100644 README.md
 create mode 100644 t/05_class.t
 create mode 100644 t/10_object.t
 delete mode 100644 t/10objects.t
 create mode 100644 t/15_compat.t
 create mode 100644 t/20_add_data.t
 delete mode 100644 t/20new.t
 create mode 100644 t/25_add_files.t
 create mode 100644 t/30_empty.t
 delete mode 100644 t/30write.t
 create mode 100644 t/35_list.t
 create mode 100644 t/40_mode.t
 delete mode 100644 t/40mode.t
 create mode 100644 t/45_content.t
 create mode 100644 t/50_remove.t
 delete mode 100644 t/50empty.t
 create mode 100644 t/55_write.t
 create mode 100644 t/60_extract.t
 create mode 100644 t/65_gnu.t
 create mode 100644 t/70_bsd.t

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



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