[petsc] 01/01: add script package dependencies

Drew Parsons dparsons at moszumanska.debian.org
Fri Oct 2 10:09:50 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 a449914ac93050f0c0aea60e4d7251f2e5a6d42b
Author: Drew Parsons <dparsons at debian.org>
Date:   Fri Oct 2 18:05:49 2015 +0800

    add script package dependencies
    
    for python, csh and one ksh script.
    
    Flagged by lintian.  Incidentally lintian also flags that csh is
    considered harmful, which we can't fix in this patch.
---
 debian/control | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index d46576b..c6f798f 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,8 @@ Architecture: linux-any hurd-any
 Section: libdevel
 Depends: libpetsc3.6.1 (= ${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,
+ 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
@@ -62,7 +63,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}
+Depends: libpetsc3.6.1-dev (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends},
+ 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