bc 1.07.1-4 source package in Ubuntu

Changelog

bc (1.07.1-4) unstable; urgency=medium

  [ Gürkan Myczko ]
  * add d/clean so one can debuild several times (say with CC=clang)
    (Closes: #1043703)

  [ Ryan Kavanagh ]
  * Mark all patches as forwarded
  * wrap-and-sort packaging
  * Bump compat level to 13
  * Switch to gbp-pq
  * Fix implicit declarations in 05_notice_read_write_errors.diff that cause
    FTBFS (Closes: #1065375)
  * Bump standards version to 4.6.2, no changes required
  * Bump copyright years
  * Fix 04_info_dircategory.diff to actually set the info dircategory for dc
    to Math

 -- Ryan Kavanagh <email address hidden>  Wed, 13 Mar 2024 14:06:49 -0400

Upload details

Uploaded by:
Ryan Kavanagh
Uploaded to:
Sid
Original maintainer:
Ryan Kavanagh
Architectures:
any
Section:
math
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main math

Downloads

File Size SHA-256 Checksum
bc_1.07.1-4.dsc 1.8 KiB bd9acd6ac43d7729c02e6d362b1d5601c1733ad4fa6ac64d8b317d98135a4f5b
bc_1.07.1.orig.tar.gz 410.0 KiB 62adfca89b0a1c0164c2cdca59ca210c1d44c3ffc46daf9931cf4942664cb02a
bc_1.07.1-4.debian.tar.xz 24.6 KiB 3d73fa24dfc196df0d3d45fa5feede4108bd8442c256a40159db28131008abe9

No changes file available.

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