[libfile-libmagic-perl] branch master updated (899e7c1 -> 93d2239)

Florian Schlichting fsfs at moszumanska.debian.org
Sat Nov 11 15:42:43 UTC 2017


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

fsfs pushed a change to branch master
in repository libfile-libmagic-perl.

      from  899e7c1   update changelog
      adds  5050f17   Bump version after release
      adds  20bafb1   Doc installing file-devel on Red Hat
      adds  663f024   Test with Perl 5.24
      adds  81f6902   Use 5.24 for coverage
      adds  3e397f4   Update generated files
      adds  afb60ea   Ignore modules copied into inc
      adds  b15a4b0   Skip CleanNamespaces
      adds  fbddc61   Update generated files again
      adds  d6bffa9   Upgrade Config::AutoConf
      adds  4d54178   Fix tests to deal with Apple's custom magic info
      adds  d0a0327   Fix typo in Changes
      adds  2c87649   Update .travis.yml
      adds  3239fe7   Only run coverage on one Perl under Travis
      adds  e3b1d81   Fix dzil usage under 5.26.0+
      adds  635c70c   Update generated files
      adds  70f8686   Small XS tweak suggested by ppport
      adds  109e052   Add ExtUtils::Constants as a dev prereq
      adds  0e7136f   Regen constants
      adds  f4075eb   Fix name of ExtUtils::Constant
      adds  d88d453   v1.16
      adds  54b638d   New upstream version 1.16
       new  adca2ae   Update upstream source from tag 'upstream/1.16'
       new  2b5f31e   Update debian/changelog
       new  2c4d744   Update upstream metadata
       new  abc7b3a   Bump copyright years
       new  b1ba408   Declare compliance with Debian Policy 4.1.1
       new  93d2239   prepare changelog for release

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:
 CONTRIBUTING.md                                    |  131 +
 Changes                                            |    8 +
 LICENSE                                            |    6 +-
 MANIFEST                                           |   29 +-
 META.json                                          |  835 +++--
 META.yml                                           |  675 ++--
 Makefile.PL                                        |    4 +-
 README.md                                          |  396 +-
 const/inc.c                                        |    2 +-
 const/inc.xs                                       |    2 +-
 cpanfile                                           |   21 +-
 debian/changelog                                   |   12 +-
 debian/control                                     |    2 +-
 debian/copyright                                   |   10 +-
 debian/upstream/metadata                           |    8 +-
 dist.ini                                           |   11 +-
 inc/Config/AutoConf.pm                             | 3768 ++++++++++++++------
 inc/MyInstallGuide.pm                              |    2 +-
 inc/MyMakeMaker.pm                                 |    2 +-
 lib/File/LibMagic.pm                               |   58 +-
 lib/File/LibMagic.xs                               |    2 +-
 perlcriticrc                                       |    9 +
 ppport.h                                           |  805 +++--
 t/00-report-prereqs.dd                             |   21 +-
 t/00-report-prereqs.t                              |   26 +-
 t/author-mojibake.t                                |   17 -
 t/oo-api.t                                         |   40 +-
 t/release-cpan-changes.t                           |   19 -
 t/release-pod-syntax.t                             |   14 -
 t/release-synopsis.t                               |   13 -
 t/release-tidyall.t                                |   17 -
 tidyall.ini                                        |   16 +-
 weaver.ini                                         |   17 -
 t/author-00-compile.t => xt/author/00-compile.t    |   22 +-
 t/author-eol.t => xt/author/eol.t                  |   22 +-
 xt/author/mojibake.t                               |    9 +
 t/author-no-tabs.t => xt/author/no-tabs.t          |   20 -
 .../author/pod-coverage.t                          |   18 +-
 t/author-pod-spell.t => xt/author/pod-spell.t      |   60 +-
 xt/author/pod-syntax.t                             |    7 +
 t/release-portability.t => xt/author/portability.t |   10 -
 xt/author/synopsis.t                               |    5 +
 .../author/test-version.t                          |   11 +-
 xt/author/tidyall.t                                |   16 +
 xt/release/cpan-changes.t                          |   10 +
 xt/release/meta-json.t                             |    4 +
 46 files changed, 4893 insertions(+), 2319 deletions(-)
 create mode 100644 CONTRIBUTING.md
 delete mode 100644 t/author-mojibake.t
 delete mode 100644 t/release-cpan-changes.t
 delete mode 100644 t/release-pod-syntax.t
 delete mode 100644 t/release-synopsis.t
 delete mode 100644 t/release-tidyall.t
 delete mode 100644 weaver.ini
 rename t/author-00-compile.t => xt/author/00-compile.t (70%)
 rename t/author-eol.t => xt/author/eol.t (58%)
 create mode 100644 xt/author/mojibake.t
 rename t/author-no-tabs.t => xt/author/no-tabs.t (58%)
 rename t/release-pod-coverage.t => xt/author/pod-coverage.t (71%)
 rename t/author-pod-spell.t => xt/author/pod-spell.t (58%)
 create mode 100644 xt/author/pod-syntax.t
 rename t/release-portability.t => xt/author/portability.t (52%)
 create mode 100644 xt/author/synopsis.t
 rename t/author-test-version.t => xt/author/test-version.t (69%)
 create mode 100644 xt/author/tidyall.t
 create mode 100644 xt/release/cpan-changes.t
 create mode 100644 xt/release/meta-json.t

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



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