[sundials] 04/04: cme fix dpkg-control

Andreas Tille tille at debian.org
Fri Jan 27 21:17:37 UTC 2017


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

tille pushed a commit to branch master
in repository sundials.

commit d1490706335bdc2566c6e33b89f6386557cf82cc
Author: Andreas Tille <tille at debian.org>
Date:   Fri Jan 27 22:16:22 2017 +0100

    cme fix dpkg-control
---
 debian/changelog |  1 +
 debian/control   | 61 +++++++++++++++++++++++++++++++++++---------------------
 2 files changed, 39 insertions(+), 23 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ebd000a..435f9a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ sundials (2.7.0+dfsg-1) UNRELEASED; urgency=medium
   * Fixed watch file
   * Set Dima Kogan as Uploader
   * DEP5
+  * cme fix dpkg-control
 
  -- Dima Kogan <dkogan at debian.org>  Tue, 04 Oct 2016 20:50:04 -0700
 
diff --git a/debian/control b/debian/control
index f8bc471..31a48eb 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,23 @@
 Source: sundials
-Priority: optional
-Section: libs
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Dima Kogan <dkogan at debian.org>
-Build-Depends: debhelper (>= 9), cmake, gfortran, mpi-default-dev,
- libblas-dev | libblas-3gf.so, liblapack-dev | liblapack-3gf.so
-Standards-Version: 3.9.3
+Section: libs
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               cmake,
+               gfortran,
+               mpi-default-dev,
+               libblas-dev | libblas-3gf.so,
+               liblapack-dev | liblapack-3gf.so
+Standards-Version: 3.9.8
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-science/packages/sundials/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-science/packages/sundials/trunk/
 Homepage: http://www.llnl.gov/CASC/sundials/
-Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/sundials/trunk/
-Vcs-Browser: http://svn.debian.org/viewsvn/debian-science/packages/sundials/trunk/
 
 Package: libsundials-arkode1
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Description: differential equation solver (SUNDIALS library)
  This package contains the library for differential equation (ODE) system
  solvers from SUNDIALS (SUite of Nonlinear and DIfferential/ALgebraic equation
@@ -21,7 +26,8 @@ Description: differential equation solver (SUNDIALS library)
 
 Package: libsundials-cvode2
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Description: ordinary differential equation solver (SUNDIALS library)
  This package contains the library for ordinary differential equation (ODE)
  system solvers from SUNDIALS (SUite of Nonlinear and DIfferential/ALgebraic
@@ -30,7 +36,8 @@ Description: ordinary differential equation solver (SUNDIALS library)
 
 Package: libsundials-cvodes2
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Description: ODE solver with sensistivity analysis (SUNDIALS library)
  This package contains the library for ordinary differential equation (ODE)
  system solver with sensistivity analysis capabilities from SUNDIALS (SUite of
@@ -41,7 +48,8 @@ Description: ODE solver with sensistivity analysis (SUNDIALS library)
 
 Package: libsundials-ida2
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+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
@@ -49,15 +57,17 @@ Description: differential-algebraic system solver (SUNDIALS library)
 
 Package: libsundials-idas1
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+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).
- 
+
 Package: libsundials-kinsol2
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+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
@@ -65,7 +75,8 @@ Description: KINSOL solver (SUNDIALS library)
 
 Package: libsundials-nvecserial2
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Description: 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
@@ -74,7 +85,9 @@ Description: vector operations library (SUNDIALS library)
 
 Package: libsundials-nvecparallel2
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, mpi-default-run
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         mpi-default-run
 Description: MPI 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
@@ -82,11 +95,12 @@ Description: MPI vector operations library (SUNDIALS library)
  Solvers).
 
 Package: libsundials-serial-dev
-Section: libdevel
 Architecture: any
-Depends: libsundials-serial (= ${binary:Version}), ${misc:Depends},
- libblas-dev | libatlas-base-dev | libopenblas-dev,
- liblapack-dev | libatlas-base-dev
+Section: libdevel
+Depends: libsundials-serial (= ${binary:Version}),
+         ${misc:Depends},
+         libblas-dev | libatlas-base-dev | libopenblas-dev,
+         liblapack-dev | libatlas-base-dev
 Recommends: libsundials-serial-dbg
 Description: SUNDIALS development files
  The family of solvers referred to as SUNDIALS (SUite of Nonlinear and
@@ -100,9 +114,10 @@ Description: SUNDIALS development files
  contains various example programs distributed by the upstream authors.
 
 Package: libsundials-nvecparallel-dev
-Section: libdevel
 Architecture: any
-Depends: libsundials-nvecparallel2 (= ${binary:Version}), ${misc:Depends}
+Section: libdevel
+Depends: libsundials-nvecparallel2 (= ${binary:Version}),
+         ${misc:Depends}
 Description: MPI 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
@@ -116,8 +131,8 @@ Description: MPI vector operations library (SUNDIALS library)
  This package provides MPI version
 
 Package: libsundials-doc
-Section: doc
 Architecture: all
+Section: doc
 Depends: ${misc:Depends}
 Recommends: libsundials-serial-dev
 Description: SUNDIALS examples files

-- 
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