[libdata-util-perl] branch master updated (adc8f02 -> a8ae6a0)

Nick Morrott nickm-guest at moszumanska.debian.org
Tue Aug 2 00:53:28 UTC 2016


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

nickm-guest pushed a change to branch master
in repository libdata-util-perl.

      from  adc8f02   update changelog
       new  36305bf   Imported Upstream version 0.65
       new  98b543d   Bump Standards-Version to 3.9.8 (no changes)
       new  c3a81cf   Update copyright years
       new  8569af3   Remove details for Module::Install
       new  f8bf7ae   Drop perl-5.21.patch, applied upstream
       new  0c9cd5b   Update metadata
       new  5d4511f   Update Module::Build(::XSUtil) dependencies
       new  7fc2910   Add Testsuite header to make package autopkgtest-able
       new  075265c   Include example/ in Testsuite config
       new  c3ac13b   Add hardening=+bindnow build flag
       new  a8ae6a0   Releasing package libdata-util-perl version 0.65-1

The 11 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:
 .gitignore                            |  19 -
 .shipit                               |   7 -
 Build.PL                              |  82 ++++
 Changes                               |   9 +-
 LICENSE                               | 378 ++++++++++++++++
 MANIFEST                              |  40 +-
 MANIFEST.SKIP                         |  65 ---
 META.json                             |  94 ++++
 META.yml                              |  58 ++-
 Makefile.PL                           |  38 --
 README                                |  44 --
 README.md                             | 429 ++++++++++++++++++
 circle.yml                            |  45 ++
 cpanfile                              |  16 +
 debian/changelog                      |  18 +-
 debian/control                        |   7 +-
 debian/copyright                      |   8 +-
 debian/patches/perl-5.21.patch        |  47 --
 debian/patches/series                 |   1 -
 debian/rules                          |   2 +
 debian/tests/pkg-perl/smoke-files     |   2 +
 debian/upstream/metadata              |   2 +
 example/lib/Method/Modifiers.pm       |   2 +-
 inc/Module/Install.pm                 | 470 -------------------
 inc/Module/Install/AuthorTests.pm     |  59 ---
 inc/Module/Install/Base.pm            |  83 ----
 inc/Module/Install/Can.pm             | 154 -------
 inc/Module/Install/Makefile.pm        | 418 -----------------
 inc/Module/Install/Metadata.pm        | 722 ------------------------------
 inc/Module/Install/Repository.pm      |  88 ----
 inc/Module/Install/WriteAll.pm        |  63 ---
 inc/Module/Install/XSUtil.pm          | 819 ----------------------------------
 lib/Data/Util.pm                      |  70 +--
 DataUtil.xs => lib/Data/Util.xs       |   9 +-
 lib/Data/Util/JA.pod                  |   5 +-
 lib/Data/Util/PurePerl.pm             |  10 +-
 minil.toml                            |  11 +
 t/16_modify.t                         |   1 -
 data-util.h => xs-src/data-util.h     |   0
 misc_scalar.c => xs-src/misc_scalar.c |   0
 mro_compat.h => xs-src/mro_compat.h   |   0
 str_util.h => xs-src/str_util.h       |   0
 subs.c => xs-src/subs.c               |   0
 xshelper.h                            | 101 -----
 xt/02_pod-coverage.t                  |  11 +-
 45 files changed, 1210 insertions(+), 3297 deletions(-)
 delete mode 100755 .gitignore
 delete mode 100755 .shipit
 create mode 100644 Build.PL
 create mode 100644 LICENSE
 delete mode 100644 MANIFEST.SKIP
 create mode 100644 META.json
 delete mode 100644 Makefile.PL
 delete mode 100644 README
 create mode 100644 README.md
 create mode 100644 circle.yml
 create mode 100644 cpanfile
 delete mode 100644 debian/patches/perl-5.21.patch
 delete mode 100644 debian/patches/series
 create mode 100644 debian/tests/pkg-perl/smoke-files
 delete mode 100644 inc/Module/Install.pm
 delete mode 100644 inc/Module/Install/AuthorTests.pm
 delete mode 100644 inc/Module/Install/Base.pm
 delete mode 100644 inc/Module/Install/Can.pm
 delete mode 100644 inc/Module/Install/Makefile.pm
 delete mode 100644 inc/Module/Install/Metadata.pm
 delete mode 100644 inc/Module/Install/Repository.pm
 delete mode 100644 inc/Module/Install/WriteAll.pm
 delete mode 100644 inc/Module/Install/XSUtil.pm
 rename DataUtil.xs => lib/Data/Util.xs (99%)
 create mode 100644 minil.toml
 rename data-util.h => xs-src/data-util.h (100%)
 rename misc_scalar.c => xs-src/misc_scalar.c (100%)
 rename mro_compat.h => xs-src/mro_compat.h (100%)
 rename str_util.h => xs-src/str_util.h (100%)
 rename subs.c => xs-src/subs.c (100%)
 delete mode 100644 xshelper.h

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



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