~ubuntu-branches/ubuntu/saucy/bc/saucy-proposed

« back to all changes in this revision

Viewing changes to debian/bc.doc-base

  • Committer: Package Import Robot
  • Author(s): Ryan Kavanagh
  • Date: 2013-05-24 07:26:52 UTC
  • Revision ID: package-import@ubuntu.com-20130524072652-i626j061imwvt3ep
Tags: 1.06.95-7
* New maintainer (Closes: #705771)
* Switch to Debian source format 3.0 (quilt)
* Updated copyright file with missing licenses and holders. Now in DEP-5
  format.
* Bump standards version to 3.9.4
* Bump debhelper Build-Dependency to >= 9 and switch from old-style rules
  with manual calls to dh_* to modern style dh rules
* Bump compat level to 9
* Drop libreadline5-dev from Build-Depends, it no longer exists in unstable
* Add a doc-base file for bc
* Fix a typo in bc, 01_typo_in_bc.diff
* Fix hyphens used as minus signs in manpages,
  02_hyphens_as_minus_in_man.diff
* Fix array initialization bug, 03_array_initialize.diff (Closes: #671513,
  #586969)
* Revert all inline patches and introduce them as logical quilt patches
  + Set the info dircategory to Math, 04_info_dircategory.diff
  + Notice read/write errors on input and output,
    05_notice_read_write_errors.diff
* clean target now conforms to Debian Policy §4.9, "must undo any effects
  that the build target may have had [...]"
* Added Vcs-Git/Vcs-Browser entries to debian/control
* Reintroduce the missing 1.06.94-3.1 changelog entry
* Get rid of postinst/postrm files, they were unneeded

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Document: bc
 
2
Title: The GNU BC arbitrary precision calculator
 
3
Author: Philip A. Nelson
 
4
Abstract: bc is a language that supports arbitrary precision numbers
 
5
 with interactive execution of statements. There are some similarities
 
6
 in the syntax to the C programming language. A standard math library is
 
7
 available by command line option. If requested, the math library is
 
8
 defined before processing any files. bc starts by processing code from
 
9
 all the files listed on the command line in the order listed. After all
 
10
 files have been processed, bc reads from the standard input. All code
 
11
 is executed as it is read. (If a file contains a command to halt the
 
12
 processor, bc will never read from the standard input.)
 
13
Section: Science/Mathematics
 
14
 
 
15
Format: HTML
 
16
Index: /usr/share/doc/bc/bc.html
 
17
Files: /usr/share/doc/bc/bc.html