[libffi-platypus-perl] branch master updated (5e49a1a -> 47ea463)

gregor herrmann gregoa at debian.org
Wed Jul 6 21:35:59 UTC 2016


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

gregoa pushed a change to branch master
in repository libffi-platypus-perl.

      from  5e49a1a   releasing package libffi-platypus-perl version 0.42-2
       new  76339bb   Imported Upstream version 0.42.01
       new  786b3f4   Drop spelling.patch, merged upstream.
       new  15818dd   Drop debugging comments from debian/tests/pkg-perl/smoke-setup.
       new  47ea463   releasing package libffi-platypus-perl version 0.42.01-1

The 4 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                                     |   4 +-
 CONTRIBUTING                                 |   2 +-
 Changes                                      |   5 ++
 INSTALL                                      |  14 ++--
 MANIFEST                                     |  21 ++---
 META.json                                    |  10 +--
 META.yml                                     |   5 +-
 README                                       | 109 +++++++++++++-------------
 xt/release/release.yml => author.yml         |   0
 cpanfile                                     |   4 -
 debian/changelog                             |   8 ++
 debian/patches/series                        |   1 -
 debian/patches/spelling.patch                |  40 ----------
 debian/tests/pkg-perl/smoke-setup            |   5 --
 dist.ini                                     |   8 +-
 examples/char.pl                             |  10 +--
 examples/closure-opaque.pl                   |  20 +++--
 examples/closure.pl                          |  22 +++---
 examples/getpid.pl                           |  10 ++-
 examples/integer.pl                          |  10 ++-
 examples/list_integer_types.pl               |   6 +-
 examples/malloc.pl                           |   7 +-
 examples/math.pl                             |  13 +--
 examples/notify.pl                           |  15 ++--
 examples/pipe.pl                             |   7 +-
 examples/string.pl                           |  13 +--
 examples/uuid.pl                             |  14 ++--
 inc/My/AutoConf.pm                           |  41 ++++++----
 inc/My/ModuleBuild.pm                        |   2 +-
 inc/probe/{bigendian.c => bigendian64.c}     |   4 +-
 include/ffi_platypus.h                       |  18 ++++-
 include/ffi_platypus_call.h                  |  52 +++++++++---
 lib/FFI/Platypus.pm                          | 113 ++++++++++++++-------------
 lib/FFI/Platypus/API.pm                      |   4 +-
 lib/FFI/Platypus/Buffer.pm                   |   8 +-
 lib/FFI/Platypus/Declare.pm                  |  16 +++-
 lib/FFI/Platypus/Lang/ASM.pm                 |   4 +-
 lib/FFI/Platypus/Lang/C.pm                   |   4 +-
 lib/FFI/Platypus/Lang/Win32.pm               |   4 +-
 lib/FFI/Platypus/Memory.pm                   |   8 +-
 lib/FFI/Platypus/Record.pm                   |   4 +-
 lib/FFI/Platypus/Record/TieArray.pm          |   4 +-
 lib/FFI/Platypus/Type.pod                    |  73 ++++++++---------
 lib/FFI/Platypus/Type/PointerSizeBuffer.pm   |  17 ++--
 lib/FFI/Platypus/Type/StringPointer.pm       |  19 ++---
 lib/Module/Build/FFI.pm                      |  19 ++---
 t/00_diag.t                                  |   4 +
 xs/closure.c                                 |  24 +++++-
 xt/{release => author}/eol.t                 |   2 +
 xt/{release => author}/no_tabs.t             |   1 +
 xt/{release => author}/pod.t                 |   1 +
 xt/{release => author}/pod_coverage.t        |   3 +-
 xt/{release => author}/pod_spelling_common.t |   6 +-
 xt/{release => author}/pod_spelling_system.t |  11 +--
 xt/{release => author}/strict.t              |   7 ++
 xt/{release => author}/version.t             |   3 +-
 xt/release/changes.t                         |   2 +
 xt/release/fixme.t                           |   1 +
 58 files changed, 461 insertions(+), 401 deletions(-)
 rename xt/release/release.yml => author.yml (100%)
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/patches/spelling.patch
 copy inc/probe/{bigendian.c => bigendian64.c} (76%)
 rename xt/{release => author}/eol.t (99%)
 rename xt/{release => author}/no_tabs.t (99%)
 rename xt/{release => author}/pod.t (99%)
 rename xt/{release => author}/pod_coverage.t (96%)
 rename xt/{release => author}/pod_spelling_common.t (86%)
 rename xt/{release => author}/pod_spelling_system.t (92%)
 rename xt/{release => author}/strict.t (64%)
 rename xt/{release => author}/version.t (93%)

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



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