calc 2.12.7.2-5 source package in Ubuntu

Changelog

calc (2.12.7.2-5) unstable; urgency=medium

  * Drop transitional apcalc* packages (Closes: #1038255, #1038325, #1038327)
  * Change obsolete builddep on bsdmainutils to bsdextrautils (Closes: #1016432)
  * Remove TAB from debian/copyright to make lintian happy
  * Update lintian overrides for lintian >= 2.114 (cf.
    https://bugs.debian.org/1007002)
  * Add git-buildpackage config (i.e. switch to package maintenance using git)

 -- Martin Buck <email address hidden>  Thu, 12 Oct 2023 23:24:42 +0200

Upload details

Uploaded by:
Martin Buck
Uploaded to:
Sid
Original maintainer:
Martin Buck
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
calc_2.12.7.2-5.dsc 1.9 KiB d4d9ba9aa82655413f60e958d3963addf4f2f59c25ae13d401a3c98b923deb40
calc_2.12.7.2.orig.tar.bz2 945.0 KiB 57af44181ca3af7348c82ee628cfd221677a09fef11a29d2e5667726d5aafc90
calc_2.12.7.2-5.debian.tar.xz 11.3 KiB 0ccbc652a751649290798595bcd9fa944552f5da53d967d079436a7bad6b9995

Available diffs

No changes file available.

Binary packages built by this source

calc: Arbitrary precision calculator

 Calc is an arbitrary precision arithmetic system that uses a C-like
 language. Calc is useful as a calculator, an algorithm prototyper and as a
 mathematical research tool. More importantly, calc provides one with a
 machine independent means of computation. Calc comes with a rich set of
 builtin mathematical and programmatic functions.
 .
 Calc is built on top of the library libcalc that represents numeric values
 as fractions reduced to their lowest terms. This library can also be used
 to add arbitrary precision capabilities to your own programs and is
 available in the Debian package `calc-dev'.

calc-common: Arbitrary precision calculator (common files)

 Calc is an arbitrary precision arithmetic system that uses a C-like
 language. Calc is useful as a calculator, an algorithm prototyper and as a
 mathematical research tool. More importantly, calc provides one with a
 machine independent means of computation. Calc comes with a rich set of
 builtin mathematical and programmatic functions.
 .
 This package contains architecture independent files required by the main
 package `calc'.

calc-dbgsym: debug symbols for calc
calc-dev: Library for arbitrary precision arithmetic

 This package contains the library libcalc.a and the necessary header files
 which provide routines to handle arbitrary precision arithmetic with
 integers, rational numbers, or complex numbers. There are also many numeric
 functions such as factorial and gcd, along with some transcendental
 functions such as sin and exp.
 .
 This library is also used by the commandline calculator `calc', which is
 provided in the Debian package `calc'.