libmath-clipper-perl 1.29-2build4 source package in Ubuntu

Changelog

libmath-clipper-perl (1.29-2build4) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- Steve Langasek <email address hidden>  Sun, 31 Mar 2024 19:13:24 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
libmath-clipper-perl_1.29.orig.tar.gz 107.8 KiB 5327c4f133866de9d79b318657f669ecb499860550b3968698d472887af87593
libmath-clipper-perl_1.29-2build4.debian.tar.xz 3.7 KiB cd3a6ecacd047409a40883c85276b6390e0e0204af8bf88fae5c65dd2f9a8f8f
libmath-clipper-perl_1.29-2build4.dsc 2.4 KiB 4e7cd5bbd0744c4bc0f542ab358df73362cc242b3f4656f309e7effefb6d1505

Available diffs

View changes file

Binary packages built by this source

libmath-clipper-perl: Perl module for Polygon clipping in 2D

 Math::Clipper is a C++ (and Delphi) library that implements polygon
 clipping. A Polygon is represented by a reference to an array of 2D
 points. A Point is, in turn, represented by a reference to an array
 containing two numbers: The X and Y coordinates.
 .
 Clipper 4.x works with polygons with integer coordinates. Data in
 floating point format will need to be scaled appropriately to be
 converted to the available integer range before polygons are added to a
 clipper object. (Scaling utilities are provided.)

libmath-clipper-perl-dbgsym: debug symbols for libmath-clipper-perl