[libalt-alien-ffi-system-perl] branch master updated (c985dfb -> 99853b5)

gregor herrmann gregoa at debian.org
Fri Aug 4 00:36:12 UTC 2017


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

gregoa pushed a change to branch master
in repository libalt-alien-ffi-system-perl.

      from  c985dfb   releasing package libalt-alien-ffi-system-perl version 0.14-1
      adds  15d50a2   Initial commit
      adds  8ada65a   initial implementation
      adds  05acf56   documentation
      adds  0c74286   v0.06
      adds  46bfc16   do a compile/link test at configure time
      adds  bd01ee6   v0.07
      adds  2187408   chomp flags to remove new line
      adds  76e0841   add dist_dir method
      adds  6a313ce   v0.08
      adds  f6fb2c8   v0.09
      adds  88858fa   v0.10
      adds  2821245   v0.11
      adds  f717901   update release tests
      adds  bc67140   back off on the 5.10 req
      adds  10c0530   v0.12
      adds  9f8723d   update changes after the fact
      adds  29bda42   doco
      adds  b6bdd63   doco
      adds  9b0e5e0   add gitattributes
      adds  ece0e00   update release tests
      adds  a38e3c5   v0.14
      adds  006d6fa   ExtUtils::CBuilder should be a configure requires since we support 5.8 now
      adds  5c4edc6   use new Alt plugin
      adds  f6d37b6   Alt plugin now on CPAN
      adds  58943a2   update to use current Alien::Base API
      adds  9be137c   do not actually use cbuilder no more
      adds  00df4b9   v0.15_01
      adds  9a251e5   spelling
      adds  b924b70   v0.16
      adds  e51e692   New upstream version 0.16
       new  235d285   Updated version 0.16 from 'upstream/0.16'
       new  31ec93b   Update debian/changelog
       new  dd7a866   Update years of packaging copyright.
       new  c50481c   Update (build) dependencies.
       new  99853b5   update changelog

The 5 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                                      |  9 +++
 INSTALL                                      | 14 ++---
 MANIFEST                                     | 28 ++++-----
 META.json                                    | 24 ++++----
 META.yml                                     | 17 ++++--
 Makefile.PL                                  | 64 +++++---------------
 README                                       |  6 +-
 xt/release/release.yml => author.yml         |  0
 {t => config}/basic.c                        |  0
 cpanfile                                     | 10 ++--
 debian/changelog                             | 12 ++++
 debian/control                               |  8 ++-
 debian/copyright                             |  2 +-
 dist.ini                                     | 26 ++++----
 inc/My/MakeMaker.pm                          | 82 --------------------------
 lib/Alien/FFI.pm                             | 88 +++++++++++++++++++++-------
 lib/Alt/Alien/FFI/System.pm                  |  8 ++-
 t/00_diag.t                                  | 14 ++++-
 t/01_diag.t                                  | 17 ------
 t/{02_use.t => 01_use.t}                     |  0
 t/basic.t                                    | 43 --------------
 t/xs.t                                       | 55 +++++++++++++++++
 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                           |  3 +-
 32 files changed, 279 insertions(+), 287 deletions(-)
 rename xt/release/release.yml => author.yml (100%)
 rename {t => config}/basic.c (100%)
 delete mode 100644 inc/My/MakeMaker.pm
 delete mode 100644 t/01_diag.t
 rename t/{02_use.t => 01_use.t} (100%)
 delete mode 100644 t/basic.t
 create mode 100644 t/xs.t
 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/libalt-alien-ffi-system-perl.git



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