[sundials] 58/76: renamed library packages to match the upstream soname bumps
Andreas Tille
tille at debian.org
Sun Feb 5 18:45:02 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 8d36c34496942890936bebf620defadfb14780f6
Author: Dima Kogan <dima at secretsauce.net>
Date: Sat Oct 8 23:12:17 2016 -0700
renamed library packages to match the upstream soname bumps
---
debian/control | 22 +++++++++++-----------
...s-cvode1.install => libsundials-cvode2.install} | 0
...s-cvode1.symbols => libsundials-cvode2.symbols} | 0
...als-idas0.install => libsundials-idas1.install} | 0
...als-idas0.symbols => libsundials-idas1.symbols} | 0
...kinsol1.install => libsundials-kinsol2.install} | 0
...kinsol1.symbols => libsundials-kinsol2.symbols} | 0
...0.install => libsundials-nvecparallel2.install} | 0
...0.symbols => libsundials-nvecparallel2.symbols} | 0
...al0.install => libsundials-nvecserial2.install} | 0
...al0.symbols => libsundials-nvecserial2.symbols} | 0
11 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/debian/control b/debian/control
index a827106..0d0e338 100644
--- a/debian/control
+++ b/debian/control
@@ -12,8 +12,8 @@ Vcs-Browser: http://svn.debian.org/viewsvn/debian-science/packages/sundials/trun
Package: libsundials-serial
Architecture: any
-Depends: libsundials-cvode1, libsundials-cvodes2, libsundials-ida2,
- libsundials-idas0, libsundials-kinsol1, libsundials-nvecserial0, ${misc:Depends}
+Depends: libsundials-cvode2, libsundials-cvodes2, libsundials-ida2, libsundials-idas1,
+ libsundials-kinsol2, libsundials-nvecserial2, ${misc:Depends}
Conflicts: libsundials-serial0
Replaces: libsundials-serial0
Description: SUite of Nonlinear and DIfferential/ALgebraic equation Solvers
@@ -28,9 +28,9 @@ Description: SUite of Nonlinear and DIfferential/ALgebraic equation Solvers
Package: libsundials-parallel
Architecture: any
-Depends: libsundials-cvode1, libsundials-cvodes2, libsundials-ida2,
- libsundials-idas0, libsundials-kinsol1, libsundials-nvecparallel0,
- ${misc:Depends}, mpi-default-run
+Depends: libsundials-cvode2, libsundials-cvodes2, libsundials-ida2, libsundials-idas1,
+ libsundials-kinsol2, libsundials-nvecparallel2, ${misc:Depends},
+ mpi-default-run
Description: SUite of Nonlinear and DIfferential/ALgebraic equation Solvers
The family of solvers referred to as SUNDIALS consists of solvers CVODE
(for ODE systems), CVODES (ODE with sensitivity analysis capabilities),
@@ -50,7 +50,7 @@ Description: differential equation solver (SUNDIALS library)
Solvers). ARKODE is a solver for multi-rate ODE systems (initial value
problems) given in explicit form M*dy/dt = f(t,y)
-Package: libsundials-cvode1
+Package: libsundials-cvode2
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: ordinary differential equation solver (SUNDIALS library)
@@ -78,7 +78,7 @@ Description: differential-algebraic system solver (SUNDIALS library)
(IDA) solver from SUNDIALS (SUite of Nonlinear and
DIfferential/ALgebraic equation Solvers).
-Package: libsundials-idas0
+Package: libsundials-idas1
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: IDA solver with sensitivity capabilities (SUNDIALS library)
@@ -86,7 +86,7 @@ Description: IDA solver with sensitivity capabilities (SUNDIALS library)
with Sensitivity capabilities (IDAS) solver from SUNDIALS (SUite of
Nonlinear and DIfferential/ALgebraic equation Solvers).
-Package: libsundials-kinsol1
+Package: libsundials-kinsol2
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: KINSOL solver (SUNDIALS library)
@@ -94,7 +94,7 @@ Description: KINSOL solver (SUNDIALS library)
systems) system solver from SUNDIALS (SUite of Nonlinear and
DIfferential/ALgebraic equation Solvers).
-Package: libsundials-nvecserial0
+Package: libsundials-nvecserial2
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: vector operations library (SUNDIALS library)
@@ -103,7 +103,7 @@ Description: vector operations library (SUNDIALS library)
SUNDIALS (SUite of Nonlinear and DIfferential/ALgebraic equation
Solvers).
-Package: libsundials-nvecparallel0
+Package: libsundials-nvecparallel2
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, mpi-default-run
Description: MPI vector operations library (SUNDIALS library)
@@ -133,7 +133,7 @@ Description: SUNDIALS development files
Package: libsundials-nvecparallel-dev
Section: libdevel
Architecture: any
-Depends: libsundials-nvecparallel0 (= ${binary:Version}), ${misc:Depends}
+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
diff --git a/debian/libsundials-cvode1.install b/debian/libsundials-cvode2.install
similarity index 100%
rename from debian/libsundials-cvode1.install
rename to debian/libsundials-cvode2.install
diff --git a/debian/libsundials-cvode1.symbols b/debian/libsundials-cvode2.symbols
similarity index 100%
rename from debian/libsundials-cvode1.symbols
rename to debian/libsundials-cvode2.symbols
diff --git a/debian/libsundials-idas0.install b/debian/libsundials-idas1.install
similarity index 100%
rename from debian/libsundials-idas0.install
rename to debian/libsundials-idas1.install
diff --git a/debian/libsundials-idas0.symbols b/debian/libsundials-idas1.symbols
similarity index 100%
rename from debian/libsundials-idas0.symbols
rename to debian/libsundials-idas1.symbols
diff --git a/debian/libsundials-kinsol1.install b/debian/libsundials-kinsol2.install
similarity index 100%
rename from debian/libsundials-kinsol1.install
rename to debian/libsundials-kinsol2.install
diff --git a/debian/libsundials-kinsol1.symbols b/debian/libsundials-kinsol2.symbols
similarity index 100%
rename from debian/libsundials-kinsol1.symbols
rename to debian/libsundials-kinsol2.symbols
diff --git a/debian/libsundials-nvecparallel0.install b/debian/libsundials-nvecparallel2.install
similarity index 100%
rename from debian/libsundials-nvecparallel0.install
rename to debian/libsundials-nvecparallel2.install
diff --git a/debian/libsundials-nvecparallel0.symbols b/debian/libsundials-nvecparallel2.symbols
similarity index 100%
rename from debian/libsundials-nvecparallel0.symbols
rename to debian/libsundials-nvecparallel2.symbols
diff --git a/debian/libsundials-nvecserial0.install b/debian/libsundials-nvecserial2.install
similarity index 100%
rename from debian/libsundials-nvecserial0.install
rename to debian/libsundials-nvecserial2.install
diff --git a/debian/libsundials-nvecserial0.symbols b/debian/libsundials-nvecserial2.symbols
similarity index 100%
rename from debian/libsundials-nvecserial0.symbols
rename to debian/libsundials-nvecserial2.symbols
--
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