[sundials] 63/76: Removed the DSO metapackages
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 4f884c118ddc87241e3053e3a1ba20e52154aacd
Author: Dima Kogan <dima at secretsauce.net>
Date: Sun Oct 9 00:22:16 2016 -0700
Removed the DSO metapackages
These don't make sense since the end-users don't use the DSOs directly. The devs
use the via the -dev packages, and people running applications use the
application packages. Closes: #701146
---
debian/control | 31 ---------------------------
debian/libsundials-parallel.lintian-overrides | 2 --
debian/libsundials-serial.lintian-overrides | 2 --
3 files changed, 35 deletions(-)
diff --git a/debian/control b/debian/control
index 0d0e338..ac25a59 100644
--- a/debian/control
+++ b/debian/control
@@ -10,37 +10,6 @@ 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-serial
-Architecture: any
-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
- The family of solvers referred to as SUNDIALS consists of solvers CVODE
- (for ODE systems), CVODES (ODE with sensitivity analysis capabilities),
- IDA (for differential-algebraic systems), and KINSOL (for nonlinear
- algebraic systems).
- .
- This package depends on all other packages containing the shared
- libraries for the subcomponents of SUNDIALS: CVODE, CVODES, IDA,
- KINSOL, and NVECTOR_SERIAL.
-
-Package: libsundials-parallel
-Architecture: any
-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),
- IDA (for differential-algebraic systems), and KINSOL (for nonlinear
- algebraic systems).
- .
- This package depends on all other packages containing the shared
- libraries for the subcomponents of SUNDIALS: CVODE, CVODES, IDA,
- KINSOL, and NVECTOR_PARALLEL.
-
Package: libsundials-arkode1
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
diff --git a/debian/libsundials-parallel.lintian-overrides b/debian/libsundials-parallel.lintian-overrides
deleted file mode 100644
index b4e8118..0000000
--- a/debian/libsundials-parallel.lintian-overrides
+++ /dev/null
@@ -1,2 +0,0 @@
-# This package will install all serial libraries
-libsundials-parallel: empty-binary-package
diff --git a/debian/libsundials-serial.lintian-overrides b/debian/libsundials-serial.lintian-overrides
deleted file mode 100644
index e8157b7..0000000
--- a/debian/libsundials-serial.lintian-overrides
+++ /dev/null
@@ -1,2 +0,0 @@
-# This package will install all serial libraries
-libsundials-serial: empty-binary-package
--
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