libimage-math-constrain-perl 1.02-2 source package in Ubuntu

Changelog

libimage-math-constrain-perl (1.02-2) unstable; urgency=low

  * Team upload

  [ Salvatore Bonaccorso ]
  * debian/control: Changed: Replace versioned (build-)dependency on
    perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
    permitted by Debian Policy 3.8.3).

  [ Ryan Niebur ]
  * Update jawnsy's email address

  [ gregor herrmann ]
  * Bump debhelper build dependency (overrides).
  * Add perl (>= 5.10.1) as an alternative build dependency for Pod::Simple.

  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

  [ gregor herrmann ]
  * debian/control: update {versioned,alternative} (build) dependencies.

  [ Salvatore Bonaccorso ]
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ Axel Beckert ]
  * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-
    copyright"

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ Damyan Ivanov ]
  * Claim conformance with Policy 3.9.7
  * Mark package as autopkg-testable
  * Use source format '3.0 (quilt)'
  * Bump debhelper compatibility level to 9
  * Point d/copyright to GPL-1 instead of GPL

 -- Damyan Ivanov <email address hidden>  Mon, 22 Feb 2016 07:35:18 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe perl
Focal release universe perl
Bionic release universe perl

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libimage-math-constrain-perl_1.02-2.dsc 2.2 KiB 0caff32f21637fa5c2ac782ed5e2b197be184998fca9a2cd0d2dfc69e4ac3c24
libimage-math-constrain-perl_1.02.orig.tar.gz 24.4 KiB 7c17a675c6ee76bc7ea12a47377b2df48676fdd9054bbd638f4489f570f99ba8
libimage-math-constrain-perl_1.02-2.debian.tar.xz 2.3 KiB 1f97cb19b8d2fab8ce1dce7becb0f815791c040b7aab18be351e292ba742d5d5

Available diffs

No changes file available.

Binary packages built by this source

libimage-math-constrain-perl: Perl module performing math used to constrain image sizes

 Image::Math::Constrain is a Perl module that implements all of the math behind
 implementing image size constraints. It allows one to restrict the dimensions
 of an image by checking to see if the image is larger than the desired final
 dimensions, and if so, provide a way to scale the image down proportionally so
 it fits within the constraints. It can set constraints based on width, height,
 or both, and is guaranteed to return dimensions that are proportional to the
 original -- that is, they will have the same aspect ratio. It also returns the
 necessary scaling factor, so you can pass it to a module to do the work.