[whiff] branch master updated (400a25b -> 35310cd)

Florian Schlichting fsfs at alioth.debian.org
Mon Aug 26 18:45:06 UTC 2013


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

fsfs pushed a change to branch master
in repository whiff.

      from  400a25b   update changelog
      adds  9a4864d   Imported Upstream version 0.003
       new  072155c   Merge tag 'upstream/0.003'
       new  da58c59   Import Upstream version 0.003
       new  6b460fe   Remove copyright paragraph for Module::Install, which was dropped
       new  227f3da   Add build-dependency on Test::More 0.96
       new  1499666   Bump Standards-Version to 3.9.4 (update to copyright-format 1.0, directly link GPL-1)
       new  0a73d7d   Bump dh compatibility to level 8 (no changes necessary)
       new  fb551cc   Switch to source format 3.0 (quilt)
       new  7826ec6   Switch to short-form debian/rules
       new  0e0f890   Add myself to uploaders and copyright
       new  b0f24da   Update Vcs-* fields to their canonical value
       new  35310cd   prepare changelog for release

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:
 Changes                            |    3 +
 LICENSE                            |  379 +++++++++++++++++++++++++++
 MANIFEST                           |   27 +-
 META.json                          |  267 +++++++++++++++++++
 META.yml                           |  191 +++++++++++++-
 Makefile.PL                        |   75 +++++-
 README                             |   13 +-
 bin/whiff                          |   34 ++-
 debian/changelog                   |   23 +-
 debian/compat                      |    2 +-
 debian/control                     |   12 +-
 debian/copyright                   |   51 ++--
 debian/rules                       |   23 +-
 debian/source/format               |    1 +
 dist.ini                           |    7 +
 inc/Module/Install.pm              |  369 --------------------------
 inc/Module/Install/AutoManifest.pm |   45 ----
 inc/Module/Install/Base.pm         |   72 ------
 inc/Module/Install/Can.pm          |   83 ------
 inc/Module/Install/ExtraTests.pm   |  100 --------
 inc/Module/Install/Fetch.pm        |   93 -------
 inc/Module/Install/Makefile.pm     |  253 ------------------
 inc/Module/Install/Metadata.pm     |  500 ------------------------------------
 inc/Module/Install/Win32.pm        |   64 -----
 inc/Module/Install/WriteAll.pm     |   40 ---
 lib/App/Whiff.pm                   |   82 +++---
 t/00-compile.t                     |   74 ++++++
 t/000-report-versions-tiny.t       |   78 ++++++
 xt/release/changes_has_content.t   |   41 +++
 xt/release/pod-coverage.t          |    6 -
 xt/release/pod-syntax.t            |    7 +
 xt/release/pod.t                   |    6 -
 32 files changed, 1232 insertions(+), 1789 deletions(-)
 create mode 100644 LICENSE
 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/AutoManifest.pm
 delete mode 100644 inc/Module/Install/Base.pm
 delete mode 100644 inc/Module/Install/Can.pm
 delete mode 100644 inc/Module/Install/ExtraTests.pm
 delete mode 100644 inc/Module/Install/Fetch.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
 create mode 100644 t/000-report-versions-tiny.t
 create mode 100644 xt/release/changes_has_content.t
 delete mode 100644 xt/release/pod-coverage.t
 create mode 100644 xt/release/pod-syntax.t
 delete mode 100644 xt/release/pod.t

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



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