[Python-modules-commits] r7489 - in packages/numpy/trunk/debian (changelog control)

cdavid-guest at users.alioth.debian.org cdavid-guest at users.alioth.debian.org
Thu Feb 12 05:09:39 UTC 2009


    Date: Thursday, February 12, 2009 @ 05:09:32
  Author: cdavid-guest
Revision: 7489

Move python-nose from recommends to suggests.

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

Modified: packages/numpy/trunk/debian/changelog
===================================================================
--- packages/numpy/trunk/debian/changelog	2009-02-11 14:18:15 UTC (rev 7488)
+++ packages/numpy/trunk/debian/changelog	2009-02-12 05:09:32 UTC (rev 7489)
@@ -5,7 +5,7 @@
   * Remove build-conflicts on any atlas-related package
   * Remove build dependency on libfftw3-dev
   * Numpy 1.2 requires python 2.4 or above
-  * Recomends python-nose, since numpy test suite depends on it
+  * Add python-nose to Suggests section, since numpy test suite depends on it
 
  -- David Cournapeau <david at ar.media.kyoto-u.ac.jp>  Wed, 11 Feb 2009 17:56:26 +0900
 

Modified: packages/numpy/trunk/debian/control
===================================================================
--- packages/numpy/trunk/debian/control	2009-02-11 14:18:15 UTC (rev 7488)
+++ packages/numpy/trunk/debian/control	2009-02-12 05:09:32 UTC (rev 7489)
@@ -14,8 +14,7 @@
 Package: python-numpy
 Architecture: any
 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Recommends: python-node (>= 0.10.1)
-Suggests: python-numpy-doc, python-numpy-dbg
+Suggests: python-numpy-doc, python-numpy-dbg, python-nose (>= 0.10.1)
 Conflicts: python-f2py (<= 2.45.241+1926-5), python2.3-f2py, python2.4-f2py, python-scipy (<= 0.6.0-6), python-matplotlib (<< 0.90.1-3), python-numpy-dev (<= 1:1.0.3-2)
 XB-Python-Version: ${python:Versions}
 Provides: ${python:Provides}, python-numpy-ext, python-numpy-dev, python-f2py




More information about the Python-modules-commits mailing list