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

fsfs pushed a change to annotated tag debian/0.13-1
in repository libb-hooks-parser-perl.

        at  f26767c   (tag)
   tagging  3a8ec672e682062b73db7cb15de64d431283e50f (commit)
  replaces  debian/0.12-1
 tagged by  Florian Schlichting
        on  Wed Jul 8 22:37:25 2015 +0200

- Log -----------------------------------------------------------------
   debian/0.13-1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABCAAGBQJVnYoIAAoJEBKXO25y3Ae1NdIP+waIte6Z0C0dI7I1ke/X80Fh
ZSe/3/ntqVYpSKx06imyF9Ddb94OYsXdgHBLbW2+620XSDFvruOuuL+xbyLTmb7h
Kjgi1WaMw7KcNSecXXasUaC2JlhpyQDQuA+YFZl8afI+9cq8OUw/NgygR4CPWaRy
XLx2DxR6MLCh7lqgBTm7t1VBF1aKvx4wPO5HgfenKngSWaiEBZ/WNDoMzLhdSVWs
Ank/XITwqxnMLPVpVdOqBX0d0/SFiWcvCq5+6YsjIo3VSt2VVEpgKnsuMDZt5ZwU
LEe5/rzdxBfb1JWWG04xsnd331uh8K2nCVaxTxLhDxOVCwnUMcoKrnkwLABbFr6i
3Z3vfOouAXcXGNhJUAU51bKkPbeFvf7ak+usNb6APnnmKynep9WkfCTmoYVedA4/
sl4Oilkohbua8450wCqulxFu3YFbpebHu8gm5mZFLs7GgbheEM+rzDj9+uA9FmAf
iT3CO2B6mmHANm2DHJeVRGxGlAaI//Wfh09oBoUZR6s0EH2Cor+bOEkRvP7dEgGl
lzHQ55SCPnQUGV9XMB8qlSnGUFlNcxvQG28DjwS6IXT/yNLpKc8PrqDkSmuAZ4fe
XS3VKD3dYhp/+uywK7cAcnuUrFjqaJHnmf4qr7L46ESAAHwIMHVsCiagWlUfugTC
0noChwfOZ4nV1D70HjwR
=QcjS
-----END PGP SIGNATURE-----

Alexandr Ciornii (2):
      declare export list
      depend on ExtUtils::Depends 0.302

Florian Ragwitz (44):
      Initial version.
      Add basic tests.
      Test set_linestr.
      Test behaviour of get_linestr{,_offset} at runtime.
      Test set_linestr at runtime.
      Add Makefile.PL.
      Add ppport.h.
      Add .gitignore.
      Also check PL_bufptr to decide if we're currently parsing.
      Specify prototyping behaviour.
      Install headers correctly. Specify dependencies.
      Add a setup function to automatically grow PL_linestr so set_linestr can 
insert lines significantly longer than the current one.
      Make the setup function available for c code.
      Test the PL_linestr growing.
      Remove the SvGROW filter after it has been invoked.
      Add some docs.
      Add pod and podcoverage tests.
      Add MANIFEST.SKIP.
      Add changelog.
      Don't segfault if PL_linestr needs relocation in set_linestr.
      Bind some lexer stuff.
      Version 0.02.
      Include the toke.c chunk rather than building an own object file as the 
important functions are static.
      Don't remove the linestr grow filter.
      Add bindings for various lexer stuff.
      Merge branch 'lexer_stuff'
      Version 0.03.
      Update MANIFEST.SKIP to not exclude toke.c stuff.
      Make clear_lex_stuff actually work.
      Version 0.04.
      Grow string eval linestrings for growing.
      Update prereqs for Hooks::OP::Check.
      Version 0.05.
      Declare all public functions in the header file.
      Version 0.06.
      Make the string eval injection work on < 5.10.0.
      Version 0.07.
      Add inject as a convenience function around get_linestr, 
get_linestr_offset and set_linestr.
      Test inject.
      Version 0.08.
      Don't redefine various macros if they already exist.
      Fix test plan.
      Make git ignore release tarballs.
      Version 0.09.

Florian Schlichting (12):
      Add debian/upstream/metadata
      Update debian/changelog
      Imported Upstream version 0.13
      Merge tag 'upstream/0.13'
      Update debian/changelog
      Email change: Florian Schlichting -> f...@debian.org
      Ship CONTRIBUTING in docs
      Remove copyright paragraph for M::I, dropped upstream. Update copyright 
years
      Declare compliance with Debian Policy 3.9.6
      Mark package autopkgtest-able
      Update upstream metadata
      prepare changelog for release

Karen Etheridge (19):
      make 'eval "return # comment;"' work (RT#80070, Father Chrysotomos)
      automatically detect repo for metadata
      prep for release of 0.12
      typo
      more info in changelog
      bump version to 0.13
      basic conversion to Dist::Zilla
      tighten up entries
      eliminate Module::Install in in-repo Makefile.PL
      add placeholder .mailmap
      add podweaver
      fix EOL tests
      fix no-tabs test
      clean up formatting of Changes file
      remove unused module
      fix spelling tests and fix up a bit of pod formatting
      start tracking TODO issues
      switch to my podweaver plugin bundle
      B-Hooks-Parser-0.13

Liu Kang-min (1):
      Add B::Hooks::Toke::skipspace function.

Salvatore Bonaccorso (2):
      Update Vcs-Browser URL to cgit web frontend
      update changelog

Zefram (8):
      don't be confused by NULs in the buffer
      fix off-by-one error in buffer length check
      jump through hoops to avoid compiler warnings
      add MYMETA.{json,yml} to MANIFEST.SKIP and .gitignore
      note repository and bugtracker locations
      Version 0.10.
      complete documentation
      Version 0.11.

gregor herrmann (2):
      Strip trailing slash from metacpan URLs.
      update changelog

-----------------------------------------------------------------------

This annotated tag includes the following new commits:

       new  78af66a   Add debian/upstream/metadata
       new  df5aaf2   Update debian/changelog
       new  7e279bf   Merge tag 'upstream/0.13'
       new  19be063   Update debian/changelog
       new  e2784b6   Email change: Florian Schlichting -> f...@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.


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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to