[liblist-compare-perl] branch master updated (90e28e9 -> 914e9d1)

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Sun Aug 16 12:16:39 UTC 2015


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

kanashiro-guest pushed a change to branch master
in repository liblist-compare-perl.

      from  90e28e9   update changelog
       new  3928760   Add debian/upstream/metadata
       new  45cfd17   Update debian/changelog
      adds  f7f5083   Imported Upstream version 0.53
       new  eaa0206   Merge tag 'upstream/0.53'
       new  dea75ef   Update debian/changelog
       new  8cefd7c   Declare compliance with Debian policy 3.9.6
       new  55c0938   Bump debhelper compatibility level to 9
       new  72d134b   Add autopkgtest-pkg-perl
       new  aa95d92   Update year of upstream copyright
       new  70482f7   Build depends on libio-captureoutput-perl
       new  914e9d1   Release liblist-compare-perl 0.53-1 to unstable

The 10 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:
 .gitignore                          |    1 +
 Changes                             |   91 ++-
 MANIFEST                            |    4 +-
 MANIFEST.SKIP                       |    3 +
 META.json                           |   20 +-
 META.yml                            |   14 +-
 MYMETA.json                         |   41 --
 MYMETA.yml                          |   22 -
 Makefile.PL                         |   30 +-
 README                              |   76 +--
 debian/changelog                    |   16 +-
 debian/compat                       |    2 +-
 debian/control                      |    8 +-
 debian/copyright                    |    3 +-
 debian/upstream/metadata            |    4 +
 lib/List/Compare.pm                 | 1042 +++++++++++++++++------------------
 lib/List/Compare/Base/_Auxiliary.pm |  313 +++++------
 lib/List/Compare/Base/_Engine.pm    |   71 +--
 lib/List/Compare/Functional.pm      |  627 +++++++++++----------
 t/49_lc_subset.t                    |  193 +++++++
 t/50_lcf_subset.t                   |  100 ++++
 21 files changed, 1497 insertions(+), 1184 deletions(-)
 delete mode 100644 MYMETA.json
 delete mode 100644 MYMETA.yml
 create mode 100644 debian/upstream/metadata
 mode change 100755 => 100644 lib/List/Compare.pm
 mode change 100755 => 100644 lib/List/Compare/Base/_Auxiliary.pm
 mode change 100755 => 100644 lib/List/Compare/Base/_Engine.pm
 mode change 100755 => 100644 lib/List/Compare/Functional.pm
 create mode 100755 t/49_lc_subset.t
 create mode 100755 t/50_lcf_subset.t

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



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