[libtime-duration-parse-perl] branch master updated (522d578 -> 03439a6)

Daniel Lintott dlintott-guest at moszumanska.debian.org
Wed Apr 9 11:52:08 UTC 2014


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

dlintott-guest pushed a change to branch master
in repository libtime-duration-parse-perl.

      from  522d578   update changelog
      adds  d2e15c7   Imported Upstream version 0.11
       new  389fd1f   Merge tag 'upstream/0.11'
       new  716dca5   Remove patch no longer required
       new  985b0ec   Convert to d/rules to short-format dh
       new  361726d   Convert to source format 3(quilt)
       new  0f1b8c9   Refresh debian/control with dh-make-perl
       new  46a0b76   Remove un-needed README.source
       new  85d5166   Rewrite debian/copyright to copyright format 1
       new  99f55ef   Bump standards-version to 3.9.5
       new  8e3ebae   Update changelog
       new  03439a6   Release changelog

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                        |  78 +++--
 LICENSE                        | 379 +++++++++++++++++++++++
 MANIFEST                       |  21 +-
 META.yml                       |  43 +--
 Makefile.PL                    |  67 +++-
 README                         |  15 +
 debian/README.source           |   5 -
 debian/changelog               |  26 +-
 debian/compat                  |   2 +-
 debian/control                 |  25 +-
 debian/copyright               |  65 ++--
 debian/patches/pod-error.patch |  14 -
 debian/patches/series          |   1 -
 debian/rules                   |  62 +---
 debian/source/format           |   1 +
 dist.ini                       |  12 +
 inc/Module/Install.pm          | 281 -----------------
 inc/Module/Install/Base.pm     |  70 -----
 inc/Module/Install/Can.pm      |  82 -----
 inc/Module/Install/Fetch.pm    |  93 ------
 inc/Module/Install/Include.pm  |  34 ---
 inc/Module/Install/Makefile.pm | 237 ---------------
 inc/Module/Install/Metadata.pm | 336 --------------------
 inc/Module/Install/Win32.pm    |  65 ----
 inc/Module/Install/WriteAll.pm |  43 ---
 inc/Test/More.pm               | 677 -----------------------------------------
 inc/Time/Duration.pm           | 227 --------------
 lib/Time/Duration/Parse.pm     |  37 ++-
 t/00_compile.t                 |   2 +-
 t/01_parse.t                   |   3 +-
 t/02_roundtrip.t               |   2 +-
 31 files changed, 650 insertions(+), 2355 deletions(-)
 create mode 100644 LICENSE
 create mode 100644 README
 delete mode 100644 debian/README.source
 delete mode 100644 debian/patches/pod-error.patch
 delete mode 100644 debian/patches/series
 create mode 100644 debian/source/format
 create mode 100644 dist.ini
 delete mode 100644 inc/Module/Install.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
 delete mode 100644 inc/Test/More.pm
 delete mode 100644 inc/Time/Duration.pm

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



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