r36711 - in /packages/slepc/trunk/debian: changelog control

prudhomm at users.alioth.debian.org prudhomm at users.alioth.debian.org
Mon Jul 5 14:23:19 UTC 2010


Author: prudhomm
Date: Mon Jul  5 14:23:07 2010
New Revision: 36711

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36711
Log:
fix petsc3.1 breakage on hppa by depending also on petsc3.0.0

Modified:
    packages/slepc/trunk/debian/changelog
    packages/slepc/trunk/debian/control

Modified: packages/slepc/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/slepc/trunk/debian/changelog?rev=36711&op=diff
==============================================================================
--- packages/slepc/trunk/debian/changelog (original)
+++ packages/slepc/trunk/debian/changelog Mon Jul  5 14:23:07 2010
@@ -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]  

Modified: packages/slepc/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/slepc/trunk/debian/control?rev=36711&op=diff
==============================================================================
--- packages/slepc/trunk/debian/control (original)
+++ packages/slepc/trunk/debian/control Mon Jul  5 14:23:07 2010
@@ -2,7 +2,7 @@
 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 @@
 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 @@
 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




More information about the debian-science-commits mailing list