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

gregoa pushed a change to annotated tag debian/0.22-1
in repository libparse-errorstring-perl-perl.

        at  3d1841a   (tag)
   tagging  3a7fdde70bb576b1bed363f4ce2a808ad490b3db (commit)
  replaces  debian/0.21-2
 tagged by  gregor herrmann
        on  Wed Dec 2 21:20:05 2015 +0100

- Log -----------------------------------------------------------------
tagging package libparse-errorstring-perl-perl version debian/0.22-1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQJ8BAABCgBmBQJWX1J1XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGs40QAMKQY1szA+wARrVr+vbAt8Mq
yVkOo3m/kCSYW7gMyFqR/udRy0ohrtoye+O9u8RwYhfmOh2+PKDRuE2c4J/jBTy5
6FTWSWZywrouQ/PlFez704H0kxsNVaBh2E/4riQ4mniicF1QvHJTxVGSar8LckUh
sOr0E7zCijO1ddpp3U2eCrkgILrxLrk9FhrqBOwlbaIsISIRWptkrCh8xyUhr9P0
/oJ9bH0zqGVkeXysuAIGqGxQ6z3J6XzN4whylxblcGsM2RZ+VA1qFUnN0U4zIZfe
oAdhB1sPhqnlk+qga4njfsbjjkdpd5A6KG5hQsjLHxXFtdMNrLBct2VlGziSfucV
JnnCd91+RcxH42fqyKyYWkGPOnjSwfrwJLTYlFGsecYkGS0Hu7TMH16rPSGJppW7
s2OnLfv+Rx2tZZlQIfhpEpGIPODExABEftumdlKecw/KnSrc0nfVWq93qzjGWjLN
f3tfkSz0BesLrCB6XZjqLmxwKHq//I7IHfQ7ZTV7veOUvFd4pf8QsKOM4ou6cL7G
qaGYmzW51Yv1oJ777KuJFPJJfO7Q4x5wbqTnMpFUAWC0J+K6muWWxx2SwRZXACEy
naDONCfSAM8wow58prS/vMTANXPQpGJXy07QDizMHTExeT95UEL2XxVCMHflFeAb
qMUM2DfawHNqEts9FSoZ
=Mg7p
-----END PGP SIGNATURE-----

Gabor Szabo (9):
      gitignore
      bugtracker is GitHub
      version to 0.21
      gitignore
      change dates in Changes
      remove incorrect BUGS section
      enable 5.22
      fixing test failures in 5.22. Patch by Petr Písař. I think
      version to 0.22

Kaare Rasmussen (2):
      Add .travis.yml
      Repository change

Peter Shangov (4):
      Initial upload
      fixed t/04-perldiag.t in Parse::ErrorString::Perl failing on perl 5.8
      Fix: transmo() remained undefined when created within a thread in Padre
      prepare Parse::ErrorString::Perl 0.11 for release

azawawi (25):
      [Parse::ErrorString::Perl] Switched to Dist::Zilla
      [Parse::ErrorString::Perl] Updated svn:ignore
      Refactored the packages into separate files and reorganized POD
      [Parse::ErrorString::Perl] MakerMaker -> ModuleBuild in dist.ini
      [Parse::ErrorString::Perl] Perl tidy the code
      More Dist::Zilla fixes. ModuleBuild fails on win32 because of 
bin/check_perldiag shebang is replaced by win32 EOLs stuff.
      [Parse::ErrorString::Perl] Auto-formatted the POD and perl tidied a bit
      [Parse::ErrorString::Perl] 'dzil test' no works again... EOL test was 
failing
      [Parse-ErrorString-Perl] Fixed q{near "package;"} regex bug and added a 
test for it
      [Parse-ErrorString-Perl] Added "use strict; use warnings;" to all of the 
tests
      [Parse-ErrorString-Perl] t/01-errors.t Perl tidy
      [Parse-ErrorString-Perl] A minor Changes date update in dist.ini
      [Parse-ErrorString-Perl] Updated Changes after a v0.14 'dzil release'
      Bumped Pod::POM dependency to version 0.27 to fix RT #54062 "Test failure 
on perl 5.11.4". Also bumped version to 0.15 for imminent release and fixed 
spacing/alignment in Changes :)
      [Parse-ErrorString-Perl] Updated Changes before releasing it
      [Parse-ErrorString-Perl] Updated Changes after a 0.15 'dzil release'
      perldiag did not contain that error, better signal it as a Fatal error. 
This prevents Parse::ErrorString::Perl from omitting error item type 
information that Padre depends on.
      Fixed typo in POD
      Reverted earlier assumption for a possible fix of #1156. It was fixed the 
moment #1136 was fixed
      Fix RT #87458 "This has become very noisy of late" bowtie++
      Added credit where credit is due :) Thanks to Karl Williamson++
      Add back the dependencies that were removed by mistake in the switch to 
Module::Install
      Bumped version to 0.17. Fixed Changes. Reuploaded it to CPAN
      Restore the missing abstract and reupload. Switch to Dist::Zilla, Switch 
back to Module::Install, make up your mind :)
      Fix the missing Test::Differences dependency and reformatted Changes 
file. Uploaded 0.19 to CPAN

fayland (1):
      add meta resources

gregor herrmann (8):
      Rename autopkgtest configuration file(s) as per new pkg-perl-autopkgtest 
schema.
      update changelog
      Imported Upstream version 0.22
      Merge tag 'upstream/0.22'
      Update debian/changelog
      Drop adjust-to-perl-5.22.patch
      Bump debhelper compatibility level to 9.
      releasing package libparse-errorstring-perl-perl version 0.22-1

szabgab (19):
      some whitespace cleanup
      [Parse-ErrorString-Perl] add Test::Differences as testing prereq
      space to tab and some indentation cleanup
      [Parse-ErrorString-Perl] some test improvement: call is() instead of ok()
      update release date in changes file
      svn:ignore
      [Parse-ErrorString-Perl] some more tests moved from ok() to is()
      add test script to syntax check the check_perldiag script
      put the transmo function generation in one place
      [Parse-ErrorString-Perl] catch exception if for some reason the transmo() 
function was not created
      retrofit expeted diagnostics to pre 5.10 patch in test
      prepare for release Parse-ErrorString-Perl-0.10
      fix test script for diagnostic text in perl = 5.8.9 version
      try to fix the t/04-perldiag test again for 5.8.9, release 0.13
      switch to Module::Install
      svn:ignore
      POD headers, copyright and license as per RT #89233
      link to trac  RT #89233
      version 0.20

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

This annotated tag includes the following new commits:

       new  220b8c9   Merge tag 'upstream/0.22'
       new  5d360ec   Update debian/changelog
       new  44f78ed   Drop adjust-to-perl-5.22.patch
       new  70faa68   Bump debhelper compatibility level to 9.
       new  3a7fdde   releasing package libparse-errorstring-perl-perl version 
0.22-1

The 5 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/libparse-errorstring-perl-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