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

Changelog

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

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Submit.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).
  * Bump debhelper from old 11 to 13.
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Mon, 21 Nov 2022 00:10:00 +0000

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
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libgd-securityimage-perl_1.75-2.dsc 2.2 KiB 18f158d6304c8675e3ac1a7ba7a63c58d19f8b4a9450a636e6b1bea32994a376
libgd-securityimage-perl_1.75.orig.tar.gz 65.0 KiB 3dde24d9acba951cdde5b569d1e42cad946cfdb51280e4469f336fd5fe0c8ea6
libgd-securityimage-perl_1.75-2.debian.tar.xz 4.3 KiB 985fb17b55fde63854f3bc167e8eccc64590e178ab25b3800a39cdac9efd1268

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.