File: control

package info (click to toggle)
libauthen-captcha-perl 1.024-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 444 kB
  • ctags: 50
  • sloc: perl: 480; makefile: 10
file content (36 lines) | stat: -rw-r--r-- 1,502 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
27
28
29
30
31
32
33
34
35
36
Source: libauthen-captcha-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ernesto Hernández-Novich (USB) <emhn@usb.ve>,
           Damyan Ivanov <dmn@debian.org>,
           Xavier Guimard <x.guimard@free.fr>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: extra
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libgd-perl | libgd-gd2-noxpm-perl | libgd-gd2-perl,
                     libstring-random-perl,
                     perl
Standards-Version: 4.1.0
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libauthen-captcha-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libauthen-captcha-perl.git
Homepage: https://metacpan.org/release/Authen-Captcha

Package: libauthen-captcha-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libgd-perl | libgd-gd2-noxpm-perl | libgd-gd2-perl,
         libstring-random-perl
Description: Perl extension for creating captcha's
 Authen::Captcha provides an object oriented interface to captcha file
 creations. Captcha stands for Completely Automated Public Turing test to
 tell Computers and Humans Apart. A Captcha is a program that can generate
 and grade tests that:
 .
   - Most humans can pass.
   - Current computer programs can't pass.
 .
 The most common form is an image file containing distorted text, which
 humans are adept at reading, and computers (generally) do a poor job.
 This module currently implements that method.