[libcgi-simple-perl] branch master updated (499f05c -> d84d1bf)

gregor herrmann gregoa at debian.org
Fri Oct 24 20:21:01 UTC 2014


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

gregoa pushed a change to branch master
in repository libcgi-simple-perl.

      from  499f05c   update changelog
       new  7f3c003   Add debian/upstream/metadata
       new  758763f   Update debian/changelog
      adds  965207f   Imported Upstream version 1.115
       new  3a19011   Merge tag 'upstream/1.115'
       new  ddc83d4   Update debian/changelog
       new  f6048d8   Update years of packaging copyright and Upstream-Contact.
       new  08eae87   Refresh patches (offset).
       new  41e3df3   Declare compliance with Debian Policy 3.9.6.
       new  2ae628e   Bump debhelper compatibility level to 8.
       new  916e53e   cme: reformat debian/control
       new  5a0c855   Mark package as autopkgtest-able.
       new  bda6dd7   Explicitly build-depend on libmodule-build-perl.
       new  d84d1bf   releasing package libcgi-simple-perl version 1.115-1

The 12 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:
 .travis.yml                           | 11 +++++
 Changes                               | 12 +++++
 MANIFEST                              |  7 +--
 META.json                             | 42 ++++++++++++++++++
 META.yml                              | 36 ++++++---------
 Makefile.PL                           |  2 +-
 README                                |  2 +-
 SIGNATURE                             | 52 ----------------------
 debian/changelog                      | 17 ++++---
 debian/compat                         |  2 +-
 debian/control                        | 34 ++++++++------
 debian/copyright                      |  4 +-
 debian/patches/cve-2010-4411.patch    | 10 ++---
 debian/patches/no-shellwords-pl.patch |  4 +-
 debian/upstream/metadata              |  6 +++
 lib/CGI/Simple.pm                     | 84 +++++++++++++++++++----------------
 lib/CGI/Simple/Cookie.pm              |  2 +-
 lib/CGI/Simple/Standard.pm            |  8 ++--
 lib/CGI/Simple/Util.pm                |  4 +-
 t/020.cookie.t                        |  0
 t/030.function.t                      |  0
 t/040.request.t                       | 35 ++++++++++-----
 t/041.multipart.t                     |  2 +-
 t/050.simple.t                        | 58 ++++++++++++------------
 t/060.slow_post.t                     |  2 +-
 t/070.standard.t                      |  2 +-
 t/080.util.t                          |  0
 t/090.14838.t                         |  2 +-
 t/110.bad-upload.t                    |  2 +-
 t/manifest.t                          | 17 ++-----
 t/upload_info.t                       |  2 +-
 31 files changed, 248 insertions(+), 213 deletions(-)
 create mode 100644 .travis.yml
 mode change 100755 => 100644 MANIFEST
 create mode 100644 META.json
 delete mode 100644 SIGNATURE
 create mode 100644 debian/upstream/metadata
 mode change 100644 => 100755 t/020.cookie.t
 mode change 100644 => 100755 t/030.function.t
 mode change 100644 => 100755 t/040.request.t
 mode change 100644 => 100755 t/050.simple.t
 mode change 100644 => 100755 t/060.slow_post.t
 mode change 100644 => 100755 t/070.standard.t
 mode change 100644 => 100755 t/080.util.t

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



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