[liblog-any-adapter-dispatch-perl] branch master updated (16772ac -> ce7cad5)

gregor herrmann gregoa at debian.org
Tue Oct 10 14:33:13 UTC 2017


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

gregoa pushed a change to branch master
in repository liblog-any-adapter-dispatch-perl.

      from  16772ac   update changelog
      adds  cbd6c30   New upstream version 0.08
       new  a820e59   Update upstream source from tag 'upstream/0.08'
       new  fb165d4   New upstream release. Fixes incompatibility with Log-Dispatch v2.60, as seen on ci.debian.net.
       new  fa39d0e   Add debian/upstream/metadata.
       new  9c04a0a   Update debian/copyright.
       new  e659336   Declare compliance with Debian Policy 4.1.1.
       new  681dda3   Drop unneeded version from liblog-dispatch-perl (build) dependency.
       new  2a1e8e0   Bump debhelper compatibility level to 9.
       new  19ae646   Drop fix_pod.patch, fixed upstream.
       new  ce7cad5   releasing package liblog-any-adapter-dispatch-perl version 0.08-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:
 Changes                           |  19 +-
 LICENSE                           | 379 ++++++++++++++++++
 MANIFEST                          |  27 +-
 META.json                         |  79 ++++
 META.yml                          |  42 +-
 Makefile.PL                       |  65 ++-
 README                            |  41 +-
 cpanfile                          |  20 +
 debian/changelog                  |  18 +-
 debian/compat                     |   2 +-
 debian/control                    |   8 +-
 debian/copyright                  |  11 +-
 debian/patches/fix_pod.patch      |  16 -
 debian/patches/series             |   1 -
 debian/upstream/metadata          |   7 +
 dist.ini                          | 126 ++++++
 inc/Module/AutoInstall.pm         | 805 --------------------------------------
 inc/Module/Install.pm             | 430 --------------------
 inc/Module/Install/AutoInstall.pm |  61 ---
 inc/Module/Install/Base.pm        |  78 ----
 inc/Module/Install/Can.pm         |  81 ----
 inc/Module/Install/Fetch.pm       |  93 -----
 inc/Module/Install/Include.pm     |  34 --
 inc/Module/Install/Makefile.pm    | 268 -------------
 inc/Module/Install/Metadata.pm    | 624 -----------------------------
 inc/Module/Install/Win32.pm       |  64 ---
 inc/Module/Install/WriteAll.pm    |  60 ---
 lib/Log/Any/Adapter/Dispatch.pm   |  42 +-
 t/00-compile.t                    |  60 +++
 t/00-load.t                       |  11 -
 t/00-report-prereqs.dd            |  29 ++
 t/00-report-prereqs.t             | 183 +++++++++
 weaver.ini                        |  23 ++
 33 files changed, 1095 insertions(+), 2712 deletions(-)
 create mode 100644 LICENSE
 create mode 100644 META.json
 create mode 100644 cpanfile
 delete mode 100644 debian/patches/fix_pod.patch
 delete mode 100644 debian/patches/series
 create mode 100644 debian/upstream/metadata
 create mode 100644 dist.ini
 delete mode 100644 inc/Module/AutoInstall.pm
 delete mode 100644 inc/Module/Install.pm
 delete mode 100644 inc/Module/Install/AutoInstall.pm
 delete mode 100644 inc/Module/Install/Base.pm
 delete mode 100644 inc/Module/Install/Can.pm
 delete mode 100644 inc/Module/Install/Fetch.pm
 delete mode 100644 inc/Module/Install/Include.pm
 delete mode 100644 inc/Module/Install/Makefile.pm
 delete mode 100644 inc/Module/Install/Metadata.pm
 delete mode 100644 inc/Module/Install/Win32.pm
 delete mode 100644 inc/Module/Install/WriteAll.pm
 create mode 100644 t/00-compile.t
 delete mode 100644 t/00-load.t
 create mode 100644 t/00-report-prereqs.dd
 create mode 100644 t/00-report-prereqs.t
 create mode 100644 weaver.ini

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



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