[carton] branch master updated (3278a83 -> 159ef3a)

gregor herrmann gregoa at debian.org
Mon Aug 5 11:35:08 UTC 2013


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

gregoa pushed a change to branch master
in repository carton.

      from  3278a83   releasing package carton version 0.9.15-1
       new  9d74ec8   Update URL in debian/{control,copyright,watch}.
      adds  2a60e50   Imported Upstream version 1.0.2
       new  8a9a1f4   Merge tag 'upstream/1.0.2'
       new  1f23386   New upstream release.
       new  7425e3c   Refresh spelling.patch.
       new  83ceadf   Update build and runtime dependencies.
       new  159ef3a   update changelog / add WAITS-FOR

The 6 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                       |   24 +--
 Changes                        |  104 +++++++++
 MANIFEST                       |   33 ++-
 META.json                      |   42 ++--
 META.yml                       |   35 +--
 Makefile.PL                    |   70 ------
 README                         |   54 ++---
 cpanfile                       |   30 ++-
 debian/changelog               |   10 +
 debian/control                 |   30 +--
 debian/copyright               |    2 +-
 debian/patches/spelling.patch  |   10 +-
 debian/watch                   |    2 +-
 dist.ini                       |    2 +-
 lib/Carton.pm                  |  460 ++--------------------------------------
 lib/Carton/Builder.pm          |   96 +++++++++
 lib/Carton/CLI.pm              |  408 ++++++++++++++++++-----------------
 lib/Carton/CPANfile.pm         |   27 +++
 lib/Carton/Dependency.pm       |   19 ++
 lib/Carton/Dist.pm             |   33 +++
 lib/Carton/Dist/Core.pm        |   23 ++
 lib/Carton/Doc/Check.pod       |   30 +--
 lib/Carton/Doc/Exec.pod        |   22 +-
 lib/Carton/Doc/FAQ.pod         |   74 +++----
 lib/Carton/Doc/Install.pod     |   74 +++----
 lib/Carton/Doc/List.pod        |   24 +--
 lib/Carton/Doc/Tree.pod        |   13 --
 lib/Carton/Doc/Update.pod      |   40 ++++
 lib/Carton/Environment.pm      |   95 +++++++++
 lib/Carton/Error.pm            |    8 +-
 lib/Carton/Index.pm            |   52 +++++
 lib/Carton/Mirror.pm           |   25 +++
 lib/Carton/Package.pm          |   16 ++
 lib/Carton/Snapshot.pm         |  175 +++++++++++++++
 lib/Carton/Snapshot/Emitter.pm |   30 +++
 lib/Carton/Snapshot/Parser.pm  |  126 +++++++++++
 lib/Carton/Tree.pm             |  177 ++++------------
 script/carton                  |    2 +-
 t/00-compile.t                 |   74 -------
 xt/CLI.pm                      |   75 +++----
 xt/cli/bundle.t                |   19 ++
 xt/cli/check.t                 |   85 +++++++-
 xt/cli/cpanfile.t              |   44 ++++
 xt/cli/deployment.t            |   26 +++
 xt/cli/deps_phase.t            |   29 +++
 xt/cli/exec.t                  |   76 +++++--
 xt/cli/freeze.t                |   24 +++
 xt/cli/help.t                  |   25 +++
 xt/cli/install.t               |   30 +++
 xt/cli/json_pp.t               |   23 ++
 xt/cli/mirror.t                |   23 +-
 xt/cli/mirror_multi.t          |   39 ----
 xt/cli/mismatch.t              |   27 +++
 xt/cli/no_cpanfile.t           |   13 ++
 xt/cli/perl.t                  |    9 +-
 xt/cli/snapshot.t              |   48 +++++
 xt/cli/subdir.t                |   25 +++
 xt/cli/test_deps.t             |   26 ---
 xt/cli/tree.t                  |   23 ++
 xt/cli/update.t                |   78 +++++++
 xt/cli/version.t               |    5 +-
 xt/cli/without.t               |   67 ++++++
 62 files changed, 2104 insertions(+), 1306 deletions(-)
 delete mode 100644 Makefile.PL
 create mode 100644 lib/Carton/Builder.pm
 create mode 100644 lib/Carton/CPANfile.pm
 create mode 100644 lib/Carton/Dependency.pm
 create mode 100644 lib/Carton/Dist.pm
 create mode 100644 lib/Carton/Dist/Core.pm
 delete mode 100644 lib/Carton/Doc/Tree.pod
 create mode 100644 lib/Carton/Doc/Update.pod
 create mode 100644 lib/Carton/Environment.pm
 create mode 100644 lib/Carton/Index.pm
 create mode 100644 lib/Carton/Mirror.pm
 create mode 100644 lib/Carton/Package.pm
 create mode 100644 lib/Carton/Snapshot.pm
 create mode 100644 lib/Carton/Snapshot/Emitter.pm
 create mode 100644 lib/Carton/Snapshot/Parser.pm
 delete mode 100644 t/00-compile.t
 create mode 100644 xt/cli/bundle.t
 create mode 100644 xt/cli/cpanfile.t
 create mode 100644 xt/cli/deployment.t
 create mode 100644 xt/cli/deps_phase.t
 create mode 100644 xt/cli/freeze.t
 create mode 100644 xt/cli/help.t
 create mode 100644 xt/cli/install.t
 create mode 100644 xt/cli/json_pp.t
 delete mode 100644 xt/cli/mirror_multi.t
 create mode 100644 xt/cli/mismatch.t
 create mode 100644 xt/cli/no_cpanfile.t
 create mode 100644 xt/cli/snapshot.t
 create mode 100644 xt/cli/subdir.t
 delete mode 100644 xt/cli/test_deps.t
 create mode 100644 xt/cli/tree.t
 create mode 100644 xt/cli/update.t
 create mode 100644 xt/cli/without.t

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



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