[libhttp-parser-xs-perl] branch master updated (46ea11e -> 0c2cabc)

Florian Schlichting fsfs at moszumanska.debian.org
Wed Aug 12 16:02:53 UTC 2015


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

fsfs pushed a change to branch master
in repository libhttp-parser-xs-perl.

      from  46ea11e   update changelog
       new  8c9e6b9   Add debian/upstream/metadata
       new  c87cedb   Update debian/changelog
      adds  5b4edcf   Imported Upstream version 0.17
       new  6ba9804   Merge tag 'upstream/0.17'
       new  78726d1   Import upstream version 0.17
       new  2c5f12a   Update upstream metadata
       new  7a4c9bb   Update copyright years, adding a paragraph for picohttpparser
       new  ff50ec2   Declare compliance with Debian Policy 3.9.6
       new  5d48053   Mark package autopkgtest-able
       new  0c2cabc   prepare changelog for release

The 9 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 +
 MANIFEST                            |   5 +-
 META.yml                            |  10 +-
 MYMETA.json                         |  49 ++++
 META.yml => MYMETA.yml              |  16 +-
 Makefile.PL                         |   2 +
 README                              |  26 +-
 debian/changelog                    |  13 +-
 debian/control                      |   4 +-
 debian/copyright                    |  31 ++-
 debian/upstream/metadata            |   5 +
 inc/Module/Install.pm               |  26 +-
 inc/Module/Install/Base.pm          |   2 +-
 inc/Module/Install/Can.pm           |  85 ++++++-
 inc/Module/Install/Fetch.pm         |   2 +-
 inc/Module/Install/Makefile.pm      |  29 ++-
 inc/Module/Install/Metadata.pm      |  33 ++-
 inc/Module/Install/ReadmeFromPod.pm | 112 ++++++++-
 inc/Module/Install/TestTarget.pm    |   4 +-
 inc/Module/Install/Win32.pm         |   2 +-
 inc/Module/Install/WriteAll.pm      |   2 +-
 lib/HTTP/Parser/XS.pm               |  58 ++++-
 picohttpparser/Makefile             |  40 +++
 picohttpparser/README.md            | 116 +++++++++
 picohttpparser/bench.c              |  32 ++-
 picohttpparser/picohttpparser.c     | 430 ++++++++++++++++++++++++++-------
 picohttpparser/picohttpparser.h     |  62 ++++-
 picohttpparser/test.c               | 468 +++++++++++++++++++++++++++++++-----
 picohttpparser/test_response.c      | 120 ---------
 29 files changed, 1418 insertions(+), 369 deletions(-)
 create mode 100644 MYMETA.json
 copy META.yml => MYMETA.yml (53%)
 create mode 100644 debian/upstream/metadata
 create mode 100644 picohttpparser/Makefile
 create mode 100644 picohttpparser/README.md
 delete mode 100644 picohttpparser/test_response.c

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



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