[Pkg-octave-commit] [octave-interval] 04/07: d/control: reflect upstream changes

Oliver Heimlich oheim-guest at moszumanska.debian.org
Sun Sep 27 11:19:08 UTC 2015


This is an automated email from the git hooks/post-receive script.

oheim-guest pushed a commit to branch master
in repository octave-interval.

commit 948ad5470c27dab49593c76011d6939245b16d94
Author: Oliver Heimlich <oheim at posteo.de>
Date:   Sun Sep 27 12:23:59 2015 +0200

    d/control: reflect upstream changes
---
 debian/control | 41 ++++++++++++++++++++++++-----------------
 1 file changed, 24 insertions(+), 17 deletions(-)

diff --git a/debian/control b/debian/control
index 27555de..2990105 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Octave Group <pkg-octave-devel at lists.alioth.debian.org>
 Uploaders: Rafael Laboissiere <rafael at laboissiere.net>,
 Build-Depends: debhelper (>= 9), cdbs, octave-pkg-dev (>> 1.2.0),
- libmpfr-dev, texinfo, texlive, texlive-generic-recommended
+ libmpfr-dev (>= 3.1.0), texinfo, texlive, texlive-generic-recommended
 Standards-Version: 3.9.6
 Homepage: http://octave.sourceforge.net/interval/
 Vcs-Git: git://anonscm.debian.org/pkg-octave/octave-interval.git
@@ -15,29 +15,36 @@ Architecture: any
 Depends: ${misc:Depends}, ${octave:Depends}, ${shlibs:Depends},
  octave-interval-common (= ${source:Version})
 Description: real-valued interval arithmetic for Octave
- The interval package for real-valued interval arithmetic provides data
- types and operations for verified computing. It can be used to handle
- uncertainties, estimate arithmetic errors and produce reliable
- results. Also it can help find guaranteed solutions to numerical
- problems. Thanks to GNU MPFR many arithmetic operations are provided with
- best possible accuracy. The implementation of intervals in inf-sup format
- is based on interval boundaries represented by binary64 numbers and is
- standard conforming to IEEE 1788.
+ The interval package for real-valued interval arithmetic allows one to
+ evaluate functions over subsets of their domain.  All results are verified,
+ because interval computations automatically keep track of any errors.
+ .
+ These concepts can be used to handle uncertainties, estimate arithmetic errors
+ and produce reliable results.  Also it can be applied to computer-assisted
+ proofs, constraint programming, and verified computing.
+ .
+ The implementation is based on interval boundaries represented by binary64
+ numbers and is conforming to IEEE Std 1788-2015, IEEE standard for interval
+ arithmetic.
  .
  This Octave add-on package is part of the Octave-Forge project.
 
 Package: octave-interval-common
 Architecture: all
 Depends: ${misc:Depends}, ${octave:Depends},
+Recommends: octave-interval (= ${source:Version})
 Description: real-valued interval arithmetic for Octave (arch-indep files)
- The interval package for real-valued interval arithmetic provides data
- types and operations for verified computing. It can be used to handle
- uncertainties, estimate arithmetic errors and produce reliable
- results. Also it can help find guaranteed solutions to numerical
- problems. Thanks to GNU MPFR many arithmetic operations are provided with
- best possible accuracy. The implementation of intervals in inf-sup format
- is based on interval boundaries represented by binary64 numbers and is
- standard conforming to IEEE 1788.
+ The interval package for real-valued interval arithmetic allows one to
+ evaluate functions over subsets of their domain.  All results are verified,
+ because interval computations automatically keep track of any errors.
+ .
+ These concepts can be used to handle uncertainties, estimate arithmetic errors
+ and produce reliable results.  Also it can be applied to computer-assisted
+ proofs, constraint programming, and verified computing.
+ .
+ The implementation is based on interval boundaries represented by binary64
+ numbers and is conforming to IEEE Std 1788-2015, IEEE standard for interval
+ arithmetic.
  .
  This Octave add-on package is part of the Octave-Forge project.
  .

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-interval.git



More information about the Pkg-octave-commit mailing list