[slepc] 06/30: fix petsc3.1 breakage on hppa by depending also on petsc3.0.0

Drew Parsons dparsons at moszumanska.debian.org
Sat Oct 10 19:29:56 UTC 2015


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

dparsons pushed a commit to branch debian
in repository slepc.

commit c3d01fbce0c486829797d21101e466e5f7dbf5f7
Author: prudhomm <prudhomm at 7ca82aff-d165-4cda-a4f1-7f280d66a853>
Date:   Mon Jul 5 14:23:07 2010 +0000

    fix petsc3.1 breakage on hppa by depending also on petsc3.0.0
---
 debian/changelog | 8 ++++++++
 debian/control   | 6 +++---
 2 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 91973a6..a63e9e5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+slepc (3.0.0-p7.dfsg-8) unstable; urgency=low
+
+  [Christophe Prud'homme]  
+  * debian/control: depends on libpetsc3.0.0 to ensure that the hppa
+    breakage on libpetsc3.1 is bypassed
+
+ -- Christophe Prud'homme <prudhomm at debian.org>  Mon, 05 Jul 2010 16:22:27 +0200
+
 slepc (3.0.0-p7.dfsg-7) unstable; urgency=low
 
   [Christophe Prud'homme]  
diff --git a/debian/control b/debian/control
index 0d784d5..88366cd 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: slepc
 Priority: extra
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Christophe Prud'homme <prudhomm at debian.org>
-Build-Depends: debhelper (>= 7), quilt, python (>= 2.4.4-6), libpetsc3.1-dev (>= 3.1.dfsg-3), libpetsc3.1-dbg (>= 3.1.dfsg-3), libarpack2-dev, libarpack2-dbg, libhdf5-mpi-dev
+Build-Depends: debhelper (>= 7), quilt, python (>= 2.4.4-6), libpetsc3.1-dev (>= 3.1.dfsg-3)|libpetsc3.0.0-dev, libpetsc3.1-dbg (>= 3.1.dfsg-3)|libpetsc3.0.0-dbg, libarpack2-dev, libarpack2-dbg, libhdf5-mpi-dev
 Standards-Version: 3.8.4
 Section: libs
 Homepage: http://www.grycap.upv.es/slepc/
@@ -12,7 +12,7 @@ Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/slepc/trunk
 Package: libslepc3.0.0-dev
 Section: libdevel
 Architecture: any
-Depends: libslepc3.0.0 (= ${binary:Version}), libpetsc3.1-dev (>= 3.1.dfsg-3), libarpack2-dev, libhdf5-mpi-dev, ${misc:Depends}
+Depends: libslepc3.0.0 (= ${binary:Version}), libpetsc3.1-dev (>= 3.1.dfsg-3)|libpetsc3.0.0-dev, libarpack2-dev, libhdf5-mpi-dev, ${misc:Depends}
 Suggests: libslepc3.0.0-dbg (= ${binary:Version}), slepc3.0.0-doc (= ${binary:Version})
 Conflicts: libslepc2.3.2-dev
 Description: Scalable Library for Eigenvalue Problem Computations
@@ -42,7 +42,7 @@ Description: Scalable Library for Eigenvalue Problem Computations
 Package: libslepc3.0.0-dbg
 Architecture: any
 Section: debug
-Depends: libslepc3.0.0-dev (= ${binary:Version}), libpetsc3.1-dbg (>= 3.1.dfsg-3), libarpack2-dbg, ${misc:Depends}
+Depends: libslepc3.0.0-dev (= ${binary:Version}), libpetsc3.1-dbg (>= 3.1.dfsg-3)|libpetsc3.0.0-dbg, libarpack2-dbg, ${misc:Depends}
 Description: Scalable Library for Eigenvalue Problem Computations
  SLEPc is a software library for the solution of large scale sparse eigenvalue
  problems on parallel computers. It is an extension of PETSc and can be used

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



More information about the debian-science-commits mailing list