libtommath 1.2.0-1 source package in Ubuntu

Changelog

libtommath (1.2.0-1) unstable; urgency=medium

  * New upstream version 1.2.0
  * refreshed patches
  * rm fix-compilation-and-linkage patch (applied upstream)
  * ignore copyright info in LICENSE file
  * update copyright for 1.2.0 version
  * no longer install callgraph.txt in docs
  * control:
    * use new debhelper dependency declaration
    * declare compliance with policy 4.4.1
    * rename libtommath-docs package to -doc
    * update libtommath-doc description
    * build-depend on texlive-latex-extra
  * rules:
    * remove files built upstream
    * hardening: append CPPFLAGS to CFLAGS
    * build doc in verbose mode
  * setup autopkgtests
  * add symbols file using libtommath-1.1.0
  * install libtommath.pc and .la in -dev package

 -- Dominique Dumont <email address hidden>  Sat, 26 Oct 2019 18:38:01 +0200

Upload details

Uploaded by:
Debian Rakudo Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Rakudo Maintainers
Architectures:
any all
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libtommath_1.2.0-1.dsc 2.4 KiB e02187908bc1193595ee91306a994e50584dd56a39ba5dfdabead51fdeec4287
libtommath_1.2.0.orig.tar.xz 607.5 KiB b7c75eecf680219484055fcedd686064409254ae44bc31a96c5032843c0e18b1
libtommath_1.2.0.orig.tar.xz.asc 240 bytes d90e7b82cbd5ced20e37cf96dea17a54878003f86021635d59245dde09bc0b74
libtommath_1.2.0-1.debian.tar.xz 19.0 KiB 9e1893ac8261694a49f747151d3ebfddbe1c2398273501374f605998f51e37e4

Available diffs

No changes file available.

Binary packages built by this source

libtommath-dev: multiple-precision integer library [development files]

 LibTomMath is a C language library that provides a vast array of highly
 optimized functions for number theory; including:
 .
  * Simple Algebra (Addition, Subtraction, Multiplication, Division)
  * Digit Manipulation (shift, binary AND/OR/XOR)
  * Modular Reduction (Barrett, Montgomery, DR, 2k)
  * Number Theory
    - Greatest Common Divisor
    - Least Common Multiple
    - Jacobi Symbol Computation
    - Multiplicative Inverse
    - Modular Exponentiation
    - Fermat & Miller-Rabin Primality Tests
  * Miscellaneous
    - Root finding over Z
    - Pseudo-random integers
    - Signed & Unsigned comparisons
    - Karatsuba and Toom-Cook multiplication algorithms
    - Fast Comba based Multiplier, Squaring and Montgomery routines
 .
 This package contains the files needed to create programs that use LibTomMath.
 It is not needed to merely execute programs that use LibTomMath.

libtommath-doc: multiple-precision integer library [documentation]

 LibTomMath is a C language library that provides a vast array of highly
 optimized functions for number theory; including:
 .
  * Simple Algebra (Addition, Subtraction, Multiplication, Division)
  * Digit Manipulation (shift, binary AND/OR/XOR)
  * Modular Reduction (Barrett, Montgomery, DR, 2k)
  * Number Theory
    - Greatest Common Divisor
    - Least Common Multiple
    - Jacobi Symbol Computation
    - Multiplicative Inverse
    - Modular Exponentiation
    - Fermat & Miller-Rabin Primality Tests
  * Miscellaneous
    - Root finding over Z
    - Pseudo-random integers
    - Signed & Unsigned comparisons
    - Karatsuba and Toom-Cook multiplication algorithms
    - Fast Comba based Multiplier, Squaring and Montgomery routines
 .
 This package contains the documentation for the LibTomMath library.

libtommath1: multiple-precision integer library [runtime]

 LibTomMath is a C language library that provides a vast array of highly
 optimized functions for number theory; including:
 .
  * Simple Algebra (Addition, Subtraction, Multiplication, Division)
  * Digit Manipulation (shift, binary AND/OR/XOR)
  * Modular Reduction (Barrett, Montgomery, DR, 2k)
  * Number Theory
    - Greatest Common Divisor
    - Least Common Multiple
    - Jacobi Symbol Computation
    - Multiplicative Inverse
    - Modular Exponentiation
    - Fermat & Miller-Rabin Primality Tests
  * Miscellaneous
    - Root finding over Z
    - Pseudo-random integers
    - Signed & Unsigned comparisons
    - Karatsuba and Toom-Cook multiplication algorithms
    - Fast Comba based Multiplier, Squaring and Montgomery routines
 .
 This package contains the library needed to run programs that
 use LibTomMath.

libtommath1-dbgsym: debug symbols for libtommath1