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

« back to all changes in this revision

Viewing changes to debian/dc.doc-base

  • Committer: Bazaar Package Importer
  • Author(s): Francois Marier
  • Date: 2009-04-16 10:23:39 UTC
  • Revision ID: james.westby@ubuntu.com-20090416102339-l7970sr667eekbvw
Tags: 1.06.94-3.1
* Non-maintainer upload with John's permission.
* Apply patch to restore the .dcrc config file (closes: #472250)
* Merge patch from Ubuntu to notice read and write errors on
  input and output (closes: #488735)
* Include the bc manual (HTML) in the bc binary package

* Bump Standards Version to 3.8.1
* Bump debhelper compatibility to 7
* debian/rules: replace "dh_clean -k" with "dh_prep"
* debian/control: Add homepage field
* Fix hyphens in the bc and dc manpages
* Add a watch file
* debian/dc.doc-base: Remove leading whitespace
* debian/dc.doc-base: Move to section Science/Mathematics

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Title: The GNU DC arbitrary precision calculator
3
3
Author: Ken Pizzini
4
4
Abstract: GNU dc is a reverse-polish desk calculator which supports unlimited
5
 
        precision arithmetic.  It also allows you to define and call macros.
6
 
        Normally DC reads from the standard input; if any command arguments are
7
 
        given to it, they are filenames, and DC reads and executes the contents
8
 
        of the files instead of reading from standard input.  All normal output
9
 
        is to standard output; all error messages are written to standard error.
10
 
Section: Apps/Math
 
5
 precision arithmetic.  It also allows you to define and call macros.
 
6
 Normally DC reads from the standard input; if any command arguments are
 
7
 given to it, they are filenames, and DC reads and executes the contents
 
8
 of the files instead of reading from standard input.  All normal output
 
9
 is to standard output; all error messages are written to standard error.
 
10
Section: Science/Mathematics
11
11
 
12
12
Format: HTML
13
13
Index: /usr/share/doc/dc/dc.html