libcgi-application-plugin-validaterm-perl 2.5-4 source package in Ubuntu

Changelog

libcgi-application-plugin-validaterm-perl (2.5-4) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Remove Jaldhar H. Vyas from Uploaders. Thanks for your work!

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

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

  [ Debian Janitor ]
  * Bump debhelper from deprecated 8 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Remove constraints unnecessary since stretch:
    + libcgi-application-plugin-validaterm-perl: Drop versioned constraint on
      libcgi-application-basic-plugin-bundle-perl in Replaces.
    + libcgi-application-plugin-validaterm-perl: Drop versioned constraint on
      libcgi-application-basic-plugin-bundle-perl in Breaks.

 -- Jelmer Vernooij <email address hidden>  Fri, 10 Jun 2022 00:44:29 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcgi-application-plugin-validaterm-perl_2.5-4.dsc 2.5 KiB 920a14fd801bc2226371ccb54de422c84f8c4f579875ac052edbe5bfff70feaa
libcgi-application-plugin-validaterm-perl_2.5.orig.tar.gz 10.0 KiB 9a713db809ae56ce7495f31cbe51b941f3d3cca1728c029d86add9575d9a2fe7
libcgi-application-plugin-validaterm-perl_2.5-4.debian.tar.xz 2.3 KiB b1e4a117ecf17497549610fb2abe7d930cbe72c9a6187a96bdf0af27beb08d20

Available diffs

No changes file available.

Binary packages built by this source

libcgi-application-plugin-validaterm-perl: plugin for validating form data using Data::FormValidator

 CGI::Application::Plugin::ValidateRM helps to validate web forms when using
 the CGI::Application framework. The check_rm method takes a run mode and a
 Data::FormValidator profile and validates the query parameters against the
 profile. Based upon the return results the web application either has
 some valid data to work with or the user receives the form with
 information about the invalid fields.