[petsc] 01/08: downgrade script dependencies to Recommends

Drew Parsons dparsons at moszumanska.debian.org
Sun Oct 4 09:26:59 UTC 2015


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

dparsons pushed a commit to branch master
in repository petsc.

commit 9307bd9829620f9c680c41895843f51608399319
Author: Drew Parsons <dparsons at debian.org>
Date:   Sat Oct 3 10:18:18 2015 +0800

    downgrade script dependencies to Recommends
    
    Depends on which PETSc functions are used, the python, csh and ksh
    scripts might never be used.
---
 debian/control | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 5b2c390..573ab12 100644
--- a/debian/control
+++ b/debian/control
@@ -22,9 +22,9 @@ Architecture: linux-any hurd-any
 Section: libdevel
 Depends: libpetsc3.6 (= ${binary:Version}), mpi-default-dev (>= 1.0.2), libsuitesparse-dev, libsuperlu-dev, libspooles-dev,
  libhypre-dev (>= 2.0.0.dfsg-7), libptscotch-dev, ${misc:Depends}, libblacs-mpi-dev, libscalapack-mpi-dev,
- libmumps-dev, libfftw3-dev, libfftw3-mpi-dev,
+ libmumps-dev, libfftw3-dev, libfftw3-mpi-dev
+Recommends: libhdf5-mpi-dev (>= 1.8.8), libssl-dev,
  python, tcsh | csh | c-shell, ksh | mksh | pdksh | zsh
-Recommends: libhdf5-mpi-dev (>= 1.8.8), libssl-dev
 Suggests: petsc-dev (= ${binary:Version}), libpetsc3.6.1-dbg (= ${binary:Version}), petsc3.6.1-doc (= ${binary:Version}), libluminate-dev
 Provides: petsc3.6.1-dev
 Description: Static libraries, shared links, header files for PETSc
@@ -75,8 +75,8 @@ Architecture: linux-any hurd-any
 Multi-Arch: same
 Section: debug
 Pre-Depends: ${misc:Pre-Depends}
-Depends: libpetsc3.6.1-dev (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends},
- python, tcsh | csh | c-shell, ksh | mksh | pdksh | zsh
+Depends: libpetsc3.6.1-dev (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Recommends: python, tcsh | csh | c-shell, ksh | mksh | pdksh | zsh
 Provides: petsc3.6.1-dbg
 Description: Static debugging libraries for PETSc
  PETSc is the "Portable Extensible Toolkit for Scientific Computation", a suite

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



More information about the debian-science-commits mailing list