[libtest-file-sharedir-perl] branch master updated (f73e6ad -> 5ec27a0)

gregor herrmann gregoa at debian.org
Mon Oct 26 18:45:35 UTC 2015


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

gregoa pushed a change to branch master
in repository libtest-file-sharedir-perl.

      from  f73e6ad   releasing 1.000005-2 to unstable
      adds  2841663   Build results of 1d1d366 (on master)
      adds  35b6d9d   Build results of 920ef13 (on master)
      adds  0a75a06   Imported Upstream version 1.001001
       new  d68774f   Merge tag 'upstream/1.001001'
       new  1389457   Update debian/changelog
       new  4f3cf36   Update years of upstream copyright.
       new  ae510e8   Add (build) dependency on libscope-guard-perl.
       new  809e861   Declare compliance with Debian Policy 3.9.6.
       new  e88b2b6   Bump debhelper compatibility level to 9.
       new  5ec27a0   releasing package libtest-file-sharedir-perl version 1.001001-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:
 .mailmap                                           |   3 +
 .travis.yml                                        |  95 +++--
 Changes                                            |  20 +
 LICENSE                                            |   6 +-
 MANIFEST                                           |  14 +-
 META.json                                          | 438 +++++++++++----------
 META.yml                                           | 369 ++++++++---------
 Makefile.PL                                        |  19 +-
 README                                             | 175 ++------
 debian/changelog                                   |  11 +
 debian/compat                                      |   2 +-
 debian/control                                     |   8 +-
 debian/copyright                                   |   2 +-
 dist.ini                                           |  58 ++-
 dist.ini.meta                                      |   7 +-
 lib/Test/File/ShareDir.pm                          | 266 +++++++++++--
 lib/Test/File/ShareDir/Dist.pm                     |  22 +-
 lib/Test/File/ShareDir/Module.pm                   |  22 +-
 lib/Test/File/ShareDir/Object/Dist.pm              |  58 ++-
 lib/Test/File/ShareDir/Object/Inc.pm               |  66 +++-
 lib/Test/File/ShareDir/Object/Module.pm            |  60 ++-
 lib/Test/File/ShareDir/TempDirObject.pm            |   6 +-
 lib/Test/File/ShareDir/Utils.pm                    | 115 ++++++
 misc/Changes.deps                                  |  16 +-
 misc/Changes.deps.all                              |  61 ++-
 misc/Changes.deps.dev                              |  33 +-
 misc/Changes.deps.opt                              |  22 +-
 misc/built_with.json                               |  99 +++++
 perlcritic.rc                                      |   6 +
 t/00-compile/lib_Test_File_ShareDir_Dist_pm.t      |   2 +-
 t/00-compile/lib_Test_File_ShareDir_Module_pm.t    |   2 +-
 .../lib_Test_File_ShareDir_Object_Dist_pm.t        |   2 +-
 .../lib_Test_File_ShareDir_Object_Inc_pm.t         |   2 +-
 .../lib_Test_File_ShareDir_Object_Module_pm.t      |   2 +-
 .../lib_Test_File_ShareDir_TempDirObject_pm.t      |   2 +-
 t/00-compile/lib_Test_File_ShareDir_Utils_pm.t     |  11 +
 t/00-compile/lib_Test_File_ShareDir_pm.t           |   2 +-
 t/00-report-prereqs.dd                             |  49 ++-
 t/00-report-prereqs.t                              |  13 +-
 t/{01_files => 07_files}/lib/Example.pm            |   0
 t/{01_files => 07_files}/share/afile               |   0
 t/07_util_withdist.t                               |  61 +++
 t/{01_files => 08_files}/lib/Example.pm            |   0
 t/{01_files => 08_files}/share/afile               |   0
 t/08_util_withmodule.t                             |  54 +++
 weaver.ini                                         |   6 +
 xt/author/eol.t                                    |  53 +++
 xt/release/eol.t                                   |   8 -
 xt/release/kwalitee.t                              |   9 +-
 49 files changed, 1594 insertions(+), 763 deletions(-)
 create mode 100644 .mailmap
 create mode 100644 lib/Test/File/ShareDir/Utils.pm
 create mode 100644 misc/built_with.json
 create mode 100644 t/00-compile/lib_Test_File_ShareDir_Utils_pm.t
 copy t/{01_files => 07_files}/lib/Example.pm (100%)
 copy t/{01_files => 07_files}/share/afile (100%)
 create mode 100644 t/07_util_withdist.t
 copy t/{01_files => 08_files}/lib/Example.pm (100%)
 copy t/{01_files => 08_files}/share/afile (100%)
 create mode 100644 t/08_util_withmodule.t
 create mode 100644 xt/author/eol.t
 delete mode 100644 xt/release/eol.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-file-sharedir-perl.git



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