libmath-gmp-perl 2.20-1 source package in Ubuntu
Changelog
libmath-gmp-perl (2.20-1) unstable; urgency=medium * Team upload. * Import upstream version 2.20: Fixes "FTBFS with gmp 6.2.0: test failure" (Closes: #951003) * Update Upstream-Contact in debian/copyright. * Update years of packaging copyright. * Declare compliance with Debian Policy 4.5.0. * Set Rules-Requires-Root: no. * Update Build-Depends for cross builds. * Bump debhelper-compat to 12. * debian/watch: use uscan version 4. * Set upstream metadata fields: Repository-Browse. * Remove obsolete fields Contact, Name from debian/upstream/metadata. -- gregor herrmann <email address hidden> Mon, 10 Feb 2020 16:36:25 +0100
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- any
- Section:
- perl
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libmath-gmp-perl_2.20-1.dsc | 2.3 KiB | 2aa341e18e59564147b5630f49c356e359573515883a6eed9b98d8a2ffaca284 |
libmath-gmp-perl_2.20.orig.tar.gz | 33.4 KiB | 16da5f81ef52742862bb3c878404aafdb24cdab4f8acbfca1280332487bc555f |
libmath-gmp-perl_2.20-1.debian.tar.xz | 4.1 KiB | d90ad45f11563a8e7d591f1ec8582745142af4a68ca582be32cf108588f618bd |
Available diffs
No changes file available.
Binary packages built by this source
- libmath-gmp-perl: high speed arbitrary size integer math for perl
Math::GMP was designed to be a drop-in replacement both for
Math::BigInt and for regular integer arithmetic. Unlike BigInt,
though, Math::GMP uses the GNU gmp library for all of its
calculations, as opposed to straight Perl functions. This can result
in speed improvements.
.
The downside is that this module is not 100% compatible to Math::BigInt.
- libmath-gmp-perl-dbgsym: debug symbols for libmath-gmp-perl