[libdist-zilla-plugin-git-perl] branch master updated (6a6ffd8 -> a118160)

gregor herrmann gregoa at debian.org
Mon Aug 29 20:19:04 UTC 2016


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

gregoa pushed a change to branch master
in repository libdist-zilla-plugin-git-perl.

      from  6a6ffd8   update changelog
      adds  62bf880   New upstream version 2.039
       new  015bed6   Merge tag 'upstream/2.039'
       new  08d136f   Update debian/changelog
       new  bdfe3cf   Update debian/upstream/metadata.
       new  1e72c82   Update years of packaging copyright.
       new  1690482   Update (Upstream-)Contact.
       new  d4d5d6b   Declare compliance with Debian Policy 3.9.8.
       new  973dc8e   Update (build) dependencies.
       new  3151e0e   Install new CONTRIBUTING doc.
       new  0f404e8   Skip t/tag-signed.t during build and autopkgest.
       new  a118160   releasing package libdist-zilla-plugin-git-perl version 2.039-1

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:
 Build.PL                                           |  147 ---
 CONTRIBUTING                                       |  103 ++
 Changes                                            |   40 +-
 INSTALL                                            |   43 +
 LICENSE => LICENCE                                 |    2 +-
 MANIFEST                                           |   28 +-
 META.json                                          | 1103 +++++++++++++++-----
 META.yml                                           |  977 ++++++++++++-----
 Makefile.PL                                        |  212 ++++
 Makefile_git.PL                                    |   50 +
 README                                             |    4 +-
 corpus/gatherdir/lib/DZT/Sample.pm                 |    8 -
 debian/changelog                                   |   20 +-
 debian/control                                     |   13 +-
 debian/copyright                                   |    4 +-
 debian/libdist-zilla-plugin-git-perl.docs          |    1 +
 debian/rules                                       |    6 +-
 debian/tests/pkg-perl/smoke-env                    |    2 +
 debian/tests/pkg-perl/smoke-files                  |    2 +
 debian/tests/pkg-perl/smoke-skip                   |    3 +
 debian/upstream/metadata                           |    8 +-
 dist.ini                                           |   57 +-
 lib/Dist/Zilla/Plugin/Git.pm                       |  155 ++-
 lib/Dist/Zilla/Plugin/Git/Check.pm                 |   20 +-
 lib/Dist/Zilla/Plugin/Git/Commit.pm                |   26 +-
 lib/Dist/Zilla/Plugin/Git/CommitBuild.pm           |   20 +-
 lib/Dist/Zilla/Plugin/Git/GatherDir.pm             |  128 ++-
 lib/Dist/Zilla/Plugin/Git/Init.pm                  |   21 +-
 lib/Dist/Zilla/Plugin/Git/NextVersion.pm           |   26 +-
 lib/Dist/Zilla/Plugin/Git/Push.pm                  |   20 +-
 lib/Dist/Zilla/Plugin/Git/Tag.pm                   |   29 +-
 lib/Dist/Zilla/PluginBundle/Git.pm                 |   21 +-
 lib/Dist/Zilla/Role/Git/DirtyFiles.pm              |   55 +-
 lib/Dist/Zilla/Role/Git/Repo.pm                    |   40 +-
 lib/Dist/Zilla/Role/Git/StringFormatter.pm         |   30 +-
 t/00-report-prereqs.dd                             |  179 ++++
 t/00-report-prereqs.t                              |  191 ++++
 t/000-report-versions-tiny.t                       |  129 ---
 t/zzz-check-breaks.t                               |   17 +-
 {t => xt/author}/00-compile.t                      |   18 +-
 xt/author/clean-namespaces.t                       |   11 +
 xt/author/eol.t                                    |   66 ++
 xt/author/kwalitee.t                               |    9 +
 .../lib/DZT/Sample.pm => xt/author/mojibake.t      |   12 +-
 .../author/pod-coverage.t                          |    8 -
 xt/author/pod-no404s.t                             |   29 +
 t/release-pod-syntax.t => xt/author/pod-syntax.t   |    9 +-
 xt/release/changes_has_content.t                   |   49 +
 .../release/cpan-changes.t                         |   13 +-
 .../lib/DZT/Sample.pm => xt/release/distmeta.t     |    9 +-
 .../release/minimum-version.t                      |   14 +-
 .../release/portability.t                          |   12 +-
 52 files changed, 3221 insertions(+), 978 deletions(-)
 delete mode 100644 Build.PL
 create mode 100644 CONTRIBUTING
 create mode 100644 INSTALL
 rename LICENSE => LICENCE (99%)
 create mode 100644 Makefile.PL
 create mode 100644 Makefile_git.PL
 create mode 100644 debian/libdist-zilla-plugin-git-perl.docs
 create mode 100644 debian/tests/pkg-perl/smoke-env
 create mode 100644 debian/tests/pkg-perl/smoke-files
 create mode 100644 debian/tests/pkg-perl/smoke-skip
 create mode 100644 t/00-report-prereqs.dd
 create mode 100644 t/00-report-prereqs.t
 delete mode 100644 t/000-report-versions-tiny.t
 rename {t => xt/author}/00-compile.t (73%)
 create mode 100644 xt/author/clean-namespaces.t
 create mode 100644 xt/author/eol.t
 create mode 100644 xt/author/kwalitee.t
 copy corpus/gatherdir/lib/DZT/Sample.pm => xt/author/mojibake.t (70%)
 rename t/release-pod-coverage.t => xt/author/pod-coverage.t (74%)
 create mode 100644 xt/author/pod-no404s.t
 rename t/release-pod-syntax.t => xt/author/pod-syntax.t (71%)
 create mode 100644 xt/release/changes_has_content.t
 copy t/000-report-git-version.t => xt/release/cpan-changes.t (64%)
 copy corpus/gatherdir/lib/DZT/Sample.pm => xt/release/distmeta.t (67%)
 copy t/000-report-git-version.t => xt/release/minimum-version.t (58%)
 copy t/000-report-git-version.t => xt/release/portability.t (63%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-git-perl.git



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