[libpoe-filter-ircd-perl] branch master updated (977cebd -> 54d2cb3)

Florian Schlichting fsfs at alioth.debian.org
Sat Nov 2 20:00:06 UTC 2013


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

fsfs pushed a change to branch master
in repository libpoe-filter-ircd-perl.

      from  977cebd   debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-copyright"
      adds  822ae32   Imported Upstream version 2.44
       new  f72cd0d   Merge tag 'upstream/2.44'
       new  bf47339   Import Upstream version 2.44
       new  ce9cffa   Bump year of upstream copyright
       new  6429060   Drop copyright paragraph for removed inc/Module/*
       new  43d7c7e    Update stand-alone license paragraphs to commonly used version (not limiting Debian to GNU/Linux, directly linking to GPL-1)
       new  8cdb962   Bump dh compatibility to level 8
       new  d5036f0   Switch to source format 3.0 (quilt)
       new  6219fcb   Declare compliance with Debian Policy 3.9.5
       new  56b4a79   Add myself to uploaders and copyright
       new  54d2cb3   update changelog for release

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                           |  103 ++++--
 LICENSE                           |   28 +-
 MANIFEST                          |   27 +-
 META.json                         |   54 ++++
 META.yml                          |   28 +-
 Makefile.PL                       |   83 ++++-
 README                            |  111 ++++++-
 debian/changelog                  |   15 +-
 debian/compat                     |    2 +-
 debian/control                    |    7 +-
 debian/copyright                  |   35 +--
 debian/source/format              |    1 +
 dist.ini                          |   16 +
 inc/Module/Install.pm             |  430 -------------------------
 inc/Module/Install/AutoLicense.pm |   53 ----
 inc/Module/Install/Base.pm        |   78 -----
 inc/Module/Install/Can.pm         |   81 -----
 inc/Module/Install/Fetch.pm       |   93 ------
 inc/Module/Install/GithubMeta.pm  |   50 ---
 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/POE/Filter/IRCD.pm            |   91 ++++--
 t/00-compile.t                    |   74 +++++
 t/00_use.t                        |    3 -
 t/03_withtags.t                   |   31 ++
 t/99_pod.t                        |    4 -
 t/99_pod_coverage.t               |    4 -
 t/release-pod-coverage.t          |   21 ++
 t/release-pod-syntax.t            |   15 +
 31 files changed, 588 insertions(+), 1966 deletions(-)
 create mode 100644 META.json
 create mode 100644 debian/source/format
 create mode 100644 dist.ini
 delete mode 100644 inc/Module/Install.pm
 delete mode 100644 inc/Module/Install/AutoLicense.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/GithubMeta.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_use.t
 create mode 100644 t/03_withtags.t
 delete mode 100644 t/99_pod.t
 delete mode 100644 t/99_pod_coverage.t
 create mode 100644 t/release-pod-coverage.t
 create mode 100644 t/release-pod-syntax.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpoe-filter-ircd-perl.git



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