~ubuntu-branches/debian/sid/bc/sid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): John G. Hasler
  • Date: 2012-06-22 21:00:45 UTC
  • Revision ID: package-import@ubuntu.com-20120622210045-cpu8v54e1x1z0ep0
Tags: 1.06.95-3
* Applied patch from Pádraig Brady.
  Closes: #608255: bc uses uninitialized memory

* Applied patch from Paul Dwerryhouse.
  Closes: #472250: please return support for .dcrc file

* Applied patch from Ian Jackson.
  Closes: #488735: notice read and write errors on input and output

* Generated bc.html and dc.html but something is still wrong.

* Added homepage field to debian/control.

* I can't see the problem with hyphens.

* Fixed doc-base white space.

* Added watch file.

* I believe that the above changes deal with 558188.
  Closes: #558188: Changes made in 1.06.94-3.1 NMU have been lost

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: math
3
3
Priority: standard
4
4
Maintainer: John G. Hasler <jhasler@debian.org>
5
 
Standards-Version: 3.8.3
6
 
Build-Depends: bison, debhelper (>= 7), file, flex, libreadline-dev | libreadline6-dev | libreadline5-dev, texi2html, texinfo
 
5
Standards-Version: 3.9.2
 
6
Build-Depends: bison, debhelper (>= 4), file, flex, libreadline-dev | libreadline6-dev | libreadline5-dev, texi2html, texinfo
 
7
Homepage: http://ftp.gnu.org/gnu/bc/
7
8
 
8
9
Package: bc
9
10
Architecture: any
10
 
Depends: ${shlibs:Depends}, dpkg (>= 1.15.4) | install-info
11
 
Description: The GNU bc arbitrary precision calculator language
 
11
Depends: ${shlibs:Depends}, install-info, ${misc:Depends}
 
12
Description: GNU bc arbitrary precision calculator language
12
13
 GNU bc is an interactive algebraic language with arbitrary precision which
13
14
 follows the POSIX 1003.2 draft standard, with several extensions including
14
15
 multi-character variable names, an `else' statement and full Boolean 
17
18
 
18
19
Package: dc
19
20
Architecture: any
20
 
Depends: ${shlibs:Depends}, dpkg (>= 1.15.4) | install-info
21
 
Description: The GNU dc arbitrary precision reverse-polish calculator
 
21
Depends: ${shlibs:Depends}, install-info, ${misc:Depends}
 
22
Description: GNU dc arbitrary precision reverse-polish calculator
22
23
 GNU dc is a reverse-polish desk calculator which supports unlimited 
23
24
 precision arithmetic.  It also allows you to define and call macros. 
24
25
 .