[liblog-agent-logger-perl] branch master updated (ec95917 -> 13c7723)

Lucas Kanashiro kanashiro.duarte at gmail.com
Tue Dec 8 02:40:30 UTC 2015


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

kanashiro-guest pushed a change to branch master
in repository liblog-agent-logger-perl.

      from  ec95917   update changelog
      adds  d9225a5   Imported Upstream version 0.200
       new  d488663   Merge tag 'upstream/0.200'
       new  a10399d   Update debian/changelog
       new  c5127c6   Add upstream metadata
       new  ad83262   Update upstream copyright and contact in debian/copyright
       new  1ed9afb   Bump debhelper compatibility level to 9
       new  ef80c9b   Declare compliance with Debian policy 3.9.6
       new  7223292   Add build dependency on libmodule-build-perl
       new  20513da   Mark package as autopkg-testable
       new  bd3b288   Add debian/source/format
       new  a8a36b4   Create patch fixing spelling error in manpage
       new  13c7723   Releasing liblog-agent-logger-perl version 0.200-1

The 11 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                                           |   37 +
 CHANGELOG.md                                       |   28 +
 ChangeLog                                          |   29 -
 MANIFEST                                           |   24 +-
 META.json                                          |   43 +
 META.yml                                           |   25 +
 Makefile.PL                                        |   75 +-
 README                                             |  118 +-
 debian/changelog                                   |   17 +-
 debian/compat                                      |    2 +-
 debian/control                                     |   18 +-
 debian/copyright                                   |    4 +-
 debian/patches/fix-spelling-error-in-manpage.patch |   17 +
 debian/patches/series                              |    1 +
 debian/source/format                               |    1 +
 debian/upstream/metadata                           |    4 +
 Logger.pm => lib/Log/Agent/Logger.pm               | 1165 ++++++++++----------
 patchlevel.h                                       |    1 -
 t/basic.t                                          |  176 ++-
 t/caller.t                                         |  161 ++-
 t/code.pl                                          |   71 +-
 t/priority.t                                       |  136 ++-
 t/tags.t                                           |  119 +-
 23 files changed, 1163 insertions(+), 1109 deletions(-)
 create mode 100644 Build.PL
 create mode 100644 CHANGELOG.md
 delete mode 100644 ChangeLog
 create mode 100644 META.json
 create mode 100644 META.yml
 create mode 100644 debian/patches/fix-spelling-error-in-manpage.patch
 create mode 100644 debian/patches/series
 create mode 100644 debian/source/format
 create mode 100644 debian/upstream/metadata
 rename Logger.pm => lib/Log/Agent/Logger.pm (92%)
 delete mode 100644 patchlevel.h

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/liblog-agent-logger-perl.git



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