libgd-securityimage-perl 1.75-3 source package in Ubuntu

Changelog

libgd-securityimage-perl (1.75-3) unstable; urgency=medium

  * Remove generated test images via debian/clean. (Closes: #1047526)
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.6.2.
  * Set Rules-Requires-Root: no.
  * Annotate test-only build dependencies with <!nocheck>.

 -- gregor herrmann <email address hidden>  Wed, 06 Mar 2024 17:21:06 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libgd-securityimage-perl_1.75-3.dsc 2.4 KiB f92d50f7e64cc8de70e28a4d614a6e4d07864e674ea5f0205d9fcad0a55c71d2
libgd-securityimage-perl_1.75.orig.tar.gz 65.0 KiB 3dde24d9acba951cdde5b569d1e42cad946cfdb51280e4469f336fd5fe0c8ea6
libgd-securityimage-perl_1.75-3.debian.tar.xz 4.4 KiB ffd3610061d1e54031b29ac246f1ca747acf68a06e0d16d9d943fbbedb5fcc72

Available diffs

No changes file available.

Binary packages built by this source

libgd-securityimage-perl: security image (captcha) generator

 The (so called) "Security Images" are so popular. Most internet
 software use these in their registration screens to block robot programs
 (which may register tons of fake member accounts). Security images are
 basicaly, graphical CAPTCHAs (Completely Automated Public
 Turing Test to Tell Computers and Humans Apart). This
 module gives you a basic interface to create such an image. The final
 output is the actual graphic data, the mime type of the graphic and the
 created random string. The module also has some "styles" that are
 used to create the background (or foreground) of the image.
 .
 If you are an Authen::Captcha user, see GD::SecurityImage::AC
 for migration from Authen::Captcha to GD::SecurityImage.
 .
 GD::SecurityImage is just an image generator. Not a captcha handler.
 The validation of the generated graphic is left to your programming
 taste.