[libdist-zilla-plugin-changelogfromgit-perl] branch master updated (31d1fd1 -> 74c67ff)

gregor herrmann gregoa at debian.org
Fri Jan 19 19:09:20 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-changelogfromgit-perl.

      from  31d1fd1   update changelog
       new  b9feba1   Add debian/upstream/metadata.
       new  ebe5366   update changelog
      adds  1d5ef84   Create a Dist::Zilla plugin from my repo git-log tool.
      adds  23e08a9   Add dependency version reporting and releasing.
      adds  b4fff39   Test before releasing.
      adds  f42ebdb   Fix dist.ini.  Dist::Zilla's still a moving target?
      adds  496513f   Add smarter HEAD tag prediction to cooperate with auto-versioning plugins.
      adds  f9780ef   Refactor to move all output formatting to a subclass.
      adds  283fa2d   Make a role, document setup.
      adds  9972a91   Un-hardcode the max_age and add the attribute to the role. Also add documentation.
      adds  3ecd5bc   Include changes up to the very first release.
      adds  3da0800   Reformat whitespace to "smart" tabs.
      adds  e6efad6   Begin using some Git release tools.  They're not as scary since they were explained to me.  Also digging around in Pod::Weaver has helped me think like RJBS. :P
      adds  10221ad   Make the plugin subclassable for new formats.  Overhaul docs.
      adds  30bf442   [rt.cpan.org 74028] Add Moose::Autobox 0.11 as an explicit dependency.
      adds  25a4a41   I just released dzp::ChangelogFromGit::CPAN::Changes, which extends this module.
      adds  b8d69be   Merge branch 'patch-1' of https://github.com/ioanrogers/dzp-changelogfromgit into ioanrogers-patch-1
      adds  e26a496   Fix a lovely little error scenario which occurs when it can find no previous releases.
      adds  0061b3a   Merge pull request #5 from kentfredric/no-releases-bug
      adds  8507a95   added filter_out and filter_in options
      adds  ae720c1   Merge pull request #7 from andrefs/master
      adds  df7d696   Fixing the SYNOPSIS describing the default tag_regexp value
      adds  f4110ec   Merge pull request #6 from ironcamel/pr/synopsis-tag_regexp
      adds  c513827   Rename filter_in and filter_out to include_message and exclude_message.
      adds  d6966f4   Update dist.ini to personal best practices.
      adds  2b4a47c   Update lib/Dist/Zilla/Plugin/ChangelogFromGit.pm
      adds  b75ebd0   Merge pull request #8 from zengargoyle/patch-1
      adds  2cfaaa7   Portability + logic on detection of HEAD
      adds  668a94a   Merge pull request #9 from jddurand/master
      adds  4cd053e   Add the new dependency upon IPC::Cmd.
      adds  5c00f5c   It's August 2013. About time I changed the copyright notice.
      adds  2f3694e   Modernize dependencies and dist.ini idioms.
      adds  4683677   More dist.ini modernization.
      adds  28486ef   Set all prerequisite versions to what's installed.
      adds  e4f0649   Exclude versions for modules that would upgrade Perl.
      adds  26417b1   Exclude some more perl core modules from the versioned dependencies.
      adds  0e8e0c9   Looks like the AutoMetaResources plugin doesn't do license info anymore.
      adds  69575d8   rt.cpan.org 90394. Use Dist::Zilla::File::InMemory so it's always loaded when needed.
      adds  ac0e21d   Stop using Prereqs::MatchInstalled::All.
      adds  273395e   * Add min/max_releases * Consider skipping releases only when min_releases is met * Limit by max_age, then max_releases, if specified * Set the date after which no releases are considered based on the last commit or release date * Document new attributes
      adds  ea187ed   avoid warning by initializing $buf
      adds  10b054b   Merge branch 'master' of https://github.com/dnmfarrell/dzp-changelogfromgit into dnmfarrell-master
      adds  74afbb2   - Fixed pod coverage to 100%.
      adds  641c0a1   Merge branch 'fix-code-coverage' of https://github.com/manwar/dzp-changelogfromgit into manwar-fix-code-coverage
      adds  49eae21   use ReadmeAnyFromPod
      adds  26b0084   Merge branch 'use-readmeany' of https://github.com/preaction/dzp-changelogfromgit into preaction-use-readmeany
      adds  b574d31   Move the new documentation to its own section.
      adds  81c4cc9   New upstream version 0.017
       new  b5410ce   Update upstream source from tag 'upstream/0.017'
       new  f00d9b6   Update debian/changelog
       new  035a0fc   Update years of upstream copyright.
       new  0c9cbca   Update (build) dependencies.
       new  77dde7f   Mark package as autopkgtest-able.
       new  9d6414a   Declare compliance with Debian Policy 4.1.3.
       new  1972ed3   Bump debhelper compatibility level to 10.
       new  74c67ff   releasing package libdist-zilla-plugin-changelogfromgit-perl version 0.017-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:
 CHANGES                                            | 128 ++++------
 LICENSE                                            |   6 +-
 MANIFEST                                           |   6 +-
 META.json                                          |  37 +--
 META.yml                                           |  35 +--
 Makefile.PL                                        |  74 +++---
 README                                             | 284 +++++++++++++--------
 README.mkdn                                        |  40 ++-
 debian/changelog                                   |  13 +-
 debian/compat                                      |   2 +-
 debian/control                                     |  19 +-
 debian/copyright                                   |   2 +-
 debian/upstream/metadata                           |   8 +
 dist.ini                                           |  18 +-
 lib/Dist/Zilla/Plugin/ChangelogFromGit.pm          |  75 +++++-
 ...elease-pod-coverage.t => author-pod-coverage.t} |   6 +-
 t/{release-pod-syntax.t => author-pod-syntax.t}    |   7 +-
 17 files changed, 450 insertions(+), 310 deletions(-)
 create mode 100644 debian/upstream/metadata
 rename t/{release-pod-coverage.t => author-pod-coverage.t} (62%)
 rename t/{release-pod-syntax.t => author-pod-syntax.t} (52%)

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



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