[libgit-repository-plugin-log-perl] branch master updated (6b9dfd7 -> e4625f1)

gregor herrmann gregoa at debian.org
Mon Feb 15 19:28:40 UTC 2016


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

gregoa pushed a change to branch master
in repository libgit-repository-plugin-log-perl.

      from  6b9dfd7   update changelog
       new  05b8bb2   Add debian/upstream/metadata
       new  9b03548   Update debian/changelog
      adds  a886989   move Git::Repository::Plugin::Log to its own distribution
      adds  2fe0b75   add a .gitignore
      adds  bfac5d9   configuration files for dzil
      adds  f205deb   test loading each module in isolation
      adds  9a4036c   fix a bug introduced in version 1.302
      adds  2ce134c   mergetag is a multivalue header
      adds  c6f70b8   thorough testing of Git::Repository::Log::Iterator
      adds  523ee3a   the Changes file, with some explanations about the split
      adds  d6bf841   Changes for version 1.309
      adds  8729ed1   add a README file
      adds  627bb4e   anchor the regular expression
      adds  b8de94b   test a commit with GIT_AUTHOR_NAME=' '
      adds  cbe7230   Changes for version 1.310
      adds  4b5c2d3   output the git version, to help debug FAIL reports
      adds  2f93559   simplify the titles when documenting methods and functions
      adds  8eb38d5   typo
      adds  224a31b   change the test bundle to use "SJIS" instead of "shift-jis" encoding
      adds  abd9584   Merge branch 'sjis'
      adds  57f78ff   t/test.bundle should be considered a binary file
      adds  68d961e   Changes for version 1.311
      adds  289da60   typo in the Changes file
      adds  4db32dc   update of the test repository
      adds  0bffd04   add tests for author and committer
      adds  4012c2c   comment the use of final_output()
      adds  528468e   add a 'fh' attribute pointing at the stream filehandle
      adds  4e68807   new constructors to build an iterator from a file or a filehandle
      adds  d00f772   reduce the indentation of the Changes file
      adds  df6366f   improve the documentation for new_from_fh and new_from_file
      adds  392e8da   .gitignore update
      adds  2129b84   Changes for version 1.312
      adds  4a21b63   Fix #1: Use Test::ReportPrereqs instead of ReportVersions::Tiny
      adds  5396bf0   Add [Prereqs / TestRequires]
      adds  0a4fa0b   Prevent system/global configs from messing with test expectations
      adds  8491872   Add Paulo Custodio as a contributor
      adds  3769607   Add some more unsupported options
      adds  30fd8ce   Add Bartosz Jakubski as a contributor
      adds  7127e8a   Stop generating documentation with PodWeaver
      adds  21d28cb   Turn L<> links to a module itself to C<>
      adds  63047da   Update copyright year
      adds  54a6269   Parse 'from' field in the commit line
      adds  06bc454   Add tests for diff_from
      adds  6d3d18f   Add Vickenty Fesunov as a contributor
      adds  edc4ab7   Add documentation for diff_from
      adds  ea58785   Give some example options that produce the 'extra' attribute
      adds  ef3f6b9   Take diff_from into account when testing Git::Repository::Log
      adds  2d729dc   Changes for version 1.313
      adds  3d06c34   Imported Upstream version 1.313
       new  57128e0   Merge tag 'upstream/1.313'
       new  b589892   Update debian/changelog
       new  d08ef06   Update years of upstream and packaging copyright.
       new  f2a1115   Reformat debian/control with cme
       new  fab628f   Mark package as autopkgtest-able.
       new  3acfbcd   Declare compliance with Debian Policy 3.9.7.
       new  a61ccbb   Bump debhelper compatibility level to 9.
       new  e4625f1   releasing package libgit-repository-plugin-log-perl version 1.313-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                                            |  17 ++
 LICENSE                                            |   8 +-
 MANIFEST                                           |  10 +-
 META.yml                                           |  17 +-
 Makefile.PL                                        |  31 ++--
 debian/changelog                                   |  13 +-
 debian/compat                                      |   2 +-
 debian/control                                     |  11 +-
 debian/copyright                                   |   4 +-
 debian/upstream/metadata                           |   6 +
 dist.ini                                           |  17 +-
 lib/Git/Repository/Log.pm                          |  49 +++---
 lib/Git/Repository/Log/Iterator.pm                 |  33 +---
 lib/Git/Repository/Plugin/Log.pm                   |  27 +--
 t/00-report-prereqs.dd                             |  48 ++++++
 t/00-report-prereqs.t                              | 183 +++++++++++++++++++++
 t/000-report-versions-tiny.t                       |  89 ----------
 t/30-log.t                                         |   3 +
 t/40-plugin-log.t                                  |  33 +++-
 t/41-multiline-log.t                               |  44 ++++-
 ...elease-pod-coverage.t => author-pod-coverage.t} |   4 +-
 t/{release-pod-syntax.t => author-pod-syntax.t}    |   5 +-
 weaver.ini                                         |  11 --
 23 files changed, 425 insertions(+), 240 deletions(-)
 create mode 100644 debian/upstream/metadata
 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/{release-pod-coverage.t => author-pod-coverage.t} (68%)
 rename t/{release-pod-syntax.t => author-pod-syntax.t} (56%)
 delete mode 100644 weaver.ini

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



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