[Python-modules-commits] r7487 - in packages/scipy/trunk/debian (changelog control)

cdavid-guest at users.alioth.debian.org cdavid-guest at users.alioth.debian.org
Wed Feb 11 12:24:06 UTC 2009


    Date: Wednesday, February 11, 2009 @ 12:24:05
  Author: cdavid-guest
Revision: 7487

Remove obsolete dependencies, depends on numpy 1.2.0.

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

Modified: packages/scipy/trunk/debian/changelog
===================================================================
--- packages/scipy/trunk/debian/changelog	2009-02-11 11:40:30 UTC (rev 7486)
+++ packages/scipy/trunk/debian/changelog	2009-02-11 12:24:05 UTC (rev 7487)
@@ -1,3 +1,11 @@
+python-scipy (0.7.0-1) UNRELEASED; urgency=low
+
+  * New upstream version
+  * Remove obsolete dependencies on libfftw3-dev, libx11-dev and libnetcdf-dev
+  * Update version for numpy dependency: scipy requires version >= 1.2.0
+
+ -- David Cournapeau <david at ar.media.kyoto-u.ac.jp>  Wed, 11 Feb 2009 20:11:14 +0900
+
 python-scipy (0.7.0~b1-1) UNRELEASED; urgency=low
 
   [ Ondrej Certik ]

Modified: packages/scipy/trunk/debian/control
===================================================================
--- packages/scipy/trunk/debian/control	2009-02-11 11:40:30 UTC (rev 7486)
+++ packages/scipy/trunk/debian/control	2009-02-11 12:24:05 UTC (rev 7487)
@@ -2,12 +2,11 @@
 Section: python
 Priority: extra
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Alexandre Fayolle <afayolle at debian.org>, Marco Presi (Zufus) <zufus at debian.org>, Ondrej Certik <ondrej at certik.cz>
+Uploaders: Alexandre Fayolle <afayolle at debian.org>, Marco Presi (Zufus) <zufus at debian.org>, Ondrej Certik <ondrej at certik.cz>, David Cournapeau <cournape at gmail.com>
 Build-Depends: debhelper (>= 5.0.37.2), dpkg-dev (>= 1.13.19), quilt,
- python-all-dev, python-central (>= 0.5), python-numpy (>= 1:1.0.2), gfortran,
- sharutils, swig, libsuitesparse-dev (>= 3.1.0-3), libnetcdf-dev,
- libx11-dev, libblas-dev | libatlas-base-dev, liblapack-dev | libatlas-base-dev,
- libfftw3-dev
+ python-all-dev, python-central (>= 0.5), python-numpy (>= 1:1.2.0), gfortran,
+ sharutils, swig, libsuitesparse-dev (>= 3.1.0-3),
+ libblas-dev | libatlas-base-dev, liblapack-dev | libatlas-base-dev
 XS-Python-Version: all
 Standards-Version: 3.8.0
 Homepage: http://www.scipy.org/
@@ -18,7 +17,7 @@
 Package: python-scipy
 Architecture: any
 XB-Python-Version: ${python:Versions}
-Depends: ${python:Depends}, python-numpy (>= 1:1.0.2), ${shlibs:Depends}, python-imaging (>= 1.1.6-1)
+Depends: ${python:Depends}, python-numpy (>= 1:1.2.0), ${shlibs:Depends}
 Provides: ${python:Provides}
 Recommends: g++ | c++-compiler
 Suggests: python-profiler




More information about the Python-modules-commits mailing list