File: control

package info (click to toggle)
google-recaptcha 1.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 436 kB
  • sloc: php: 1,115; makefile: 9
file content (26 lines) | stat: -rw-r--r-- 1,014 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: google-recaptcha
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
Uploaders: William Desportes <williamdes@wdes.fr>
Section: php
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-phpcomposer,
               php-curl,
               phpab,
               phpunit
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/php-team/pear/google-recaptcha
Vcs-Git: https://salsa.debian.org/php-team/pear/google-recaptcha.git -b debian/latest
Homepage: https://github.com/google/recaptcha
Rules-Requires-Root: no

Package: php-google-recaptcha
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${phpcomposer:Debian-require}
Recommends: ${phpcomposer:Debian-recommend}
Suggests: ${phpcomposer:Debian-suggest}
Description: reCAPTCHA PHP client library
 reCAPTCHA is a free CAPTCHA service that protect websites from spam and
 abuse. This is Google authored code that provides plugins for third-party
 integration with reCAPTCHA.