[Python-modules-commits] r2432 - /packages/petsc4py/trunk/debian/control
certik-guest at users.alioth.debian.org
certik-guest at users.alioth.debian.org
Sat May 19 15:29:07 UTC 2007
Author: certik-guest
Date: Sat May 19 15:29:06 2007
New Revision: 2432
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2432
Log:
update the dependecies
Modified:
packages/petsc4py/trunk/debian/control
Modified: packages/petsc4py/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/petsc4py/trunk/debian/control?rev=2432&op=diff
==============================================================================
--- packages/petsc4py/trunk/debian/control (original)
+++ packages/petsc4py/trunk/debian/control Sat May 19 15:29:06 2007
@@ -2,13 +2,13 @@
Section: python
Priority: optional
Maintainer: Ondrej Certik <ondrej at certik.cz>
-Build-Depends: cdbs (>=0.4.41), debhelper (>= 5), python-central (>= 0.5), python-all-dev (>=2.3.5-11), python-numpy (>=1:1.0.1-8)
+Build-Depends: cdbs (>=0.4.41), debhelper (>= 5), python-central (>= 0.5), python-all-dev (>=2.3.5-11), python-numpy (>=1:1.0.1-8), petsc-dev (>=2.3.2-3)
Standards-Version: 3.7.2
XS-Python-Version: all
Package: python-petsc
Architecture: any
-Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-numpy (>=1:1.0.1-8), libpetsc2.3.2 (>=2.3.2-3)
XB-Python-Version: ${python:Versions}
Description: Python bindings for PETSc libraries
PETSc is a suite of data structures and routines for the scalable (parallel)
More information about the Python-modules-commits
mailing list