[libb-hooks-parser-perl] branch master updated (77191d1 -> 3a8ec67)

Florian Schlichting fsfs at moszumanska.debian.org
Wed Jul 8 20:37:51 UTC 2015


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

fsfs pushed a change to branch master
in repository libb-hooks-parser-perl.

      from  77191d1   update changelog
       new  78af66a   Add debian/upstream/metadata
       new  df5aaf2   Update debian/changelog
      adds  b15888d   Initial version.
      adds  7c2440d   Add basic tests.
      adds  c33a746   Test set_linestr.
      adds  7a1301f   Test behaviour of get_linestr{,_offset} at runtime.
      adds  0723ab8   Test set_linestr at runtime.
      adds  dfd03e1   Add Makefile.PL.
      adds  98cffab   Add ppport.h.
      adds  53412a3   Add .gitignore.
      adds  4e2c497   Also check PL_bufptr to decide if we're currently parsing.
      adds  caaac8d   Specify prototyping behaviour.
      adds  ea3d97b   Install headers correctly. Specify dependencies.
      adds  d0dc8f9   Add a setup function to automatically grow PL_linestr so set_linestr can insert lines significantly longer than the current one.
      adds  7658fe8   Make the setup function available for c code.
      adds  8364885   Test the PL_linestr growing.
      adds  cfe7fb6   Remove the SvGROW filter after it has been invoked.
      adds  3610ffa   Add some docs.
      adds  054501d   Add pod and podcoverage tests.
      adds  421281f   Add MANIFEST.SKIP.
      adds  58ce6a1   Add changelog.
      adds  3bd40c7   Don't segfault if PL_linestr needs relocation in set_linestr.
      adds  ea7e288   Version 0.02.
      adds  33943ea   Bind some lexer stuff.
      adds  abf6636   Include the toke.c chunk rather than building an own object file as the important functions are static.
      adds  328a8ad   Don't remove the linestr grow filter.
      adds  aff0d20   Add bindings for various lexer stuff.
      adds  817032b   Merge branch 'lexer_stuff'
      adds  f9e36f4   Version 0.03.
      adds  02f11c3   Update MANIFEST.SKIP to not exclude toke.c stuff.
      adds  8e02457   Make clear_lex_stuff actually work.
      adds  095bcc3   Version 0.04.
      adds  2ea84c5   Grow string eval linestrings for growing.
      adds  0f0fddc   Update prereqs for Hooks::OP::Check.
      adds  699813b   Version 0.05.
      adds  e447153   Declare all public functions in the header file.
      adds  8c59736   Version 0.06.
      adds  948cd25   Make the string eval injection work on < 5.10.0.
      adds  8db3c4f   Version 0.07.
      adds  e16a22f   Add inject as a convenience function around get_linestr, get_linestr_offset and set_linestr.
      adds  138e771   Test inject.
      adds  2c07945   Version 0.08.
      adds  ae5defe   Add B::Hooks::Toke::skipspace function.
      adds  654705e   Don't redefine various macros if they already exist.
      adds  2f1bdb7   Fix test plan.
      adds  344f7b9   Make git ignore release tarballs.
      adds  f917cda   Version 0.09.
      adds  49a3c3d   don't be confused by NULs in the buffer
      adds  2ade385   fix off-by-one error in buffer length check
      adds  ec208a6   jump through hoops to avoid compiler warnings
      adds  6ef4d15   add MYMETA.{json,yml} to MANIFEST.SKIP and .gitignore
      adds  372f337   note repository and bugtracker locations
      adds  d5b1257   Version 0.10.
      adds  f83e846   complete documentation
      adds  2119b32   Version 0.11.
      adds  feccb5a   make 'eval "return # comment;"' work (RT#80070, Father Chrysotomos)
      adds  2e89300   automatically detect repo for metadata
      adds  2f616ce   prep for release of 0.12
      adds  0d92018   typo
      adds  a04de78   declare export list
      adds  d478a6a   depend on ExtUtils::Depends 0.302
      adds  66c96c8   more info in changelog
      adds  7d140ca   bump version to 0.13
      adds  bc56a90   basic conversion to Dist::Zilla
      adds  6d1cd41   tighten up entries
      adds  6a8e379   eliminate Module::Install in in-repo Makefile.PL
      adds  300223f   add placeholder .mailmap
      adds  c93b3ab   add podweaver
      adds  44f9d8d   fix EOL tests
      adds  3b5f774   fix no-tabs test
      adds  4914796   clean up formatting of Changes file
      adds  b827097   remove unused module
      adds  420630e   fix spelling tests and fix up a bit of pod formatting
      adds  18505c7   start tracking TODO issues
      adds  9a2d0d6   switch to my podweaver plugin bundle
      adds  5f1e47a   B-Hooks-Parser-0.13
      adds  3c0bcba   Imported Upstream version 0.13
       new  7e279bf   Merge tag 'upstream/0.13'
       new  19be063   Update debian/changelog
       new  e2784b6   Email change: Florian Schlichting -> fsfs at debian.org
       new  9fca953   Ship CONTRIBUTING in docs
       new  c62be85   Remove copyright paragraph for M::I, dropped upstream. Update copyright years
       new  da180d9   Declare compliance with Debian Policy 3.9.6
       new  a13909d   Mark package autopkgtest-able
       new  9adef81   Update upstream metadata
       new  3a8ec67   prepare changelog for release

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:
 CONTRIBUTING                       |  100 ++
 Changes                            |   67 +-
 INSTALL                            |   43 +
 LICENSE                            |  379 ++++++
 MANIFEST                           |   45 +-
 MANIFEST.SKIP                      |   10 -
 META.json                          | 1048 ++++++++++++++++
 META.yml                           |  713 ++++++++++-
 Makefile.PL                        |   99 +-
 README                             |   15 +
 debian/changelog                   |   15 +-
 debian/control                     |    6 +-
 debian/copyright                   |   10 +-
 debian/libb-hooks-parser-perl.docs |    1 +
 debian/upstream/metadata           |    8 +
 dist.ini                           |   32 +
 inc/Module/Install.pm              |  470 --------
 inc/Module/Install/Base.pm         |   83 --
 inc/Module/Install/Can.pm          |  154 ---
 inc/Module/Install/ExtraTests.pm   |  114 --
 inc/Module/Install/Fetch.pm        |   93 --
 inc/Module/Install/Makefile.pm     |  418 -------
 inc/Module/Install/Metadata.pm     |  722 -----------
 inc/Module/Install/Repository.pm   |   88 --
 inc/Module/Install/Win32.pm        |   64 -
 inc/Module/Install/WriteAll.pm     |   63 -
 lib/B/Hooks/Parser.pm              |   81 +-
 ppport.h                           | 2311 +++++++++++++++++++++++++++---------
 t/00-report-prereqs.dd             |  125 ++
 t/00-report-prereqs.t              |  183 +++
 t/basic.t                          |    8 +-
 t/toke.t                           |    5 +-
 xt/author/00-compile.t             |   55 +
 xt/author/clean-namespaces.t       |   11 +
 xt/author/eol.t                    |   34 +
 xt/author/kwalitee.t               |    9 +
 xt/author/no-tabs.t                |   34 +
 xt/author/pod-spell.t              |   29 +
 xt/author/pod.t                    |    6 -
 xt/author/podcoverage.t            |    9 -
 xt/release/changes_has_content.t   |   41 +
 xt/release/cpan-changes.t          |   11 +
 xt/release/distmeta.t              |    6 +
 xt/release/minimum-version.t       |    8 +
 xt/release/mojibake.t              |   12 +
 xt/release/pod-coverage.t          |    7 +
 xt/release/pod-no404s.t            |   21 +
 xt/release/pod-syntax.t            |    6 +
 xt/release/portability.t           |   12 +
 49 files changed, 4884 insertions(+), 3000 deletions(-)
 create mode 100644 CONTRIBUTING
 create mode 100644 INSTALL
 create mode 100644 LICENSE
 delete mode 100644 MANIFEST.SKIP
 create mode 100644 META.json
 create mode 100644 README
 create mode 100644 debian/libb-hooks-parser-perl.docs
 create mode 100644 debian/upstream/metadata
 create mode 100644 dist.ini
 delete mode 100644 inc/Module/Install.pm
 delete mode 100644 inc/Module/Install/Base.pm
 delete mode 100644 inc/Module/Install/Can.pm
 delete mode 100644 inc/Module/Install/ExtraTests.pm
 delete mode 100644 inc/Module/Install/Fetch.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/Win32.pm
 delete mode 100644 inc/Module/Install/WriteAll.pm
 create mode 100644 t/00-report-prereqs.dd
 create mode 100644 t/00-report-prereqs.t
 create mode 100644 xt/author/00-compile.t
 create mode 100644 xt/author/clean-namespaces.t
 create mode 100644 xt/author/eol.t
 create mode 100644 xt/author/kwalitee.t
 create mode 100644 xt/author/no-tabs.t
 create mode 100644 xt/author/pod-spell.t
 delete mode 100644 xt/author/pod.t
 delete mode 100644 xt/author/podcoverage.t
 create mode 100644 xt/release/changes_has_content.t
 create mode 100644 xt/release/cpan-changes.t
 create mode 100644 xt/release/distmeta.t
 create mode 100644 xt/release/minimum-version.t
 create mode 100644 xt/release/mojibake.t
 create mode 100644 xt/release/pod-coverage.t
 create mode 100644 xt/release/pod-no404s.t
 create mode 100644 xt/release/pod-syntax.t
 create mode 100644 xt/release/portability.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libb-hooks-parser-perl.git



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