home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / python-numpy / README.DebianMaints < prev    next >
Encoding:
Text File  |  2010-07-28  |  1.2 KB  |  28 lines

  1. Information for Maintainers of packages depending on python-numpy
  2. -----------------------------------------------------------------
  3.  
  4. With Numpy 1.4.1 upload in unstable, we had several packages failing
  5. to execute due to a change in 'dtype' format (some fields were added
  6. at the end of the data strucutre).
  7.  
  8. After that, we decided to provide a reliable way to specify strict
  9. versioned depends on python-numpy by the packages depending on it, in
  10. order to avoid similar failures in future uploads.
  11.  
  12. Currently you have two ways to do that:
  13.  
  14. * dh_numpy, that will add python-numpy versioned depends (using pydist
  15.   file information, see below) to python:Depends substvar
  16.  
  17. * dh_python2 and the pydist file shipped by python-numpy,
  18.   /usr/share/python/di st/python-numpy; you can read more out pydist
  19.   files at [1].
  20.  
  21. [1] http://alioth.debian.org/scm/loggerhead/pkg-python/python-defaults-debian/annotate/head:/README.PyDist
  22.  
  23. python-support will receive the same support for pydist as of
  24. dh_python2, but it's not already implemented at the time or
  25. writing. So, in case you don't want to use dh_python2, use dh_numpy
  26. helper script.
  27.  
  28.  -- Sandro Tosi <morph@debian.org>  Tue, 27 Jul 2010 23:28:11 +0200