[libhttp-server-simple-psgi-perl] branch master updated (da70f3c -> c5ca70d)

Florian Schlichting fsfs at alioth.debian.org
Fri Oct 4 20:31:51 UTC 2013


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

fsfs pushed a change to branch master
in repository libhttp-server-simple-psgi-perl.

      from  da70f3c   debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-copyright"
      adds  916030c   Imported Upstream version 0.16
       new  7f35ddd   Merge tag 'upstream/0.16'
       new  742e25c   Import Upstream version 0.16
       new  b96809b   Add 2013 copyright statement from LICENSE
       new  d4e9ce9   Update stand-alone license paragraphs to commonly used version (not limiting Debian to GNU/Linux, directly linking to GPL-1)
       new  a540536   Bump dh compatibility to level 8 (no changes necessary)
       new  e3e9f6e   Declare compliance with Debian Policy 3.9.4
       new  50fe437   Add myself to uploaders and copyright
       new  c5ca70d   prepare changelog for release

The 8 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:
 .gitignore                              |    5 -
 Changes                                 |    7 +
 LICENSE                                 |  379 +++++++++++++++++++++++++++++++
 MANIFEST                                |   17 +-
 META.json                               |   60 +++++
 META.yml                                |   48 ++--
 Makefile.PL                             |   72 +++++-
 cpanfile                                |    1 +
 debian/changelog                        |   17 +-
 debian/compat                           |    2 +-
 debian/control                          |    7 +-
 debian/copyright                        |   10 +-
 dist.ini                                |    2 +
 lib/HTTP/Server/Simple/PSGI.pm          |    2 +-
 lib/Plack/Handler/HTTP/Server/Simple.pm |   64 ++++++
 t/release-pod-syntax.t                  |   15 ++
 xt/perlcritic.t                         |    5 -
 xt/plack-handler.t                      |   10 +
 xt/podspell.t                           |    9 -
 xt/synopsis.t                           |    4 -
 20 files changed, 664 insertions(+), 72 deletions(-)
 delete mode 100644 .gitignore
 create mode 100644 LICENSE
 create mode 100644 META.json
 create mode 100644 cpanfile
 create mode 100644 dist.ini
 create mode 100644 lib/Plack/Handler/HTTP/Server/Simple.pm
 create mode 100644 t/release-pod-syntax.t
 delete mode 100644 xt/perlcritic.t
 create mode 100644 xt/plack-handler.t
 delete mode 100644 xt/podspell.t
 delete mode 100644 xt/synopsis.t

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



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