bc 1.07.1-1ubuntu1 source package in Ubuntu

Changelog

bc (1.07.1-1ubuntu1) bionic; urgency=medium

  * debian/patches/no-make-circular-dependencies.patch: fix circular
    dependency in makefile.  Closes: #889176.

 -- Steve Langasek <email address hidden>  Thu, 22 Mar 2018 02:47:56 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
math
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
bc_1.07.1.orig.tar.gz 410.0 KiB 62adfca89b0a1c0164c2cdca59ca210c1d44c3ffc46daf9931cf4942664cb02a
bc_1.07.1-1ubuntu1.debian.tar.xz 22.7 KiB 83e9122fe1f2ea588092dab1279688144d74d88af99b04e64ee3bef4aa804e9b
bc_1.07.1-1ubuntu1.dsc 2.0 KiB 1ee896dd17e920e7b8e304c09d36eef6148c7a61bce92f13e43d5a98f2bf4b1f

View changes file

Binary packages built by this source

bc: GNU bc arbitrary precision calculator language

 GNU bc is an interactive algebraic language with arbitrary precision which
 follows the POSIX 1003.2 draft standard, with several extensions including
 multi-character variable names, an `else' statement and full Boolean
 expressions. GNU bc does not require the separate GNU dc program.

bc-dbgsym: debug symbols for bc
dc: GNU dc arbitrary precision reverse-polish calculator

 GNU dc is a reverse-polish desk calculator which supports unlimited
 precision arithmetic. It also allows you to define and call macros.
 .
 A reverse-polish calculator stores numbers on a stack. Entering a number
 pushes it on the stack. Arithmetic operations pop arguments off the
 stack and push the results.

dc-dbgsym: debug symbols for dc