calc 2.15.0.1-1 source package in Ubuntu

Changelog

calc (2.15.0.1-1) unstable; urgency=medium

  * New upstream version 2.15.0.1 (Closes: #1054031)
  * Update lintian overrides again, don't know why it worked before
  * Drop last part of warning fixes for gcc 4.9.1, no longer required
  * Update filepos2z patch with proper fix

 -- Martin Buck <email address hidden>  Wed, 01 Nov 2023 21:48:28 +0100

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.15.0.1-1.dsc 1.9 KiB c17c939d032f3ad7145fba5db562912898aad61d8ad3fe1bba574dbf40c04508
calc_2.15.0.1.orig.tar.bz2 1002.3 KiB bbf9adf72e3cd392166037441f3f7874f6f857e778615aeb873cfcbf707eab6e
calc_2.15.0.1-1.debian.tar.xz 10.7 KiB 1f6b98aaeeafbe1d00203698f6cbfcb7e4c3d56a935af6b490abfef7a330d386

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'.