[libcaptcha-recaptcha-perl] branch master updated (e5d5bac -> aa915f2)

gregor herrmann gregoa at debian.org
Fri Nov 4 15:37:51 UTC 2016


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

gregoa pushed a change to branch master
in repository libcaptcha-recaptcha-perl.

      from  e5d5bac   update changelog
       new  101c734   Add repackaging framework to get rid of Mac OSX ._ files/directories.
       new  ea638d4   update changelog
      adds  e7b5aaf   New upstream version 0.98+ds
       new  0ffcbe8   Merge tag 'upstream/0.98+ds'
       new  9295ede   New upstream release.
       new  850df38   Update Upstream-Contact in debian/copyright.
       new  94822d6   Mark package as autopkgtest-able.
       new  c4c5e36   Declare compliance with Debian Policy 3.9.8.
       new  d6fa678   Bump debhelper compatibility level to 9.
       new  5c733ef   Mention module name in long description.
       new  680d6be   Add a spelling patch.
       new  aa915f2   releasing package libcaptcha-recaptcha-perl version 0.98+ds-1

The 11 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                       |  18 +-
 MANIFEST.SKIP                 |  21 ++
 META.json                     |   6 +-
 META.yml                      |   4 +-
 README                        |   2 +-
 TODO                          |   2 +
 debian/changelog              |  19 +-
 debian/compat                 |   2 +-
 debian/control                |  27 ++-
 debian/copyright              |   3 +-
 debian/patches/series         |   1 +
 debian/patches/spelling.patch |  18 ++
 debian/watch                  |   1 +
 examples/captcha.pl           |  26 ++-
 lib/Captcha/reCAPTCHA.pm      | 486 +++++++++++++++++++++++++++++++-----------
 t/10.get_html.t               |  25 ++-
 t/11.get_html_v2.t            |  77 +++++++
 t/20.check_answer.t           |  19 +-
 t/21.check_answer_v2.t        |  81 +++++++
 t/40.errors.t                 |   5 +-
 t/lib/Test/TCaptcha.pm        |  30 +++
 21 files changed, 701 insertions(+), 172 deletions(-)
 create mode 100644 MANIFEST.SKIP
 create mode 100644 TODO
 create mode 100644 debian/patches/series
 create mode 100644 debian/patches/spelling.patch
 create mode 100644 t/11.get_html_v2.t
 create mode 100644 t/21.check_answer_v2.t
 create mode 100644 t/lib/Test/TCaptcha.pm

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



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