python-numpy (1:1.5.1-3) unstable; urgency=low

  * debian/rules
    - make /u/b/f2py{,-dbg} real files (not symlink) with the shebang pointing
      to unversioned python{,-dbg}, this makes the package more binNMU friendly;
      thanks to Jakub Wilk for the report; Closes: #643857

 -- Sandro Tosi <morph@debian.org>  Tue, 04 Oct 2011 11:43:55 +0200

python-numpy (1:1.5.1-2) unstable; urgency=low

  * debian/rules
    - don't compress objects.inv; thanks to Michael Fladischer for the report;
      Closes: #608771

 -- Sandro Tosi <morph@debian.org>  Mon, 04 Apr 2011 15:27:09 +0200

python-numpy (1:1.5.1-1) experimental; urgency=low

  * New upstream release
  * debian/control
    - python-sphinx version 1.0.1 is the minimum required
    - bump Standards-Version to 3.9.1 (no changes needed)
  * debian/patches/{07_bts585309_string_exceptions.diff, changeset_*}
    - removed, available in upstream tarball
  * debian/rules
    - install libnpymath.a; thanks to Martin Hoefling for the report;
      Closes: #596987
    - updated pydist file definition

 -- Sandro Tosi <morph@debian.org>  Fri, 24 Dec 2010 00:14:25 +0100

python-numpy (1:1.4.1-5) unstable; urgency=low

  * debian/patches/10_use_local_python.org_object.inv_sphinx.diff
    - fixed small typo in description
  * debian/patches/changeset_r8364.diff
    - fix memory corruption (double free); thanks to Joseph Barillari for the
      report and to Michael Gilbert for pushing resolution; Closes: #581058

 -- Sandro Tosi <morph@debian.org>  Thu, 07 Oct 2010 10:19:13 +0200

python-numpy (1:1.4.1-4) unstable; urgency=low

  * debian/rules
    - starts providing /usr/share/python/dist/python-numpy file, to be used by
      dh_python2/dh_pysupport for dependency declaration
  * debian/{dh_numpy, python-numpy.install, python-numpy.manpages}
    - added debhelper script dh_numpy that using .../dist/python-numpy adds to
      python:Depends the correct versioned depends on python-numpy; thanks to
      Piotr Ożarowski for providing the script
  * debian/patches/changeset_r8526.diff
    - cherry-picked from upstream SVN patches to define the quad prec little
      endian double on Alpha, fixing the FTBFS on that arch; thanks to David
      Cournapeau for the patch and huge support! Closes: #590481
  * debian/{README.DebianMaints, python-numpy.docs}
    - added a mini-guide/explanation about dh_numpy and/or pydist files

 -- Sandro Tosi <morph@debian.org>  Wed, 28 Jul 2010 00:05:00 +0200

python-numpy (1:1.4.1-3) unstable; urgency=low

  * debian/rules
    - use the python-support specific directory (/usr/lib/pymodules) for the
      symlinks /usr/include/python*/numpy; this correctly installs the header
      files (mainly _numpyconfig.h) used by depending packages; Closes: #589592
  * debian/control
    - removed José Fonseca from Uploaders: thanks for your previous work!
  * debian/patches/changeset_r851{0,1}.diff
    - cherry-picked from upstream SVN patches to correctly detect double long on
      powerppc, fixing the FTBFS on that arch

 -- Sandro Tosi <morph@debian.org>  Fri, 23 Jul 2010 19:42:47 +0200

python-numpy (1:1.4.1-2) unstable; urgency=low

  * debian/rules
    - set MPLCONFIGDIR to a place writable even on buildd, the build dir
      (referenced with `.')

 -- Sandro Tosi <morph@debian.org>  Sat, 17 Jul 2010 20:25:40 +0200

python-numpy (1:1.4.1-1) unstable; urgency=low

  [ Sandro Tosi ]
  * debian/control
    - removed Marco Presi from uploaders: thanks for your work!
    - added myself to Uploaders
    - added python-sphinx and python-matplotlib to b-d, needed to build doc
    - drop python-numpy-ext, transitional package already in stable
    - bump Standards-Version to 3.9.0 (no changes needed)
    - removed Conflicts: all versions are already older than the ones in lenny
  * New upstream release
  * debian/patches/04_fix_utils_deprecated.patch
    - removed, upstream code has changed
  * debian/patches/05_fix_endianness_detection.patch
    - refreshed for new upstream code
    - disabled, since it generates a corrupted package (left here just in case)
  * debian/copyright
    - updated copyright notice; thanks to Yaroslav Halchenko for the report;
      Closes: #573614
    - added all the missing notices for copyrights & licenses differing from
      main ones
  * debian/rules
    - remove 'get-orig-source' target, no more needed
    - build and install documentation; thanks to Joel for the report;
      Closes: #508113
  * debian/python-numpy.install
    - sorted, it's clearer to read
    - added installation for 'compat', 'matrixlib' and 'polynomial' submodules
  * debian/patches/07_bts585309_string_exceptions.diff
    - added upstream patch (r8463) to remove string exceptions; Closes: #585309
  * debian/{compat, control, rules, *.install, *.doc}
    - switch from cdbs to dh7
  * debian/{control, rules}
    - use system-wide jquery instead of an embedded one
  * debian/python-numpy-doc.doc-base
    - added doc-base
  * debian/patches/10_use_local_python.org_object.inv_sphinx.diff
    - use a local copy of python.org object.inv file instead of downloading it
      from internet at doc build-time
  * debian/patches/03_force_f2py_version.patch
    - added description
  * debian/{control, README.f2py}
    - properly support f2py executables, Suggesting python-dev and gfortran and
      adding a readme file to explain that; thanks to Kevin Mitchell for the
      report; Closes: #586395
  * debian/{control, rules, *.preinst}
    - switch from python-central to python-support
  * debian/python-numpy.docs
    - separate each file in a different line and install README.f2py

  [ Piotr Ożarowski ]
  * debian/control: add XB-Python-Version to python-numpy-dbg package

  [ Kumar Appaiah ]
  * Convert to new source format: 3.0 (quilt) (Closes: #482706)
    + debian/rules: Remove CDBS' quilt related calls.
    + Add debian/source/format which says "3.0 (quilt)".

  [ Jakub Wilk ]
  * Add --prefix=/usr to setup.py in order to appease Python >= 2.6.
  * Move f2pyX.Y-dbg manpages from python-numpy to python-numpy-dbg.
  * Actually build f2pyX.Y-dbg and f2py-dbg binaries.
  * Fix shebangs for f2py* binaries.

  [ Matthias Klose ]
  * Use setup.py install --install-layout; specifying --prefix installs
    into the wrong location.

 -- Sandro Tosi <morph@debian.org>  Sat, 17 Jul 2010 11:50:56 +0200

python-numpy (1:1.3.0-3) unstable; urgency=low

  [ Kumar Appaiah ]
  * debian/patches/05_fix_endianness_detection.patch:
    Force endian.h usage in npy_endian.h. Thanks to Andreas Barth
    for bringing this to our notice. (Closes: #544291)

 -- Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>  Wed, 26 Aug 2009 14:20:56 -0500

python-numpy (1:1.3.0-2) unstable; urgency=low

  [ Kumar Appaiah ]
  * Fix endianness detection. Closes: #543538.

  [ Matthias Klose ]
  * Do not directly depend on the versioned python2.x packages, but
    keep the versioned interpreter names in the f2py2.x scripts. If these
    are needed with this dependency, then we need a new python-numpy-f2py
    package, for build requirements, a build-dependency on python-all-dev
    should be enough. Closes: #543456.

 -- Matthias Klose <doko@debian.org>  Wed, 26 Aug 2009 16:55:33 +0200

python-numpy (1:1.3.0-1) unstable; urgency=low

  [ Kumar Appaiah ]
  * New upstream release.
    + Fix memory leak in exponentiation. (Closes: #505999)
  * debian/rules:
    + Use quilt instead of simple-patchsys.
    + Add sed magic to fix the f2py2.4 and f2py2.5
      to use the right interpreters.
    + debian/patches:
      - 01_fix_man_hyphens.patch: Removed; merged upstream.
      - 03_force_f2py_version.patch: Add to force generation
        f2py postfixed with interpreter version.
      - 04_fix_utils_deprecated.patch: Fix incorrect comma
        in utils.py. Patch from Yaroslav Halchenko (Closes: #519580)
  * debian/control:
    + Standards version is now 3.8.2 (no changes needed).
    + Remove myself from uploaders.

  [ Matthias Klose ]
  * Add debian/README.source.
  * Bump standards version to 3.8.3.
  * Fix section of the -dbg package.

 -- Matthias Klose <doko@debian.org>  Mon, 24 Aug 2009 22:38:50 +0200

python-numpy (1:1.2.1-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Fix FTBFS caused by “/usr/bin/f2py” no longer being available, leading
    to an impossible rename (Closes: #521525).

 -- Cyril Brulebois <kibi@debian.org>  Fri, 03 Jul 2009 11:13:31 +0200

python-numpy (1:1.2.1-1) unstable; urgency=low

  [ David Cournapeau ]
  * Force numpy to build without ATLAS support, so that no explicit linking
    against ATLAS is done, even when it is installed on the build machine
  * Remove build-conflicts on any atlas-related package
  * Remove build dependency on libfftw3-dev
  * Numpy 1.2 requires python 2.4 or above
  * Add python-nose to Suggests section, since numpy test suite depends on it

  [ Ondrej Certik ]
  * New upstream release
  * ${misc:Depends} added to all binary packages to fix lintian warnings
  * debian/rules: get-orig-source added, to repackage upstream
    sources and add there a missing doc/ directory from the upstream svn (after
    talking with upstream, they suggested to wait for a new numpy release, that
    will also fix the doc/ bug

 -- Ondrej Certik <ondrej@certik.cz>  Thu, 19 Feb 2009 08:47:20 -0800

python-numpy (1:1.1.1-2) unstable; urgency=low

  [ Ondrej Certik ]
  * Added a missing slash in debian/python-numpy.links, thanks so much to
  Sergio Gelato <Sergio.Gelato@astro.su.se> for doing the real work (Closes:
  #499613)

  [ Sandro Tosi ]
  * debian/control
    - switch Vcs-Browser field to viewsvn

 -- Ondrej Certik <ondrej@certik.cz>  Sat, 20 Sep 2008 16:31:23 +0200

python-numpy (1:1.1.1-1) unstable; urgency=low

  * New upstream release
  * quilt added to build-depends

 -- Ondrej Certik <ondrej@certik.cz>  Sun, 17 Aug 2008 21:03:12 +0200

python-numpy (1:1.1.0-3) unstable; urgency=low

  [ Riku Voipio ]
  * debian/control: atlas is not available on armel, and after a quick look
    neither on alpha. I'd also suggest dropping
    libatlas-sse-dev|libatlas-sse2-dev|libatlas-3dnow-dev alternative combo
    away, these are potentially dangerous on buildd's. Ondrej: dropped.
    (Closes: #489568)

  [ Tiziano Zito ]
  * patch: build _dotblas.c when ATLAS is not installed, build-conflict with
    atlas, build-depend on blas+lapack only, as it used to be (Closes: #489726)

  [ Carlos Galisteo ]
  * debian/control
    - Added Homepage field.

  [ Ondrej Certik ]
  * Checked the package on i386 and amd64, both with and without atlas, all
    tests run and the numpy package is faster if atlas is around. 

 -- Ondrej Certik <ondrej@certik.cz>  Tue, 08 Jul 2008 15:08:16 +0200

python-numpy (1:1.1.0-2) unstable; urgency=low

  [ Emilio Pozuelo Monfort ]
  * debian/rules:
    - Also install Numpy documentation in python-numpy-doc (Closes: #486329)
  * debian/control:
    - Update python-numpy-doc's long description to mention that it also
      contains Numpy documentation.

  [ Tiziano Zito ]
  * debian/control, debian/patches/: enable ATLAS support (Closes: #489253)

 -- Ondrej Certik <ondrej@certik.cz>  Sun, 06 Jul 2008 18:28:29 +0200

python-numpy (1:1.1.0-1) unstable; urgency=low

  [ Ondrej Certik ]
  * New upstream release.
  * debian/patches/03_histogram_fix.diff removed, as it is now applied upstream
  * Standards-Version bumped to 3.8.0 (no changes needed)

  [ Andrew Straw ]
  * Install new numpy.ma subpackage

 -- Ondrej Certik <ondrej@certik.cz>  Mon, 09 Jun 2008 17:02:31 +0200

python-numpy (1:1.0.4-8) unstable; urgency=medium

  [ Kumar Appaiah ]
  * debian/rules:
    + Add the --single-version-externally-managed flag.
  * debian/patches/03_histogram_fix.diff:
    + Patch from Manuel Metz to fix numpy.histogram. (Closes: #470293)
  * debian/python-numpy.install:
    + Install the egg-info file. (Closes: #477243)
  * debian/control:
    + Update Kumar Appaiah's e-mail address to the debian.org
      address.

  [ Chris AtLee ]
  * debian/control
    + Update description to clarify relationship between numpy and
      python-(numarray|numeric).

  [ Kumar Appaiah ]
  * debian/rules: Fix symlinks for include file location change
    due to pycentral modification. (Closes: #478496)

 -- Ondrej Certik <ondrej@certik.cz>  Wed, 30 Apr 2008 13:52:37 +0200

python-numpy (1:1.0.4-7) unstable; urgency=low

  * Sync from ubuntu (Closes: #470698).
    - Applied all ubuntu changes, except ubuntu's specific from debian/control
  * debian/pyversions removed as it is not necessary now

 -- Ondrej Certik <ondrej@certik.cz>  Thu, 13 Mar 2008 00:42:09 +0100

python-numpy (1:1.0.4-6ubuntu1) hardy; urgency=low

  * Sync from debian unstable.
    - All existing Ubuntu changes are now in Debian.
  * debian/rules: Unset LDFLAGS, as numpy's distutils is braindead and FTBFS.
    (LP: #199031)
  * debian/python-numpy.links: Reference /usr/share/pyshared, rather than the
    old python-central-specific directory.
  * debian/control: Comply with DebianMaintainerField.

 -- William Grant <william.grant@ubuntu.org.au>  Sat, 08 Mar 2008 12:56:12 +1100

python-numpy (1:1.0.4-6) unstable; urgency=low

  [ Kumar Appaiah ]
  * Remove unnecessary README.numpy-dbg.
  * debian/control:
    + Build using gfortran, libblas-dev, liblapack-dev. (Closes: #464784)
    + Conflict with python-scipy (<= 0.6.0-6), python-matplotlib (<< 0.90.1-3),
      built with g77.
    + Add build-conflict with atlas3-base-dev.
    + Build again using python-central as done up to version 1:1.0.4-2.
    + Spell python with small `p', as per new description norms.
  * debian/rules:
    + Add proper symlinks in /usr/include/python<version>/numpy
      for numpy headers.
    + Include symlinks for debug package.
  * debian/python-numpy.links:
    + Symlink old numarray headers to numpy include directory.
      (Closes: #463007)
  * debian/copyright:
    + Fix by adding copyright date and symbol.

  [ Ondrej Certik ]
  * Package description update: python -> Python (fixes a lintian warning) 

 -- Ondrej Certik <ondrej@certik.cz>  Wed, 20 Feb 2008 15:06:55 +0100

python-numpy (1:1.0.4-5) unstable; urgency=low

  [ Kumar Appaiah ]
  * debian/control:
    + Change fftw3-dev build dependency to
      libfftw3-dev. (Closes: #458235)

  [ Sandro Tosi ]
  * debian/control
    - uniforming both Vcs-Svn and Vcs-Browser fields

  [ Kumar Appaiah ]
  * debian/rules:
    + Don't remove /usr/share/python-support/python-numpy-dbg, even
      though it is empty, to prevent python-numpy-dbg
      from becoming uninstallable.
    + Add a README.numpy-dbg to explain the emptiness of
      /usr/share/python-support/python-numpy-dbg.

 -- Kumar Appaiah <akumar@ee.iitm.ac.in>  Sun, 06 Jan 2008 07:36:20 +0530

python-numpy (1:1.0.4-4) unstable; urgency=medium

  * debian/patches:
    + 02_dontuse_lapack.diff: Patch system_info.py not to look for
      Atlas, as we want to build against the reference BLAS and
      LAPACK (refblas3-dev and lapack3-dev) even when Atlas is around.
      (Closes: #448530, #457329)
  * debian/python-numpy.links:
    + Symlink the numpy include directory to appear in
      /usr/include/numpy to adhere to the FHS. (Closes: #457060).
  * debian/control:
    + Set python-numpy-doc and python-numpy-ext to Architecture: all.
    + Don't call dh_python for python-numpy-ext.
  * debian/TODO*:
    + Not relevant, as all issues have been taken care of.
  
 -- Kumar Appaiah <akumar@ee.iitm.ac.in>  Sat, 22 Dec 2007 22:19:32 +0530

python-numpy (1:1.0.4-3) unstable; urgency=low

  [ Kumar Appaiah ]
  * debian/pyversions: Build for Python 2.4 onwards.
  * debian/control:
    + Update Standards Version to 3.7.3. (No changes needed)
    + Move to python-support. Update Build-Depends.
    + {XS,XB}-Python-Versions no longer required.
  * debian/changelog:
    + Replace pycentral with pysupport.

  [ Ondrej Certik ]
  * debian/pycompat removed
  
 -- Ondrej Certik <ondrej@certik.cz>  Mon, 17 Dec 2007 17:26:57 +0100

python-numpy (1:1.0.4-2) unstable; urgency=low

  * DM-Upload-Allowed changed to XS-DM-Upload-Allowed 
  * Removed build-conflicts, since the package builds without them and it
    fails to build on buildbots with them

 -- Ondrej Certik <ondrej@certik.cz>  Tue, 04 Dec 2007 22:26:52 +0100

python-numpy (1:1.0.4-1) unstable; urgency=low

  [ Kumar Appaiah ]
  * New upstream release.
  * debian/control:
    + Don't build python-numpy-dev. Make python-numpy provide it.
    + Add Conflicts to all packages to python-numpy and
      provide python-f2py.
  * debian/rules:
    + Don't use pycentral's nomove.
    + Move f2py manpage installation to python-numpy.
  * debian/python-numpy.install:
    + Merge back the python-f2py.install files.
  * debian/python-numpy.manpages:
    + Move f2py manpage to python-numpy.

  [ Ondrej Certik ]
  * Changed maintainer from deb-scipy to DPMT, removed deb-scipy from
    Uploaders
  * Kumar Appaiah added into Uploaders.
  * Short description improved to use NumPy instead of the old Numerical Python

 -- Ondrej Certik <ondrej@certik.cz>  Tue, 04 Dec 2007 15:38:59 +0100

python-numpy (1:1.0.3-2) unstable; urgency=low

  [ Ondrej Certik ]
  [Jonas Smedegaard]
  * Fix installing both versioned and unversioned f2py (Closes: 450443)

  [Ondrej Certik]
  * Added DPMT and Ondrej Certik to Uploaders field
  * XS-Vcs-Svn and XS-Vcs-Browser fields added

  [ Fabio Tranchitella ]
  * Add DM-Upload-Allowed: yes

  [ Kumar Appaiah ]
  * debian/control:
    + Move XS-Vcs-* to Vcs-*, as dpkg supports them now.
    + Move ${Source-Version} to ${binary:Version}
    + Move python-numpy-doc to section doc.
    + Alter -dbg package description, shorten it.
    + Split -ext package description to two lines.
  * debian/rules:
    + Symlink the f2py man page for f2py$(PYVER)-dbg as well.
    + Remove DEB_TAR_SRCDIR.
  * debian/patches:
    + Add 01_fix_man_hyphens.patch to fix hyphens in f2py.1.
  * debian/watch: Added.

 -- Ondrej Certik <ondrej@certik.cz>  Fri, 30 Nov 2007 12:27:18 +0100

python-numpy (1:1.0.3-1) unstable; urgency=low

  * New upstream version.
  * Merge from Ubuntu:
    - Build the extension for the python debug interpreter.
    - Bump debian/compat to 5.

 -- Matthias Klose <doko@debian.org>  Thu, 24 May 2007 08:54:44 +0200

python-numpy (1:1.0.2-3) unstable; urgency=low

  * rebuilt in an unstable environment (Closes: 423633)

 -- Marco Presi (Zufus) <zufus@debian.org>  Thu, 17 May 2007 14:13:25 +0100

python-numpy (1:1.0.2-2) unstable; urgency=low

  * Built with new debian-defaults (support python 2.5) (Closes: 414975) 

 -- Marco Presi (Zufus) <zufus@debian.org>  Wed,  9 May 2007 09:22:05 +0100

python-numpy (1:1.0.2-1) experimental; urgency=low

  * New upstream version
  * Due to another ABI change, I added a conflict on packages that require a binary NMU

 -- Marco Presi (Zufus) <zufus@debian.org>  Sat, 21 Apr 2007 17:34:45 +0100

python-numpy (1:1.0.1-8) unstable; urgency=low

  * Upload to unstable

 -- Marco Presi (Zufus) <zufus@debian.org>  Wed, 14 Mar 2007 13:40:05 +0000

python-numpy (1:1.0.1-7) experimental; urgency=low

  * Removed circular dependencies between pyhton-numpy and
    python-numpy-dev (Closes: 413160) 

 -- Marco Presi (Zufus) <zufus@debian.org>  Tue,  6 Mar 2007 07:23:20 +0000

python-numpy (1:1.0.1-6) experimental; urgency=low

  * Build depends on gfortran instead of g77

 -- Marco Presi (Zufus) <zufus@debian.org>  Thu,  1 Mar 2007 00:51:50 +0000

python-numpy (1:1.0.1-5) unstable; urgency=low

  * Upload in unstable. 

 -- Marco Presi (Zufus) <zufus@debian.org>  Mon, 26 Feb 2007 00:41:08 +0000

python-numpy (1:1.0.1-4) experimental; urgency=low

  * Re-added fftw3-dev as Build-Dep.

 -- Marco Presi (Zufus) <zufus@debian.org>  Mon, 19 Feb 2007 15:50:36 +0000

python-numpy (1:1.0.1-3) unstable; urgency=low

  * Moved f2py files back in python-numpy; 
    python-numpy to depend on python-numpy-dev (closes: #410944)

 -- Marco Presi (Zufus) <zufus@debian.org>  Mon, 19 Feb 2007 02:01:10 +0000

python-numpy (1:1.0.1-2) unstable; urgency=medium

  * Fix memory error in polymul. Closes: #410757.
  * Install additional f2py files. Closes: #410067.

 -- Matthias Klose <doko@debian.org>  Wed, 14 Feb 2007 02:41:15 +0100

python-numpy (1:1.0.1-1) unstable; urgency=medium

  * Merge python-numpy-ext with python-numpy; make python-numpy-ext
    an empty transitional package.

 -- Matthias Klose <doko@debian.org>  Sun,  7 Jan 2007 10:14:30 +0000

python-numpy (1:1.0.1-0) experimental; urgency=low

  * New upstream release (final release).
  * Update conflicts with scipy (<< 0.5.2) and matplotlib (<< 0.87.7).
  * Remove redundant (build-)dependencies.

 -- Matthias Klose <doko@debian.org>  Wed,  3 Jan 2007 22:15:27 +0100

python-numpy (1:1.0rc1-1) unstable; urgency=low

  * New upstream release

 -- Marco Presi (Zufus) <zufus@debian.org>  Sat, 23 Sep 2006 21:13:18 +0200

python-numpy (1:1.0b5-1) unstable; urgency=low

  * New upstream release
  * Added conflict with scipy (<=0.5.0) and matplotlib (<=0.87.4)

 -- Marco Presi (Zufus) <zufus@debian.org>  Thu,  7 Sep 2006 00:18:41 +0200

python-numpy (1:1.0b4-1) unstable; urgency=low

  * New upstream release

 -- Marco Presi (Zufus) <zufus@debian.org>  Tue, 29 Aug 2006 22:51:32 +0200

python-numpy (1:1.0b2-1) unstable; urgency=low

  * New upstream release

 -- Marco Presi (Zufus) <zufus@debian.org>  Fri, 18 Aug 2006 00:01:21 +0200

python-numpy (1:1.0b1-1) unstable; urgency=low

  * New upstream release
  * Added numarray and oldnumeric to python-numpy
  
 -- Marco Presi (Zufus) <zufus@debian.org>  Sun, 30 Jul 2006 00:50:55 +0200

python-numpy (1:0.9.8-3) unstable; urgency=low

  * Applied patch from Matthias Klose <doko@ubuntu.com> providing the following:
  * debian/rules:
    - Don't hardcode any python versions.
    - Work around a cdbs bug not calling dh_py* for the -ext package.
    - python-numpy: Add an unversioned f2py script.
  * debian/control:
    - python-numpy-ext: Add Provides, tighten dependency on python-numpy.
  * debian/*.install: Don't hardcode any python versions.
  
 -- Marco Presi (Zufus) <zufus@debian.org>  Sat, 29 Jul 2006 23:55:06 +0200

python-numpy (1:0.9.8-2) unstable; urgency=low

  * Build-deps: removed atlas2 (José Fonseca <j_r_fonseca@yahoo.co.uk>).
  * Maintainer field updated to Debian Scipy Team.
  * Update to new python policy.

 -- Marco Presi (Zufus) <zufus@debian.org>  Wed,  5 Jul 2006 12:07:29 +0200

python-numpy (1:0.9.8-1) experimental; urgency=low

  * New upstream version

 -- Marco Presi (Zufus) <zufus@debian.org>  Mon,  3 Jul 2006 16:19:17 +0200

python-numpy (1:0.9.5-4) experimental; urgency=low

  * Added numpy/f2py/src

 -- José Fonseca <j_r_fonseca@yahoo.co.uk>  Sat, 25 Feb 2006 22:59:07 +0000

python-numpy (1:0.9.5-3) experimental; urgency=low

  * Added distutils

 -- Marco Presi (Zufus) <zufus@debian.org>  Sat, 25 Feb 2006 17:32:06 +0100

python-numpy (1:0.9.5-2) experimental; urgency=low

  * Fixed pyhton-f2py and -doc building
  * Added epoch version to make f2py upgradeable

 -- Marco Presi (Zufus) <zufus@debian.org>  Sat, 25 Feb 2006 16:46:02 +0100

python-numpy (1:0.9.5-1) unstable; urgency=low

  * New upstream release

 -- Marco Presi (Zufus) <zufus@debian.org>  Sun, 19 Feb 2006 15:01:33 +0100

python-numpy (0.9.4-2) unstable; urgency=low

  * Package splitting as suggested by Matthias Klose <doko@debian.org>:
    python2.x-f2py
    python-f2py-doc
    python2.x-numpy
    python2.x-numpy-extra

 -- Marco Presi (Zufus) <zufus@debian.org>  Thu, 16 Feb 2006 03:57:01 +0100

python-numpy (0.9.4-1) unstable; urgency=low

  * Initial release Closes.

 -- Marco Presi (Zufus) <zufus@debian.org>  Tue, 14 Feb 2006 00:40:53 +0100

