[carton] branch master updated (13a3768 -> 1a320c2)

Lucas Kanashiro kanashiro at moszumanska.debian.org
Thu Jun 30 14:50:43 UTC 2016


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

kanashiro pushed a change to branch master
in repository carton.

      from  13a3768   update changelog
      adds  e14a120   update github url
      adds  badc819   How to make carton install use perlbrew perl
      adds  b553d53   Use perl -S, as suggested by trs++
      adds  4b8d256   Typo
      adds  13b5f5a   Document process to fix the previous situation
      adds  2c8dded   Merge pull request #202 from melo/patch-1
      adds  474e3ad   tidy up the FAQ. perlbrew using /usr/bin/env perl is actually fine, as long as it picks up the right perl when installing Carton.
      adds  8ab892d   fix a warning "Unescaped left brace in regex is deprecated, passed through in regex"
      adds  5d0bb4d   Merge pull request #204 from hiroaki/unescaped-left-brace
      adds  9f16a97   lint
      adds  83f277f   v1.0.24
      adds  192b219   fix CI
      adds  ccf3f27   Try to fix mixed console output on Windows
      adds  0d5d228   Revert "Try to fix mixed console output on Windows"
      adds  8f5beb6   Add carton run
      adds  311b2da   Handle undef versions correctly
      adds  e266b29   v1.0.25
      adds  76b0050   Write undef properly for 02packages index as well
      adds  4f0890a   v1.0.26
      adds  a1842ba   undef is a valid version string, no need to special case here
      adds  cdc2647   v1.0.27
      adds  7238518   emit the line when parsing error happened.
      adds  163774c   v1.0.28
      adds  8c12ed1   Imported Upstream version 1.0.28
       new  c31bec1   Merge tag 'upstream/1.0.28'
       new  c5c0f26   Update debian/changelog
       new  7fc23c8   Remove patch fixing spelling error, fixed by upstream
       new  b6bb3ec   Update Debian packaging copyright
       new  a485891   Declare complaince with Debian policy 3.9.8
       new  0018869   debian/control: add libcapture-tiny-perl as build dependency
       new  16e8618   debian/control: remove fixed version of some dependencies, they already are satisfied. Thanks cme.
       new  f8a966b   Create patch to fix another typo in manpage
       new  1a320c2   release carton version 1.0.28-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                                         | 20 ++++++++++++++++++++
 MANIFEST                                        |  4 ++--
 META.json                                       | 18 ++++++++++--------
 META.yml                                        | 16 +++++++++-------
 Makefile.PL                                     |  4 ++--
 README                                          |  2 +-
 debian/changelog                                | 16 ++++++++++++++--
 debian/control                                  | 13 +++++++------
 debian/copyright                                |  1 +
 debian/patches/0001_fix-typo-in-manpage.patch   | 17 +++++++++++++++++
 debian/patches/series                           |  2 +-
 debian/patches/spelling.patch                   | 18 ------------------
 lib/Carton.pm                                   |  4 ++--
 lib/Carton/CLI.pm                               |  7 +++++++
 lib/Carton/Doc/FAQ.pod                          | 18 +++++++++++++++++-
 lib/Carton/Index.pm                             |  2 +-
 lib/Carton/Package.pm                           |  5 +++++
 lib/Carton/Packer.pm                            |  2 +-
 lib/Carton/Snapshot/Emitter.pm                  |  4 +++-
 lib/Carton/Snapshot/Parser.pm                   |  3 +--
 t/{release-pod-syntax.t => author-pod-syntax.t} |  5 +++--
 xt/cli/install.t                                | 14 ++++++++++----
 22 files changed, 134 insertions(+), 61 deletions(-)
 create mode 100644 debian/patches/0001_fix-typo-in-manpage.patch
 delete mode 100644 debian/patches/spelling.patch
 rename t/{release-pod-syntax.t => author-pod-syntax.t} (56%)

-- 
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