[Python-modules-commits] r3806 - in packages/numpy/trunk/debian (changelog control)
certik-guest at users.alioth.debian.org
certik-guest at users.alioth.debian.org
Sun Dec 2 22:35:33 UTC 2007
Date: Sunday, December 2, 2007 @ 22:35:30
Author: certik-guest
Revision: 3806
removed bad dependencies
Modified:
packages/numpy/trunk/debian/changelog
packages/numpy/trunk/debian/control
Modified: packages/numpy/trunk/debian/changelog
===================================================================
--- packages/numpy/trunk/debian/changelog 2007-12-02 22:04:38 UTC (rev 3805)
+++ packages/numpy/trunk/debian/changelog 2007-12-02 22:35:30 UTC (rev 3806)
@@ -1,4 +1,4 @@
-python-numpy (1:1.0.4-1~oc1) UNRELEASED; urgency=low
+python-numpy (1:1.0.4-1~oc2) UNRELEASED; urgency=low
[ Kumar Appaiah ]
* New upstream release.
@@ -16,6 +16,8 @@
* Changed maintainer from deb-scipy to DPMT, removed deb-scipy from
Uploaders
* Short description improved to use NumPy instead of the old Numerical Python
+ * removed all dependencies of python-f2py (they were all wrong)
+ * removed the dependency of python-numpy on python-f2py
TODO:
* Check if all Conflicts/Provides/Replaces are right.
Modified: packages/numpy/trunk/debian/control
===================================================================
--- packages/numpy/trunk/debian/control 2007-12-02 22:04:38 UTC (rev 3805)
+++ packages/numpy/trunk/debian/control 2007-12-02 22:35:30 UTC (rev 3806)
@@ -14,7 +14,7 @@
Package: python-numpy
Architecture: any
XB-Python-Version: ${python:Versions}
-Depends: ${python:Depends}, ${shlibs:Depends}, python-f2py
+Depends: ${python:Depends}, ${shlibs:Depends}
Suggests: python-numpy-doc, python-numpy-dbg
Conflicts: python-f2py (<= 2.45.241+1926-5), python2.3-f2py, python2.4-f2py, python-scipy (<= 0.5.2-7+b1), python-matplotlib (<< 0.90.0-1), python-numpy-dev (<= 1:1.0.3-2)
Provides: ${python:Provides}, python-numpy-ext, python-numpy-dev
@@ -66,7 +66,7 @@
Package: python-f2py
Architecture: all
XB-Python-Version: ${python:Versions}
-Depends: ${python:Depends}, python-numeric, python-scipy-core
+Depends: ${python:Depends}
Recommends: g77 | fortran77-compiler
Conflicts: python2.3-f2py, python-f2py-doc, python-f2py (<= 2.45.241+1926-5), python-numpy (<< 1:1.0.4-1)
Replaces: python2.3-f2py, python2.4-f2py, python-numpy-ext (<< 1:1.0.1-1), python-f2py-doc
More information about the Python-modules-commits
mailing list