[libdevel-checklib-perl] branch master updated (7a23034 -> 0d761dc)

gregor herrmann gregoa at debian.org
Sat May 2 22:26:02 UTC 2015


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

gregoa pushed a change to branch master
in repository libdevel-checklib-perl.

      from  7a23034   Prepare changelog for release
      adds  1da4377   Great Renaming from Devel::AssertLib to Devel::CheckLib 0.2 release
      adds  d5d7075   It works with a lower version of File::Temp, so dropped pre-req version
      adds  c2e81e9   Minor doco updates Added bin/use-devel-checklib
      adds  1217b31   Doco for bin/use-devel-checklib
      adds  33d9311   Added bin/use-devel-checklib to MANIFEST; Updated _findcc() to cope with $Config{cc} eq 'ccache cc' et sim
      adds  baca007   For use when testing with multi-word $Config{cc}
      adds  162564a   Test for multi-word compiler; Test for $Config{cc} pointing to never-never land; Check for compiler when module is use()ed; bin/use-devel-checklib now updates MANIFEST as well
      adds  a4efe4d   De-warning-ification
      adds  3bbe712   Add dependency on IO::CaptureOutput 1.04 (which doesn't exist yet); Bundle IO::CaptureOutput in inc/ when user runs script
      adds  a1658cb   use IO:CaptureOutput instead of _quiet_system()
      adds  e8d65b6   Excise _quiet_system from t/lib/Helper.pm
      adds  42568b6   Revert IO::CaptureOutput stuff
      adds  3d32433   Now with super-shiny IO::CaptureOutput debuggery in found.t
      adds  6fcc1f0   Place-holder for Borlandish stuff
      adds  928c026   Added 'LIBS' support; Removed comment about skipping in t/found.t, cos I don't think we need to
      adds  a1dfada   All test files now check to see if you have a compiler and skip if not (except the ones which were all about checking for a compiler anyway).
      adds  bdb82ac   Doco
      adds  f8beae4   Chris Williams's patch for Borland support
      adds  d5d53c4   0.3 release
      adds  f3243e9   Tests and docs for checking header files
      adds  2f446f2   Header stuff now works with gcc-a-likes
      adds  515e831   Added what I think should work for headers in Borland C
      adds  9a2b46e   Removed '.' from default -I path list
      adds  9ad85ba   Doco-cleansing
      adds  d8cd3b1   Added what I think is the right voodoo for headers in MS C
      adds  85937d6   Fix stupid mistake
      adds  0535c1b   Hlagh
      adds  b874edc   VMS mumbling
      adds  169a4f5   Remove temp dir in tests
      adds  ffe7075   *** empty log message ***
      adds  12c9f09   Minor doco tweak in script
      adds  8f2a4a5   SEE ALSOs
      adds  b745959   Bugfix doco on how to submit a bug report
      adds  f61be6d   AndyA's VMS notes
      adds  d1e264f   Clean up temp files
      adds  93c29d8   Get rid of IO::CaptureOutput from use-devel-checklib (thanks to RICHDAWE for reporting the bug
      adds  28c9cf2   *** empty log message ***
      adds  4d64eda   Fix modules in inc/ so dists don't appear to be 'unauthorised'
      adds  dc74ade   Irix
      adds  51c4574   Added USAGE notes to Devel::CheckLib and Devel::CheckOS modules
      adds  5578b1a   mumble
      adds  d74abf5   QNX Just Works
      adds  961824f   DAXIM's patch (RT #46044) to take LIBS and INC on the command-line
      adds  ddb5e07   I can haz tests nao
      adds  87c3fa5   MOAR TESTS
      adds  7cf05b7   Devel::CheckLib 0.6 release
      adds  de12a10   Test release 0.699_001
      adds  413e3d0   Add check_lib function
      adds  0574ffc   Fiddle with MS compiler command-line
      adds  29b17dc   Devel::CheckLib 0.7 release
      adds  610b1c1   updated CHANGES
      adds  6fb97a0   declare minimum perl version required
      adds  ce09a8b   upgrade Makefile.PL
      adds  0b3f7b0   fixed RT:61297
      adds  bbc33b2   version bump.
      adds  7c22b45   Honour configured perl {cc,ld}flags
      adds  9294f3d   fix deprecated parenthesis. use "(qw())".
      adds  43bcc16   fix: http://www.cpantesters.org/cpan/report/8921334e-d2f7-11df-890f-3a03d48374d3 http://www.cpantesters.org/cpan/report/1cab436e-d06b-11df-a11d-fe0c24310e15 http://www.cpantesters.org/cpan/report/b5f47d56-cfcb-11df-a2c4-52130210580f
      adds  b9d97f4   version bump.
      adds  141901d   should be gracefully.
      adds  5ae7c10   patch included at https://rt.cpan.org/Public/Bug/Display.html?id=63742
      adds  897ac24   version bump
      adds  08519c7   updated CHANGES.
      adds  4823371   more clear error message
      adds  6b2c5ae   Merge pull request #2 from wchristian/error_message
      adds  a82b7bc   version bump up.
      adds  823b5e5   oops. some changes had dropped.
      adds  9829570   MSVC generates extra files, clean them up
      adds  bf718a1   Merge pull request #3 from tonycoz/msvc-cleanup
      adds  74a1a8b   correctly pass linker options to MSVC
      adds  410c961   Merge pull request #4 from tonycoz/msvc-ldopts
      adds  4144eed   version bump up.
      adds  862bc79   fix CHANGES.
      adds  0cb4db0   help find mingw binaries
      adds  4b74540   Merge pull request #5 from wchristian/find_mingw_binaries
      adds  e0737a9   merge ldflags & perllibs
      adds  5381d1f   note.
      adds  d8dab56   be silent.
      adds  b50976e   fix version.
      adds  ac13a27   fix warnings.
      adds  e1c7f28   Document the debug flag.
      adds  92a9db8   Merge pull request #7 from shlomif/master
      adds  1a1bfb1   add travis configuration.
      adds  a6b745f   RT #81330 Allow -R rpaths as libpaths used with solaris cc
      adds  5a888d1   correct VMS-notes formatting
      adds  57ccbf6   fix tests when ccflags contains -m32
      adds  370769f   Merge pull request #8 from rurban/master
      adds  a189b74   Deprecate use-devel-checklib script. Now, most of environment supports configure_requires.
      adds  604cee4   Merge pull request #9 from tokuhirom/master
      adds  d9cd286   version bump up
      adds  8396b77   Correct version
      adds  e331fff   Handle the case for no exe extension.
      adds  0bd29d0   Merge pull request #10 from yak1ex/cygwin_may_not_have_extension
      adds  e38400c   typo fixes
      adds  b07a179   Merge pull request #11 from dsteinbrunner/patch-1
      adds  2736a50   Fix Bug from cpan rt queue
      adds  de707f2   Merge pull request #13 from rns/patch-1
      adds  b40a13e   Version bump up
      adds  f31b322   update .travis.yml, add 5.18 and 5.20
      adds  91b5892   Merge pull request #14 from viviparous/master
      adds  c0d8ed7   fix crashes on some systems, caused by combining libs kernel32 and msvcrt
      adds  6211690   Merge pull request #12 from wchristian/fix_test_crashes
      adds  1b7beb2   bump-up Version
      adds  68fd7bc   Imported Upstream version 1.03
       new  6ec9f07   Merge tag 'upstream/1.03'
       new  2cf3958   Update debian/changelog
       new  2ee78dd   Update years of packaging copyright.
       new  7e046b5   Declare compliance with Debian Policy 3.9.6.
       new  b27eec6   Mark package as autopkgtest-able.
       new  731fc6b   Add a runtime dependency on "gcc | c-compiler".
       new  0d761dc   releasing package libdevel-checklib-perl version 1.03-1

The 7 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               |  3 +++
 META.json             |  4 ++--
 META.yml              | 20 ++++++++++----------
 debian/changelog      | 10 ++++++++++
 debian/control        |  6 ++++--
 debian/copyright      |  2 +-
 lib/Devel/CheckLib.pm |  4 ++--
 7 files changed, 32 insertions(+), 17 deletions(-)

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



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