[libffi-platypus-perl] branch master updated (967d73e -> 3fc39bb)

Damyan Ivanov dmn at moszumanska.debian.org
Tue Nov 21 22:02:42 UTC 2017


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

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

      from  967d73e   releasing package libffi-platypus-perl version 0.45-1
      adds  3fc93cd   New upstream version 0.47
       new  e389e4b   Update upstream source from tag 'upstream/0.47'
       new  8a20e25   declare conformance with Policy 4.1.1 (no changes needed)
       new  3324e97   remove lib-module-build-perl from runtime dependencies
       new  3fc39bb   releasing package libffi-platypus-perl version 0.47-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                                   |     7 +-
 Changes                                    |    11 +
 MANIFEST                                   |    17 +-
 META.json                                  |     9 +-
 META.yml                                   |     9 +-
 README                                     |     2 +-
 author.yml                                 |     8 +-
 config.log                                 | 52592 ---------------------------
 cpanfile                                   |     3 +-
 debian/changelog                           |    10 +
 debian/control                             |     3 +-
 dist.ini                                   |    21 +-
 inc/My/AutoConf.pm                         |    16 +-
 inc/My/HeaderVersion.pm                    |    29 -
 inc/My/ModuleBuild.pm                      |    16 +-
 inc/My/Probe.pm                            |     7 +-
 inc/My/ShareConfig.pm                      |    44 +
 inc/probe/abi                              |   Bin 18428 -> 0 bytes
 inc/probe/bigendian                        |   Bin 18476 -> 0 bytes
 inc/probe/bigendian64                      |   Bin 18476 -> 0 bytes
 inc/probe/complex                          |   Bin 18644 -> 0 bytes
 inc/probe/longdouble                       |   Bin 18532 -> 0 bytes
 inc/run/before_build.pl                    |     1 +
 include/ffi_platypus_config.h              |   199 -
 include/ffi_platypus_probe.h               |     5 -
 include/ppport.h                           |     2 +-
 lib/FFI/Platypus.pm                        |    29 +-
 lib/FFI/Platypus/API.pm                    |     4 +-
 lib/FFI/Platypus/Buffer.pm                 |     4 +-
 lib/FFI/Platypus/Declare.pm                |     4 +-
 lib/FFI/Platypus/Lang/ASM.pm               |     4 +-
 lib/FFI/Platypus/Lang/C.pm                 |     8 +-
 lib/FFI/Platypus/Lang/Win32.pm             |     8 +-
 lib/FFI/Platypus/Memory.pm                 |     4 +-
 lib/FFI/Platypus/Record.pm                 |     4 +-
 lib/FFI/Platypus/Record/TieArray.pm        |     4 +-
 lib/FFI/Platypus/ShareConfig.pm            |    72 +
 lib/FFI/Platypus/Type.pod                  |     2 +-
 lib/FFI/Platypus/Type/PointerSizeBuffer.pm |     4 +-
 lib/FFI/Platypus/Type/StringPointer.pm     |     4 +-
 lib/Module/Build/FFI.pm                    |   533 -
 libtest/libtest.bundle                     |   Bin 27184 -> 0 bytes
 share/README.txt                           |     2 +
 share/include/ffi_util.h                   |    21 -
 t/00_diag.t                                |    11 +-
 t/01_use.t                                 |     6 +-
 t/ffi_platypus_lang.t                      |    25 +-
 xt/author/strict.t                         |     2 +-
 xt/release/fixme.t                         |     2 +-
 49 files changed, 266 insertions(+), 53502 deletions(-)
 delete mode 100644 config.log
 delete mode 100644 inc/My/HeaderVersion.pm
 create mode 100644 inc/My/ShareConfig.pm
 delete mode 100755 inc/probe/abi
 delete mode 100755 inc/probe/bigendian
 delete mode 100755 inc/probe/bigendian64
 delete mode 100755 inc/probe/complex
 delete mode 100755 inc/probe/longdouble
 delete mode 100644 include/ffi_platypus_config.h
 delete mode 100644 include/ffi_platypus_probe.h
 create mode 100644 lib/FFI/Platypus/ShareConfig.pm
 delete mode 100644 lib/Module/Build/FFI.pm
 delete mode 100755 libtest/libtest.bundle
 create mode 100644 share/README.txt
 delete mode 100644 share/include/ffi_util.h

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