[sundials] 08/10: minor debian/control update: deps and descriptions

Dima Kogan dima at secretsauce.net
Mon May 29 23:37:39 UTC 2017


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

dkogan pushed a commit to branch master
in repository sundials.

commit 8a8c15f0957a9b63a81b264fb62a4917c0f7c4e6
Author: Dima Kogan <dima at secretsauce.net>
Date:   Mon May 29 15:52:35 2017 -0700

    minor debian/control update: deps and descriptions
---
 debian/control | 60 ++++++++++++++++++++++++++++------------------------------
 1 file changed, 29 insertions(+), 31 deletions(-)

diff --git a/debian/control b/debian/control
index 2aaf014..511bc43 100644
--- a/debian/control
+++ b/debian/control
@@ -59,9 +59,9 @@ Multi-Arch: same
 Depends: ${shlibs:Depends},
          ${misc:Depends}
 Description: differential-algebraic system solver (SUNDIALS library)
- This package contains the library for differential-algebraic system
- (IDA) solver from SUNDIALS (SUite of Nonlinear and
-  DIfferential/ALgebraic equation Solvers).
+ This package contains the library for differential-algebraic system (IDA)
+ solver from SUNDIALS (SUite of Nonlinear and DIfferential/ALgebraic equation
+ Solvers).
 
 Package: libsundials-idas1
 Architecture: any
@@ -69,9 +69,9 @@ Multi-Arch: same
 Depends: ${shlibs:Depends},
          ${misc:Depends}
 Description: IDA solver with sensitivity capabilities (SUNDIALS library)
- This package contains the library for differential-algebraic system
- with Sensitivity capabilities (IDAS) solver from SUNDIALS (SUite of 
- Nonlinear and DIfferential/ALgebraic equation Solvers).
+ This package contains the library for differential-algebraic system with
+ Sensitivity capabilities (IDAS) solver from SUNDIALS (SUite of Nonlinear and
+ DIfferential/ALgebraic equation Solvers).
 
 Package: libsundials-kinsol2
 Architecture: any
@@ -79,22 +79,22 @@ Multi-Arch: same
 Depends: ${shlibs:Depends},
          ${misc:Depends}
 Description: KINSOL solver (SUNDIALS library)
- This package contain the library for KINSOL (nonlinear algebraic
- systems) system solver from SUNDIALS (SUite of Nonlinear and
- DIfferential/ALgebraic equation Solvers).
+ This package contain the library for KINSOL (nonlinear algebraic systems)
+ system solver from SUNDIALS (SUite of Nonlinear and DIfferential/ALgebraic
+ equation Solvers).
 
 Package: libsundials-nvecserial2
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends},
          ${misc:Depends}
-Description: vector operations library (SUNDIALS library)
+Description: Non-parallel vector operations library (SUNDIALS library)
  This package provides implementations for all vector operations
  defined by the generic NVECTOR module in the table of operations for
  SUNDIALS (SUite of Nonlinear and DIfferential/ALgebraic equation
  Solvers).
  .
- This package contains the serial version of the library.
+ This package contains the serial flavor of the library.
 
 Package: libsundials-nvecparallel-mpi2
 Architecture: any
@@ -108,63 +108,59 @@ Description: MPI vector operations library (SUNDIALS library)
  SUNDIALS (SUite of Nonlinear and DIfferential/ALgebraic equation
  Solvers).
  .
- This package contains the parallel version of the library.
+ This package contains the MPI parallel flavor of the library.
 
 Package: libsundials-nvecparallel-pthread2
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends},
-         ${misc:Depends},
-         mpi-default-bin
-Description: MPI vector operations library (SUNDIALS library)
+         ${misc:Depends}
+Description: Pthread vector operations library (SUNDIALS library)
  This package provides implementations for all vector operations
  defined by the generic NVECTOR module in the table of operations for
  SUNDIALS (SUite of Nonlinear and DIfferential/ALgebraic equation
  Solvers).
  .
- This package contains the parallel version of the library.
+ This package contains the pthread-based parallel flavor of the library.
 
 Package: libsundials-nvecparallel-openmp2
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends},
-         ${misc:Depends},
-         mpi-default-bin
-Description: MPI vector operations library (SUNDIALS library)
+         ${misc:Depends}
+Description: OpenMP vector operations library (SUNDIALS library)
  This package provides implementations for all vector operations
  defined by the generic NVECTOR module in the table of operations for
  SUNDIALS (SUite of Nonlinear and DIfferential/ALgebraic equation
  Solvers).
  .
- This package contains the parallel version of the library.
+ This package contains the OpenMP-based parallel flavor of the library.
 
 Package: libsundials-nvecparallel-hypre2
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends},
-         ${misc:Depends},
-         mpi-default-bin
-Description: MPI vector operations library (SUNDIALS library)
+         ${misc:Depends}
+Description: HYPRE vector operations library (SUNDIALS library)
  This package provides implementations for all vector operations
  defined by the generic NVECTOR module in the table of operations for
  SUNDIALS (SUite of Nonlinear and DIfferential/ALgebraic equation
  Solvers).
  .
- This package contains the parallel version of the library.
+ This package contains the HYPRE-based parallel flavor of the library.
 
 Package: libsundials-nvecparallel-petsc2
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends},
-         ${misc:Depends},
-         mpi-default-bin
-Description: MPI vector operations library (SUNDIALS library)
+         ${misc:Depends}
+Description: PETSc vector operations library (SUNDIALS library)
  This package provides implementations for all vector operations
  defined by the generic NVECTOR module in the table of operations for
  SUNDIALS (SUite of Nonlinear and DIfferential/ALgebraic equation
  Solvers).
  .
- This package contains the parallel version of the library.
+ This package contains the PETSc-based parallel flavor of the library.
 
 Package: libsundials-dev
 Architecture: any
@@ -181,7 +177,9 @@ Depends: libsundials-arkode1              (= ${binary:Version}),
          libsundials-nvecparallel-openmp2 (= ${binary:Version}),
          libsundials-nvecparallel-hypre2  (= ${binary:Version}),
          libsundials-nvecparallel-petsc2  (= ${binary:Version}),
+         cmake,
          ${misc:Depends}
-Description: wrong. not meta. Meta-package for development using SUNDIALS
- This package all development files necessary to build applications using
- SUNDIALS (SUite of Nonlinear and DIfferential/ALgebraic equation Solvers).
+Description: Package providing everything for SUNDIALS dev work
+ This package contains all development files necessary to build applications
+ using SUNDIALS (SUite of Nonlinear and DIfferential/ALgebraic equation
+ Solvers). All examples and documentation links live in this package as well.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sundials.git



More information about the debian-science-commits mailing list