diff -u python-scipy-0.3.2/debian/changelog python-scipy-0.3.2/debian/changelog --- python-scipy-0.3.2/debian/changelog +++ python-scipy-0.3.2/debian/changelog @@ -1,3 +1,10 @@ +python-scipy (0.3.2-8ubuntu2) dapper; urgency=low + + * debian/control: Removed all python2.3 occurances + * debian/rules: removed build for python2.3 version + + -- Stephan Hermann Sun, 28 May 2006 17:31:13 +0200 + python-scipy (0.3.2-8ubuntu1) dapper; urgency=low * Resynchronise with Debian diff -u python-scipy-0.3.2/debian/rules python-scipy-0.3.2/debian/rules --- python-scipy-0.3.2/debian/rules +++ python-scipy-0.3.2/debian/rules @@ -8,7 +8,7 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -PYVERS=2.3 2.4 +PYVERS=2.4 BASE=$(shell pwd)/debian debian_patches=m68k amd64 stats_profiler cow diff -u python-scipy-0.3.2/debian/control python-scipy-0.3.2/debian/control --- python-scipy-0.3.2/debian/control +++ python-scipy-0.3.2/debian/control @@ -3,27 +3,9 @@ Priority: extra Maintainer: José Fonseca Uploaders: Alexandre Fayolle , Marco Presi -Build-Depends: debhelper (>> 4.0), python, python2.3-dev, python2.4-dev, python2.3-numeric, python2.4-numeric, python2.3-f2py, python2.4-f2py, g77, fftw-dev, swig (>= 1.3), python-wxgtk2.4, libwxgtk2.4-dev, refblas3-dev | atlas3-base-dev, lapack3-dev | atlas3-base-dev, libx11-dev, python2.3-scipy-core (>= 0.3.2), python2.4-scipy-core (>= 0.3.2) +Build-Depends: debhelper (>> 4.0), python, python2.4-dev, python2.4-numeric, python2.4-f2py, g77, fftw-dev, swig (>= 1.3), python-wxgtk2.4, libwxgtk2.4-dev, refblas3-dev | atlas3-base-dev, lapack3-dev | atlas3-base-dev, libx11-dev, python2.4-scipy-core (>= 0.3.2) Standards-Version: 3.6.1 -Package: python2.3-scipy -Architecture: any -Depends: ${python:Depends}, python2.3-numeric, python2.3-scipy-core, ${shlibs:Depends} -Recommends: g++ | c++-compiler, python2.3-f2py, libwxgtk2.4-1-python -Suggests: python2.3-profiler -Description: scientific tools for Python 2.3 - SciPy is an open source library of scientific tools for Python. SciPy - supplements the popular Numeric module, gathering a variety of high level - science and engineering modules together as a single package. - . - SciPy includes modules for graphics and plotting, optimization, integration, - special functions, signal and image processing, genetic algorithms, ODE - solvers, and others. - . - This package provides SciPy for Python 2.3. - . - Homepage: http://www.scipy.org/ - Package: python2.4-scipy Architecture: any Depends: ${python:Depends}, python2.4-numeric, python2.4-scipy-core, ${shlibs:Depends}