[libdist-zilla-plugin-git-perl] branch master updated (cbcc972 -> ebd531d)

gregor herrmann gregoa at debian.org
Wed Jan 3 20:36:54 UTC 2018


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  cbcc972   update changelog
      adds  c58d247   increment $VERSION after 2.041 release
      adds  9168f10   canonicalize author names and emails
      adds  7af6cae   remove spaces from configs in metadata
      adds  9b281fb   update mailing list URL
      adds  07880cd   remove 404s test - git-scm.com gives us a captcha
      adds  b3b6c0e   Dist-Zilla-Plugin-Git-2.042
      adds  4f4086a   increment $VERSION after 2.042 release
      adds  cf792e4   move all test libs into t/lib
      adds  71a8100   avoid any globally-configured pre-commit hooks in tests
      adds  14d3e4b   minor reformatting
      adds  9d91d7a   include our version explicitly in dumped configs if we were subclassed
      adds  bdc5f9e   more accurate comment - allow_dirty_match takes a list
      adds  4c8a5c2   make Moose classes immutable after declaring them
      adds  2554c29   use Travis CI
      adds  b468ad8   check for more potential conflicts in t/zzz-check-breaks.t
      adds  6c23016   remove File::HomeDir
      adds  196f243   remove unnecessary lib include
      adds  6cc6fe0   add travis enabling to todo list
      adds  30fad35   Dist-Zilla-Plugin-Git-2.043
      adds  5f46732   New upstream version 2.043
       new  18bf3d9   Update upstream source from tag 'upstream/2.043'
       new  f3899c3   Update debian/changelog
       new  83348d4   Update years of packaging copyright.
       new  4550820   Drop (build) dependency on libfile-homedir-perl.
       new  fd3d3aa   Declare compliance with Debian Policy 4.1.3.
       new  dd2f3bb   Let cme fix an alternative versioned build dependency.
       new  2e9e045   Bump debhelper compatibility level to 10.
       new  180235e   Manually switch the order of another versioned alternative (build) dependency.
       new  ebd531d   releasing package libdist-zilla-plugin-git-perl version 2.043-1

The 9 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:
 CONTRIBUTING                               |   4 +-
 Changes                                    |   3 +
 MANIFEST                                   |   4 +-
 META.json                                  | 382 +++++++++++++++++------------
 META.yml                                   | 296 ++++++++++++----------
 Makefile.PL                                |   6 +-
 README                                     |   4 +-
 debian/changelog                           |  15 +-
 debian/compat                              |   2 +-
 debian/control                             |  14 +-
 debian/copyright                           |   2 +-
 dist.ini                                   |   7 +
 lib/Dist/Zilla/Plugin/Git.pm               |   8 +-
 lib/Dist/Zilla/Plugin/Git/Check.pm         |   6 +-
 lib/Dist/Zilla/Plugin/Git/Commit.pm        |   8 +-
 lib/Dist/Zilla/Plugin/Git/CommitBuild.pm   |   6 +-
 lib/Dist/Zilla/Plugin/Git/GatherDir.pm     |  23 +-
 lib/Dist/Zilla/Plugin/Git/Init.pm          |   5 +-
 lib/Dist/Zilla/Plugin/Git/NextVersion.pm   |  15 +-
 lib/Dist/Zilla/Plugin/Git/Push.pm          |   6 +-
 lib/Dist/Zilla/Plugin/Git/Tag.pm           |   6 +-
 lib/Dist/Zilla/PluginBundle/Git.pm         |   4 +-
 lib/Dist/Zilla/Role/Git/DirtyFiles.pm      |   4 +-
 lib/Dist/Zilla/Role/Git/Repo.pm            |   4 +-
 lib/Dist/Zilla/Role/Git/StringFormatter.pm |   4 +-
 t/00-report-prereqs.dd                     |  44 ++--
 t/check.t                                  |   2 +-
 t/commit-build-custom.t                    |   2 +-
 t/commit-build-src-as-parent.t             |   2 +-
 t/commit-build.t                           |   2 +-
 t/commit-dirtydir.t                        |   2 +-
 t/commit-utf8.t                            |   2 +-
 t/commit-ws.t                              |   2 +-
 t/commit.t                                 |   2 +-
 t/gatherdir-multi.t                        |   2 +-
 t/gatherdir.t                              |   2 +-
 t/{ => lib}/Util.pm                        |  10 +
 t/push-gitconfig.t                         |   2 +-
 t/push-multi.t                             |   2 +-
 t/push.t                                   |   2 +-
 t/repo-dir.t                               |   2 +-
 t/tag-signed.t                             |   2 +-
 t/tag.t                                    |   2 +-
 t/version-by-branch.t                      |   2 +-
 t/version-default.t                        |   2 +-
 t/version-regexp.t                         |   2 +-
 t/zzz-check-breaks.t                       |  18 +-
 xt/author/00-compile.t                     |   4 +-
 xt/author/eol.t                            |   2 +-
 xt/release/changes_has_content.t           |  19 +-
 50 files changed, 568 insertions(+), 405 deletions(-)
 rename t/{ => lib}/Util.pm (97%)

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