[libextutils-installpaths-perl] branch master updated (6b126ab -> 0bfca11)

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Aug 21 23:56:32 UTC 2015


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

kanashiro-guest pushed a change to branch master
in repository libextutils-installpaths-perl.

      from  6b126ab   update changelog
       new  c6e8edb   Add debian/upstream/metadata
       new  2fca751   Update debian/changelog
      adds  2fa3535   initial commit
      adds  7185dd2   Extracted install path logic from Module::Build
      adds  ebc5666   Added create_packlist, destdir and module_name
      adds  38dd057   Made log_verbose private
      adds  2a265b4   Various cosmetic changes to unit tests
      adds  87321a7   Add tests for install_map
      adds  b90edcb   Made some methods protected
      adds  9e9d563   Made constructor a whole lot more sensible
      adds  546d1e1   Cleaned up installdirs
      adds  603ae10   Added frontends to _default_install_paths
      adds  b991c7b   Refactored out _default_install_paths
      adds  d2ad4d3   Reordered prefixing logic
      adds  1513c33   Adapted to new version of ExtUtils::Config
      adds  78a5a52   Added VMS prefixify support
      adds  f2e0d1b   Cosmetic updates
      adds  c9060e1   Added documentation
      adds  11c0359   v0.001
      adds  3a6592d   Fixed attribution
      adds  29ff74f   Fixed case insensitive file matching in test
      adds  f22e9b2   Use dist_name instead of module_name
      adds  1cd3ca9   Accept installdirs=perl with a warning
      adds  b0d9e20   v0.002
      adds  1ba5c9e   Reinstated the module_name parameter
      adds  3ca4f0b   v0.003
      adds  e092403   Updated dist.ini
      adds  22f1df4   Sanatized the config method
      adds  faa30fc   v0.004
      adds  5d35f79   Don't return references to internal state
      adds  7b913db   Get rid of ugly VMS hack
      adds  387bbd8   v0.005
      adds  fdad5ac   Reverted overzealous parts of 5d35f79e
      adds  40d1cc3   Add original_prefix and install_sets
      adds  f2b3523   Various documentation improvements
      adds  cd97517   v0.006
      adds  4dd3df0   Refactor everything into sanity
      adds  91f085f   v0.007
      adds  cbc3d6a   Fix portability issues in test paths
      adds  c25a30b   Simplify File::Spec usage in tests
      adds  b47846b   Don't require ExtUtils::Config object
      adds  1b97603   v0.008
      adds  66d0fd5   Made initializers more sane
      adds  95dfdb0   Rewrote merging algorithm
      adds  34da8f6   Add relative path checkers to relpaths arguments
      adds  b0825f1   v0.009
      adds  aac848c   Deprecated usage of legacy configuration variables
      adds  e8893db   Generate default paths more dynamically
      adds  992b349   Get rid of dead code
      adds  65551bb   v0.010
      adds  7917211   Move constructor thingies together
      adds  cfaf9a6   Make EU::IP compatible with perl 5.6
      adds  c0886e9   Declare dependency on File::Spec 0.83 for case_sensitive
      adds  90f7768   v0.011
      adds  ff675b0   Imported Upstream version 0.011
       new  f27b72a   Merge tag 'upstream/0.011'
       new  8250020   Update debian/changelog
       new  de88ee8   Bump debhelper compatibility level to 9
       new  bae38ca   Declare compliance with Debian policy 3.9.6
       new  9c7648e   Add autopkgtest-pkg-perl
       new  0bfca11   Add autopkgtest issue in TODO list

The 8 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                      |  4 ++++
 LICENSE                      |  2 +-
 MANIFEST                     |  1 +
 META.json                    | 12 +++++-----
 META.yml                     | 34 ++++++++++++++--------------
 Makefile.PL                  | 54 ++++++++++++++++++++------------------------
 README                       |  4 +++-
 debian/changelog             | 16 +++++++++++--
 debian/compat                |  2 +-
 debian/control               |  5 ++--
 debian/upstream/metadata     |  8 +++++++
 lib/ExtUtils/InstallPaths.pm | 36 ++++++++++++++---------------
 t/00-compile.t               | 15 +++++++-----
 t/destinations.t             |  2 +-
 t/release-pod-coverage.t     | 12 +++-------
 t/release-pod-syntax.t       |  5 ++--
 16 files changed, 116 insertions(+), 96 deletions(-)
 create mode 100644 debian/upstream/metadata

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



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