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

carnil pushed a change to annotated tag debian/0.12-1
in repository libsignatures-perl.

        at  4f0017e   (tag)
   tagging  1ecd500b8221ebb5369837bdd743f0b3ecd42016 (commit)
  replaces  debian/0.09-1
 tagged by  Salvatore Bonaccorso
        on  Mon Jun 8 20:29:02 2015 +0200

- Log -----------------------------------------------------------------
tagging package libsignatures-perl version debian/0.12-1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABCgAGBQJVdd7uAAoJEAVMuPMTQ89EyMsP/jD7SOZ8+WthsQQp7M5HnLpV
7/UtDGkegf3BckfxUzKOSO57rtybLo4aoZh8lvFK8+ajxbSEMmupslpD4xfgjKx6
V/rAHDXP0sRnF2bYr2CWhPjmkGdfPxTogkno0wn1iy59OXIl+2ovNU/RjeQXzIsZ
d5l8Xm70Fu3zGa9oTDpiXST78eLDKt8ysnxfSxZ8TqzYCJfkZvihUxjJzUeQNq8D
Ey42JvaQ6i6K+jtIZjXthqIXe4UUgd2xFJvGD2fevrIuXAy1myDD/at/osa75yk2
1C0SFPl8PIrpMdZl86QgFSLNSw/qyHpOQTPEAb0RrE18HF6cu41D11LsRByLxdGG
MgX1P496wgliw5f3eJGOS3VL4FwttsQ+iPZxd1NJLQx/8ZLBxaDYLaomR3awsvgO
dgkC0UC/ydMKSBfPQQMDP0NBEVQhLw/KRng3hgGLk58pwEqa1Qaw7S8ul4ngMffH
4ZeombGn/1LNNLXktwjaLvG5ClXMCom8AI1RIeMT5nkKJzIxWwhiYRo7uH9W0oST
PvR0IW7+PAdM8u9gn1V0m6g5SbvkdbV+ng2habEaUFSTgKBByrQCMUEgEzZxKsBL
5VmVOi5fE5jnDPfKsXlNFfSwNAz6wTQkqPEVkDHtvwW1jghKqDX8a9x+pbrvr+zY
BhouJCHziYHeI/f/KDjM
=XBwZ
-----END PGP SIGNATURE-----

Alex Kapranoff (1):
      Apply patch for newer perl by Colin Watson from RT

Alexandr Ciornii (1):
      Require ExtUtils::Depends 0.302

Father Chrysostomos (1):
      patch for RT#101076 - compile failure on perl 5.21.7

Florian Ragwitz (70):
      Initial commit.
      Add .gitignore.
      Fix off-by-one error.
      Support specifying a prototype using a proto fake attribute.
      Update Hooks::Parser prereq.
      Test :proto attribute.
      Support empty signatures.
      Test :proto in combination with other attributes.
      More basic tests.
      Tests for enabling/disabling + warnings.
      Add basic docs.
      Documentation for the methods intended to be overwritten.
      Add test for anon subs.
      Test undef in the signature.
      Add TODO tests for :proto checking.
      Add tests with weird use of whitespace to test some corner-cases.
      Make attribute lists with multiple colons work.
      Add references to similar modules.
      Add a basic DESCRIPTION. Mostly stolen from Ovid's Sub::Signatures.
      Document :proto attribute.
      Note that the METHODS are mostly intended for subclassing.
      Document TODOs.
      Add a test for subclasses.
      Fix doc typo.
      Improve doc wording.
      More doc clarifications.
      Thank Moritz.
      Don't require parent.
      Add changelog.
      Add MANIFEST.SKIP.
      Add tests for signatures in string evals.
      Adopt the latest Hooks::Parser api.
      Add test for error message with empty :proto attr.
      Make a proto attribute without arguments fail.
      Test that whitespace isn't stripped from proto.
      Don't strip whitespace from the proto passed to the callback.
      Fix some warnings.
      Update Hooks::Parser prereq.
      Don't dereference PL_parser.
      Don't mix code and declarations.
      More doc improvements.
      Fix another doc issue.
      Upgrade ppport.h so we get Perl_ppaddr_t on 5.8.
      Fix a doc typo.
      Add more tests for string evals and scoping.
      Set compile time hints so we can check if we're enabled or disabled at a 
given scope.
      Add a static pointer table for some houskeeping tasks.
      Add a c helper function to check $^H{ "${class}::enabled" }.
      Don't do magic unless our compile time hint is set.
      Tag entereval ops during compilation so signatures work on string evals.
      More doc improvements.
      More docs.
      Rename to signatures.
      Bump Hooks::OP::Check prereq version to not segfault in string evals.
      Bump Hooks::Parser prereq version for string eval support on 5.8.
      Add pod and pod coverage tests.
      Port to B::Hooks::OP::PPAddr.
      Version 0.02.
      Ignore a new prototype warning from blead.
      use style;
      Version 0.03.
      Add test case for something that used to blow up, but doesn't anymore.
      Depend on latest B::Hooks::OP::Check.
      Add repository and bugtracker urls to META.yml.
      skip weird string eval syntax error test.
      Version 0.04.
      Depend on B::Hooks::EndOfScope 0.08.
      Reenable the compile time failure test.
      Version 0.05.
      Version 0.06.

Karen Etheridge (32):
      Merge remote-tracking branch 'kappa-pulls/1'
      changelog for RT#95181
      convert to Dist::Zilla, plus a simple Makefile.PL for development
      update ppport.h to the version generated by the latest [PPPort]
      switch to a generated pod coverage test
      make spelling test pass
      Merge branch 'topic/dzilify'
      signatures-0.08
      B::Hooks::Parser 0.12 is needed for a declared export list
      signatures-0.09
      capitalization
      skip generating man pages for dev builds
      run ExtUtils::MakeMaker::Dist::Zilla::Develop out of inc/, so 
contributors don't have to install it
      now using [Git::Contributors]
      Makefile.PL is already excluded by the bundle
      also copy ppport.h back from the release, to keep it current
      whitespace
      changelog for RT#101076
      signatures-0.10
      fix unparsable $VERSION declaration (RT#101095)
      signatures-0.11
      ignore new EUMM artifacts
      explicitly declare the version required here
      eliminate a local plugin by using [MakeMaker::Awesome]
      make clean namespace test pass by not importing anything
      keep a $VERSION right in the repository, for simpler linking
      my bundle now never gathers inc/ExtUtils/MakeMaker/Dist/Zilla/Develop.pm
      add a placeholder .mailmap
      hardcode the distribution name in Changes, to reduce churn on each release
      add vim modeline to assist contributors
      fix parsing of attributes (closes #1)
      signatures-0.12

Peter Martini (2):
      As of 5.19.2 or so, lex_stuff may have spaces,
      Create a new op instead of updating the buffer

Salvatore Bonaccorso (14):
      Update Vcs-Browser URL to cgit web frontend
      update changelog
      Merge tag 'upstream/0.09'
      Add debian/upstream/metadata
      Update debian/changelog
      Imported Upstream version 0.12
      Merge tag 'upstream/0.12'
      Update debian/changelog
      Drop stanza for inc/Module/* in debian/copyright
      Update copyright stanza for ppport.h file
      Update copyright years for debian/* packaging files
      Declare compliance with Debian policy 3.9.6
      Declare package as autopkgtestable
      Prepare changelog for release

Steffen Schwigon (1):
      Minor documentation fixes.

gregor herrmann (1):
      Imported Upstream version 0.09

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

This annotated tag includes the following new commits:

       new  0be7e07   Add debian/upstream/metadata
       new  ed01903   Update debian/changelog
       new  4e13ac3   Merge tag 'upstream/0.12'
       new  cc9b221   Update debian/changelog
       new  27f4c09   Drop stanza for inc/Module/* in debian/copyright
       new  42f2ef2   Update copyright stanza for ppport.h file
       new  adaf928   Update copyright years for debian/* packaging files
       new  7fd4e9f   Declare compliance with Debian policy 3.9.6
       new  888d422   Declare package as autopkgtestable
       new  1ecd500   Prepare changelog for release

The 10 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/libsignatures-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