~jtaylor/ubuntu/precise/python-numpy/multiarch-fix-818867

« back to all changes in this revision

Viewing changes to debian/README.DebianMaints

  • Committer: Bazaar Package Importer
  • Author(s): Sandro Tosi
  • Date: 2010-10-07 10:19:13 UTC
  • mfrom: (7.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20101007101913-8b1kmt8ho4upcl9s
Tags: 1:1.4.1-5
* 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

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
 
 
b'\\ No newline at end of file'