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

« back to all changes in this revision

Viewing changes to debian/control

  • 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
Section: math
3
3
Priority: standard
4
4
Maintainer: John Hasler <jhasler@debian.org>
5
 
Standards-Version: 3.7.2.2
6
 
Build-Depends: bison, debhelper (>= 4), file, flex, libreadline5-dev | libreadline-dev, texi2html, texinfo
 
5
Standards-Version: 3.8.1
 
6
Build-Depends: bison, debhelper (>= 7), file, flex, libreadline5-dev | libreadline-dev, texi2html, texinfo
 
7
Homepage: http://www.gnu.org/software/bc
7
8
 
8
9
Package: bc
9
10
Architecture: any
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 
15
16
 expressions.  GNU bc does not require the separate GNU dc program.
16
 
 Home page: http://directory.fsf.org/GNU/bc.html
17
17
 
18
18
Package: dc
19
19
Architecture: any
25
25
 A reverse-polish calculator stores numbers on a stack. Entering a number
26
26
 pushes it on the stack.  Arithmetic operations pop arguments off the 
27
27
 stack and push the results.
28
 
 Home page: http://directory.fsf.org/GNU/bc.html