Tags: patch
Here is a small patch to the debian/control file to fix this problem.
diff -urN debian/control.orig debian/control
--- debian/control.orig 2005-12-27 18:23:55.562839000 -0800
+++ debian/control 2005-12-27 18:29:45.460647224 -0800
@@ -19,7 +19,7 @@
Package: python-netcdf
Architecture: any
-Depends: python (>= 2.3), python (<< 2.4), python-numeric (>= 23.0-7),
${shlibs:Depends}
+Depends: python (>= 2.3), python (<< 2.4), python-numeric (>= 23.0-7),
python-scientific (=${Source-Version}) ${shlibs:Depends}
Description: A netCDF interface for Python
A Python module to access netCDF files. NetCDF (network Common Data Form)
is an interface for scientific data access and a freely-distributed
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]